scraper-api.com
DE
MCP

Model Context Protocol server

Expose every scraper-api.com endpoint to your AI agent through MCP. Point Claude Desktop, Cursor or any MCP client at the server and let the model pull live social data as a tool.

Configuration

The MCP server maps each endpoint to a typed tool with the same parameters as the REST API. Set your API key in the environment and the agent can call all 11 platforms natively.

{
  "mcpServers": {
    "scraper-api": {
      "command": "npx",
      "args": ["-y", "@scraper/mcp"],
      "env": { "SCRAPER_API_KEY": "YOUR_API_KEY" }
    }
  }
}

Full API reference