Model Context Protocol
MCP
Crawleo ships a native MCP server. Add one config block and your AI editor can search the web, crawl pages, and reach sites behind anti-bot walls.
Add one config block
Pick the hosted server or run it locally. No SDK, no glue code.
Remote
Recommended - no install
{"mcpServers": {"crawleo": {"url": "https://api.crawleo.dev/mcp","headers": {"Authorization": "Bearer YOUR_API_KEY"}}}}
Local (npx)
Runs on your machine - requires Node.js
{"mcpServers": {"crawleo": {"command": "npx","args": ["-y", "crawleo-mcp"],"env": {"CRAWLEO_API_KEY": "YOUR_API_KEY"}}}}
Works with any MCP client
- Claude Desktop
- Cursor
- Windsurf
- GitHub Copilot
- OpenAI
- Any MCP client
Find Crawleo on
Connect it to your editor
Get an API key with 500 free credits a month and paste in the config above.
Start free