MCP SERVER
Give AI agents the web.
The Model Context Protocol connects Claude, Cursor, and any MCP-compatible AI agent directly to webclaw's extraction engine. One JSON config. Full web access. 8 tools your agent can call.
Quick setup
Pick your client. Paste the config. Done.
Installation
Two ways to get the binary.
Pre-built binary
From source
Configuration
All configuration is through environment variables. Set them in your MCP client config or your shell.
WEBCLAW_API_KEYEnables cloud fallback for bot-protected sites (Cloudflare, DataDome, AWS WAF)
OPENAI_API_KEY / ANTHROPIC_API_KEYEnables extract and summarize tools (LLM features)
OLLAMA_HOSTUse local Ollama for LLM features (default: localhost:11434)
proxies.txtPlace a proxies.txt file in working directory for automatic proxy rotation
8 tools
Every tool your agent needs to read, extract, and monitor the web.
scrapeExtract content from any URL
url, format (markdown | text | llm | json)
crawlCrawl entire sites with BFS traversal
url, depth, max_pages
mapDiscover all URLs via sitemap parsing
url, include, exclude
batchExtract multiple URLs concurrently
urls[], format, concurrency
extractLLM-powered structured data extraction
url, prompt, schema
summarizeAI-generated page summaries
url, max_length
diffTrack content changes between snapshots
url, previous_snapshot
brandExtract brand identity from any site
url (returns colors, fonts, logos)
Ready to connect?
Get an API key for cloud features, or use the MCP server fully local with zero configuration.