mcpbeat Sign in

Scrapi MCP Server

answering

Scrapi is answering right now. Last checked moments ago. 35 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 20 · avg 8 · -22% w/w
a month agotoday
Uptime history 47 days of history · worst day 92%
47 days agonow
100.0%
Uptime 24h
92 of 92 checks
5
Tools
read from the server
1101 ms
Response time
average over 24h
35
Installs / week
npm and PyPI

Scrapi missed 3 checks this week

Everything else answered, so this is steady rather than shaky. We check every 15 minutes, which is how a one-off gets told apart from the start of a pattern, and how you hear about the next one within the hour instead of from your users.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 0 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"
    }
  }
}

This one needs environment variables set before it will start: SCRAPI_API_KEY (Your Scrapi API key (get one free at https://scrapi.ai/dashboard)). The author declared them in the registry entry; get the values from the project itself.

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 1002 ms 0 min ago

Alternatives to Scrapi

same job, measured the same way
Fastcrawl
by fastcrawl

Cloud scraping & crawling API for AI agents. Turn any URL into clean, LLM-ready markdown.

answering
I
Perpage MCP Server
by cal-dev-tech

Give AI agents clean, LLM-ready web data — scrape any URL to markdown or extract structured JSON.

39 installs/wk local only
HTML To Markdown MCP
by mukundakatta

Convert HTML to Markdown or strip to plain text. For web-scraping agents.

26 installs/wk local only
Web
by rog0x

Web scraping, search, monitoring, and HTML-to-markdown for AI agents

32 installs/wk local only
C
X1-BaaS Scraping API
by tazpal

Stealth scraping API for AI agents. Clean Markdown from any URL. x402 crypto payments.

3 tools answering
rasterly
by rasterly-dev

Web toolkit for AI agents: read any URL as Markdown, screenshot, extract data, or crawl a site.

33 installs/wk local only
rasterly
by jhonychain

Web toolkit for AI agents: read any URL as Markdown, screenshot, extract data, or crawl a site.

local only
FineData
by quality-network

FineData web scraping MCP — JavaScript rendering, captcha solving, markdown for AI agents

231 installs/wk answering

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 92 of 92 checks got a reply (100.0%), average response time 1101 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 1101 ms on average, which is faster than 6% 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 35 times in the last week. Week over week that is -22%. 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.