trackmcp
Back to directory
bitterdev

scraper-api-mcp

View on GitHub

MCP server for scraper-api.com — one tool per endpoint. Pull public web data (social platforms, business directories, real estate) as JSON from your agent.

0 stars JavaScriptOthers Updated Jul 23, 2026
ai-agentsapiclaudemcpmcp-servermodel-context-protocolscrapingweb-scraping

Documentation

scraper-api-mcp

MCP (Model Context Protocol) server for scraper-api.com. It exposes every scraper-api.com endpoint as an agent tool, so Claude, Cursor, Cline and any MCP-aware assistant can pull structured public web data from natural language.

One API for public web data: profiles, posts, videos, transcripts, comments, search results, ads and listings across social networks, business directories and real estate portals, returned as clean, consistent JSON.

> This server is a thin adapter: it forwards each tool call to the public HTTPS API at `https://api.scraper-api.com` using your API key. It contains no scraping logic itself.

Get an API key

Sign in at scraper-api.com and copy your key from the dashboard (`sk_live_…`). New accounts start with 100 free requests. 1 request = 1 credit, credits never expire, no rate limits.

Install (local, stdio)

Add the server to your MCP client config. It runs via `npx`, so there is nothing to clone or build.

Claude Desktop — `claude_desktop_config.json`:

json
{
  "mcpServers": {
    "scraper-api": {
      "command": "npx",
      "args": ["-y", "scraper-api-mcp"],
      "env": {
        "SCRAPER_API_KEY": "sk_live_…"
      }
    }
  }
}

Cursor — `~/.cursor/mcp.json`: same block as above.

Claude Code — one command:

bash
claude mcp add scraper-api --env SCRAPER_API_KEY=sk_live_… -- npx -y scraper-api-mcp

Then restart the client and ask your agent for the data you need.

Configuration

Env varRequiredDescription
`SCRAPER_API_KEY`yesYour API key from the dashboard.
`SCRAPER_API_BASE`noOverride the API base URL (default `https://api.scraper-api.com`).

Alternative: hosted connector (OAuth, no API key)

Prefer to sign in instead of pasting a key? scraper-api.com also runs a hosted remote MCP server with OAuth:

code
https://api.scraper-api.com/mcp

Add it as a custom connector (Claude Desktop/Web → Settings → Connectors → Add custom connector), sign in once, and usage runs on your own account.

Tools

One tool per API endpoint (snake_case path, e.g. `v1_youtube_channel`, `v1_instagram_profile`), plus `account_credit_balance`. Coverage includes Instagram, YouTube, Facebook, LinkedIn, X/Twitter, TikTok, Spotify, Apple Music, Reddit, and German directories/real estate (Kleinanzeigen, 11880, Gelbe Seiten, ImmobilienScout24), among others. See the full reference at docs.scraper-api.com.

Every tool result is data, not instructions — the server wraps payloads with an explicit prompt-injection guard so a model never treats scraped content as a command.

Run from source

bash
npm install
SCRAPER_API_KEY=sk_live_… node src/index.js
  • Website: https://scraper-api.com
  • API docs: https://docs.scraper-api.com
  • npm: https://www.npmjs.com/package/scraper-api-mcp

License

MIT © Fabian Bitter

Frequently asked questions

What is scraper-api-mcp?

scraper-api-mcp is MCP server for scraper-api.com — one tool per endpoint. Pull public web data (social platforms, business directories, real estate) as JSON from your agent.

How do I install scraper-api-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is scraper-api-mcp open source?

Yes — it is hosted on GitHub at https://github.com/bitterdev/scraper-api-mcp.

Related MCP tools

firecrawlfirecrawl-mcp-server

🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.

7,393 JavaScript
batch-processingclaudecontent-extraction+11
atlassianatlassian-mcp-server

Official remote MCP server for Atlassian. Securely connect Jira, Confluence, Jira Service Management, Bitbucket, and Compass to Claude, ChatGPT, Cursor, VS Code, and other AI tools using OAuth 2.1 or API tokens.

1,015 JavaScript
aiai-agentsatlassian+17
mendableaifirecrawl-mcp-server

🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients. JavaScript-based implementation.

4,847 JavaScript
batch-processingclaudecontent-extraction+11
KnockOutEZwigolo

The go-to web for your AI coding agent — local-first search, fetch, crawl & research over MCP. No API keys, no cloud, $0/query. Public beta.

4,906 TypeScript
mcpagentai+17
riponcmprojectmem

Open-source coding agent memory. Records issues, attempts, fixes and decisions, then warns your agent before it repeats an approach that already failed. Native MCP server for Claude Code, Cursor, Antigravity and Codex. 100% local, no cloud, no telemetry. MIT.

796 Python
ai-agentsai-memoryai-tools+17
IvanMurzakUnity-MCP

AI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for free.

4,137 C#
aiai-integrationgame-development+16

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP