mcpbeat

Scrapi MCP Server

io.github.bamchi/scrapi
answering

Scrapi is answering right now. Last checked 14 min ago. 65 installs a week from npm. It exposes 5 tools. Last commit 6 Mar 2026.

Web scraping for AI agents. Converts URLs to clean, LLM-ready Markdown with anti-bot bypass.

Installs per day peak 30 · avg 9 · +8% w/w
a month agotoday
Uptime history 39 hours of history · worst hour 67%
39 hours agonow
98.9%
Uptime 24h
90 of 91 checks
5
Tools
read from the server
1001 ms
Response time
average over 24h
65
Installs / week
npm and PyPI

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 14 min ago.

run in your terminal
claude mcp add scrapi --transport http https://scrapi.ai/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "scrapi": {
      "url": "https://scrapi.ai/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.scrapi]
url = "https://scrapi.ai/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "scrapi": {
      "url": "https://scrapi.ai/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "scrapi": {
      "url": "https://scrapi.ai/mcp"
    }
  }
}

Available tools 5

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

scrape
scrape_url
Scrapes a webpage and returns the content in AI-readable Markdown format. Can access blocked sites through browser rendering.
scrape_urls
Scrapes multiple webpages in parallel and returns the content in AI-readable Markdown format. Can access blocked sites through browser rendering.
billing
get_billing
Retrieve MCP billing information: subscription details, available plans, daily usage history, or spending limits.
scraper
scraper_server_status
Check the status of all ScraperServer instances. Shows server health, circuit breaker state, failure counts, and last success/failure times.
usage
get_usage
Check API usage and remaining credits. Returns current plan, subscription credits, purchased credits, and total remaining credits.

Endpoints

URLTransportStateLatencyChecked
https://scrapi.ai/mcp streamable-http answering 1024 ms 14 min ago

Scrapi — questions

Answers built from our own checks of this server.

What can Scrapi do?
It exposes 5 tools, read directly from the server on our last check. Among them: get_billing, get_usage, scraper_server_status, scrape_url, scrape_urls. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Scrapi working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 90 of 91 checks got a reply (98.9%), average response time 1001 ms. The bar chart above shows every period we have measured.
How do I connect Scrapi?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Scrapi need an API key?
No. Scrapi completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 5 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Scrapi?
It answers our handshake in 1001 ms on average, which is faster than 5% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use Scrapi?
The npm package @scrapi.ai/mcp-server was installed 65 times in the last week. Week over week that is +8%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Scrapi open source?
Yes — it is published under the MIT licence, written in TypeScript and 5 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.