The lobstr.io MCP server exposes all API documentation to AI assistants. Powered by Mintlify — no authentication required. Endpoint:Documentation Index
Fetch the complete documentation index at: https://docs.lobstr.io/llms.txt
Use this file to discover all available pages before exploring further.
https://docs.lobstr.io/mcp
2 Tools
Semantic search and full filesystem access to every docs page.
No Auth
Public endpoint — no API key needed to query the docs.
SSE Transport
HTTP + Server-Sent Events transport, compatible with all MCP clients.
Setup
Tools
| Tool | Description |
|---|---|
search_lobstr_io | Semantic search across all documentation — titles, descriptions, guides, and API references. |
query_docs_filesystem_lobstr_io | Read-only shell-like access to every docs page as .mdx files. Supports cat, head, rg, tree, ls, and more. |
Example Prompts
Once connected, ask your AI assistant:- “How do I create a squid and start scraping Google Maps?”
- “Show me the Python code for adding tasks to a scraper”
- “What parameters does the LinkedIn Profile Scraper accept?”
- “List all delivery configuration options (email, S3, webhook)”
- “How do I handle rate limiting in the lobstr.io API?”
JSON-RPC Methods
| Method | Description |
|---|---|
initialize | Handshake — returns server info and capabilities |
tools/list | List all available tools with input schemas |
tools/call | Execute a tool with arguments |