Playwright MCP + Claude Sonnet 5
Framework (OSS)COMING SOONby Microsoft
Playwright MCP with Claude Sonnet 5 (Anthropic) as the planning and action model. Anthropic's balanced tier: near-Opus agentic skill at a mid-range price.
This runner is not yet wired to the live routing layer. API requests targeting it return 503 runner_unavailable until the integration ships.
- Provider
- Microsoft
- Type
- Framework (OSS)
- Added
- —
- Interface
- Session-level (CDP)
- Trust tier
- restricted
- Egress
- Banana Peel egress guard
- Evidence
- minimal
- Max session
- 60 min
- Regions
- US, EU, CA
- Pricing
- $0.18/run
- Compliance
- ZDRSOC 2HIPAAPCI-DSS ROC
—
Traffic share
—
Success
—
Median duration
$0.18/run
List price
—
p95 first action
Not enough live samples for a trend yet.
Pricing
| Model | Native price | Normalized $/run | Notes |
|---|---|---|---|
| per run | $0.18/run | — | Includes LLM tokens |
Capability matrix
Capabilities for this runner — extra/gap badges compare against the most common capability set for Framework (OSS) runners in the catalog.
Login flows
MFA/2FA interactions
CAPTCHA handling
File download
File uploadextra
Form filling
Structured extractiongap
Vision-basedgap
DOM-based
Stealth/anti-bot
Residential proxies
Persistent sessions
Parallel sessionsgap
Human-in-the-loop
Full evidence
Storage capture
Code sample
Pin this runner via routing: "playwright-mcp-claude-sonnet-5"
curl -X POST "$BANANA_PEEL_BASE/api/v1/responses" \
-H "Authorization: Bearer $BANANA_PEEL_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "banana-peel",
"input": "Extract the title from https://example.com",
"routing": "playwright-mcp-claude-sonnet-5"
}'