Skip to main content
This server answers “how does lobstr.io work?” — it exposes the API documentation to AI assistants for semantic search and reading. It is read-only and unauthenticated; it cannot touch your account.
Looking to run scrapers from Claude or ChatGPT — discover a scraper, configure it, run it, and pull results in the conversation? That’s the operational MCP Server, which connects to your account over OAuth. This page is only the documentation assistant.
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

Tools

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