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
4.7%
43 probes
Response
1600ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available
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.

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"
    }
  }
}