← Index

Outscraper MCP Server

io.github.outscraper/outscraper-mcp-server·v0.2.3·Web Scraping
Quality Score
85
/100

Outscraper MCP business discovery, Maps intelligence, enrichment, reviews, and contact data.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://mcp.outscraper.com/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "outscraper-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "outscraper-mcp"
      ],
      "env": {
        "OUTSCRAPER_API_KEY": "<your-outscraper_api_key>",
        "CLOUD_SERVICE": "<cloud_service>",
        "HTTP_STREAMABLE_SERVER": "<http_streamable_server>",
        "SSE_LOCAL": "<sse_local>",
        "HTTP_STATEFUL_SERVER": "<http_stateful_server>",
        "HOST": "<host>",
        "PORT": "<port>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "outscraper-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "outscraper-mcp"
      ],
      "env": {
        "OUTSCRAPER_API_KEY": "<your-outscraper_api_key>",
        "CLOUD_SERVICE": "<cloud_service>",
        "HTTP_STREAMABLE_SERVER": "<http_streamable_server>",
        "SSE_LOCAL": "<sse_local>",
        "HTTP_STATEFUL_SERVER": "<http_stateful_server>",
        "HOST": "<host>",
        "PORT": "<port>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y outscraper-mcp
§02  Environment variables
OUTSCRAPER_API_KEY
requiredsecret

Your Outscraper API key. Required for authenticated tool calls in stdio mode and for non-cloud HTTP deployments.

CLOUD_SERVICE

Set to true to require the API key from Authorization or X-API-KEY headers in HTTP mode

HTTP_STREAMABLE_SERVER

Set to true to run the server over stateless Streamable HTTP instead of stdio

SSE_LOCAL

Set to true to run a local stateful HTTP/SSE mode with session management

HTTP_STATEFUL_SERVER

Alternative flag for enabling stateful HTTP session mode

HOST

HTTP bind host used when HTTP_STREAMABLE_SERVER=true

PORT

HTTP bind port used when HTTP_STREAMABLE_SERVER=true

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Web Scraping