Equip LLMs with high-speed stealth web search, structured data extraction, and BFS crawling capabilities via standard MCP schemas.
7 min read Updated July 2026
Overview
Crawlingo includes native support for the Model Context Protocol (MCP). By starting the server, you can interface with autonomous agents (like Claude Desktop, Gemini, or custom LLM frameworks) to let them fetch, parse, and crawl web content using Crawlingo's self-healing and stealth engines.
Starting the Server
The MCP server runs over an HTTP server exposing an SSE (Server-Sent Events) endpoint. Launch it via the CLI:
bash
# Start server on default port (http://127.0.0.1:8000/sse)
crawlingo mcp
# Bind to custom host and port
crawlingo mcp --host 0.0.0.0 --port 9000
Transport Protocol
Crawlingo implements the SSE transport specification for MCP client-server communication: