Firecrawl Browser Create
firecrawl_browser_createCreate a persistent browser session for code execution via CDP (Chrome DevTools Protocol). **Best for:** Running code (Python/JS) that interacts with a live browser page, multi-step browser automation, persistent sessions that survive across multiple tool calls. **Not recommended for:** Simple page scraping (use firecrawl_scrape instead). **Arguments:** - ttl: Total session lifetime in seconds (30-3600, optional) - activityTtl: Idle timeout in seconds (10-3600, optional) - streamWebView: Whether to enable live view streaming (optional) **Usage Example:** ```json { "name": "firecrawl_browser_create", "arguments": {} } ``` **Returns:** Session ID, CDP URL, and live view URL.
When to Use
Use this tool when you need to create a persistent browser session for code execution via cdp (chrome devtools protocol).
best for: running code (python/js) that interacts with a live browser page, multi-step browser automation, persistent sessions that survive across multiple tool calls. not recommended for: simple page scraping (use firecrawl_scrape instead).
arguments:
- ttl: total session lifetime in seconds (30-3600, optional)
- activityttl: idle timeout in seconds (10-3600, optional)
- streamwebview: whether to enable live view streaming (optional)
usage example:
{
"name": "firecrawl_browser_create",
"arguments": {}
}
returns: session id, cdp url, and live view url. . This is part of the Firecrawl provider on xpay✦.
MCP Connection
Connect to xpay✦ to access this tool (and 10+ others):
{
"mcpServers": {
"xpay": {
"url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
}
}
}
For Claude Code:
claude mcp add --transport http xpay "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
How to Execute
Use the xpay✦ meta-tools to run this tool:
xpay_details— Get full input schema:xpay_details("firecrawl/firecrawl_browser_create")xpay_run— Execute:xpay_run("firecrawl/firecrawl_browser_create", { ...inputs })
Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
ttl | number | No | |
activityTtl | number | No | |
streamWebView | boolean | No |
Pricing
- Cost: $0.03/call
- Balance check: Use
xpay_balanceto check remaining credits - Get your API key at xpay.tools — $5 free credits included
Related Skills
- Firecrawl (all tools) — 11 tools
- Firecrawl Scrape — $0.03/call
- Firecrawl Map — $0.02/call
- Firecrawl Search — $0.03/call
- Firecrawl Crawl — $0.05/call
- Firecrawl Check Crawl Status — $0.03/call
Links
- Tool page: https://xpay.tools/firecrawl/firecrawl-browser-create/
- Provider: https://xpay.tools/firecrawl/
- All tools: https://xpay.tools/explore
How to Execute
Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
ttl | number | No | - |
activityTtl | number | No | - |
streamWebView | boolean | No | - |
Install Skill
Pricing
Cost
$0.03/call
Model
Flat rate
Provider
Firecrawl

