HomeSearch & Research › Crawleo-MCP

Crawleo-MCP

Hosted Crawleo MCP (remote streamable HTTP endpoint).

Python Cloud Remote
★ 11 stars Last pushed 2025-12-31 License: MIT

Topics: Search & Data Extraction

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://api.crawleo.dev/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http crawleo-mcp https://api.crawleo.dev/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "crawleo-mcp": {
      "url": "https://api.crawleo.dev/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization — Crawleo API token for authentication. Example: 'Bearer <CRAWLEO_API_KEY>'

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry