Crawleo MCP Server provides real-time web search and crawling capabilities for AI assistants through the Model Context Protocol (MCP).
From the registry: Hosted Crawleo MCP (remote streamable HTTP endpoint).
Please install the `crawleo-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Crawleo API key** — Sign up at crawleo.dev and get your API key (starts with sk_). (https://crawleo.dev)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["crawleo-mcp"]
- required environment variables:
- `CRAWLEO_API_KEY`: Crawleo API key. (example: `sk_<your-api-key>`)
Note: Also available as hosted remote at https://api.crawleo.dev/mcp with Authorization: Bearer header.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.CRAWLEO_API_KEYrequiredYour API key for authentication.AI-powered browser automation — navigate, click, fill forms, and extract data from any website.