Real-time web search and crawling capabilities for AI assistants through Model Context Protocol (MCP)
Server Config
{
"mcpServers": {
"crawleo": {
"url": "https://api.crawleo.dev/mcp",
"transport": "http",
"headers": {
"Authorization": "Bearer YOUR_API_KEY_HERE"
}
}
}
}