Skip to main content

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.

The lobstr.io MCP server exposes all API documentation to AI assistants. Powered by Mintlify — no authentication required. Endpoint: 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

claude mcp add lobstrio-docs \
  --transport http \
  https://docs.lobstr.io/mcp

Tools

ToolDescription
search_lobstr_ioSemantic search across all documentation — titles, descriptions, guides, and API references.
query_docs_filesystem_lobstr_ioRead-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

MethodDescription
initializeHandshake — returns server info and capabilities
tools/listList all available tools with input schemas
tools/callExecute a tool with arguments