Skip to content
Back to search
100
MCP live v2.0.6 streamable-http

io.github.bamchi/scrapi

io.github.bamchi/scrapi

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

Uptime
9.1%
22 probes
Response
1600ms
last probe
Tools
5
callable
Primary URL
https://scrapi.ai/mcp

Tools · 5

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.

get_usage

Check API usage and remaining credits. Returns current plan, subscription credits, purchased credits, and total remaining credits.

scraper_server_status

Check the status of all ScraperServer instances. Shows server health, circuit breaker state, failure counts, and last success/failure times.

get_billing

Retrieve MCP billing information: subscription details, available plans, daily usage history, or spending limits.

Similar MCP servers embedding-nearest

io.github.carrasquelalex1/webscrape-mcp
Fetch any URL and get clean Markdown. Web scraping for AI agents.
0 tools · streamable-http
io.github.cal-dev-tech/perpage-mcp-server
Give AI agents clean, LLM-ready web data — scrape any URL to markdown or extract structured JSON.
0 tools
io.github.rog0x/web
Web scraping, search, monitoring, and HTML-to-markdown for AI agents
0 tools
zlurp live
Web scraping for AI agents. Convert any URL to clean markdown via x402 micropayments on Base.
3 tools · http
WebReaper
AI-native web scraper: scrape, crawl and map any site to clean markdown over stdio. MIT-licensed.
0 tools
io.github.scrapegraphai/scrapegraph-mcp
AI-powered web scraping and data extraction capabilities through ScrapeGraph API
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.bamchi/scrapi": {
      "url": "https://scrapi.ai/mcp",
      "transport": "streamable-http"
    }
  }
}