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/mcpscr_live_****************************a7f2Connected
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
| Tool | Description | Parameters |
|---|---|---|
scrape_url | Extract data from any URL | url, instructions, schema |
list_flows | List all saved flows | limit, offset, status |
run_flow | Execute a saved flow | flow_id, parameters |
get_run | Get run results | run_id |
create_flow | Create a new flow | name, url, mode, steps |
monitor_url | Set up change monitoring | url, selector, interval |
Recent MCP Calls
Last 5 tool invocations from connected AI assistants
| Timestamp | Tool | Status | Duration |
|---|---|---|---|
| 2026-03-19 14:32:01 | scrape_url | success | 1.2s |
| 2026-03-19 14:28:45 | list_flows | success | 0.3s |
| 2026-03-19 14:15:12 | run_flow | success | 4.8s |
| 2026-03-19 13:58:33 | get_run | success | 0.2s |
| 2026-03-19 13:42:07 | scrape_url | error | 2.1s |