Early BetaYou're using an early version of Scraper.bot.Submit a trouble ticket

MCP ServerConnected

Connect Scraper.bot to AI assistants like Claude Code, Cursor, and Windsurf via the Model Context Protocol

Connection Config
https://api.scraper.bot/mcp
scr_live_****************************a7f2
Connected
Setup Instructions
Configure your AI assistant to connect to Scraper.bot

Add this to your claude_desktop_config.json or project MCP settings:

{
  "mcpServers": {
    "scraper-bot": {
      "command": "npx",
      "args": ["-y", "@scraper-bot/mcp-server"],
      "env": { "SCRAPER_API_KEY": "scr_live_..." }
    }
  }
}
Available Tools
Tools exposed to AI assistants via the MCP protocol
ToolDescriptionParameters
scrape_url
Extract data from any URLurl, instructions, schema
list_flows
List all saved flowslimit, offset, status
run_flow
Execute a saved flowflow_id, parameters
get_run
Get run resultsrun_id
create_flow
Create a new flowname, url, mode, steps
monitor_url
Set up change monitoringurl, selector, interval
Recent MCP Calls
Last 5 tool invocations from connected AI assistants
TimestampToolStatusDuration
2026-03-19 14:32:01scrape_urlsuccess1.2s
2026-03-19 14:28:45list_flowssuccess0.3s
2026-03-19 14:15:12run_flowsuccess4.8s
2026-03-19 13:58:33get_runsuccess0.2s
2026-03-19 13:42:07scrape_urlerror2.1s

Command Palette

Search for a command to run...