io.github.bamchi/scrapi
io.github.bamchi/scrapiWeb scraping for AI agents. Converts URLs to clean, LLM-ready Markdown with anti-bot bypass.
Tools · 5
Scrapes a webpage and returns the content in AI-readable Markdown format. Can access blocked sites through browser rendering.
Scrapes multiple webpages in parallel and returns the content in AI-readable Markdown format. Can access blocked sites through browser rendering.
Check API usage and remaining credits. Returns current plan, subscription credits, purchased credits, and total remaining credits.
Check the status of all ScraperServer instances. Shows server health, circuit breaker state, failure counts, and last success/failure times.
Retrieve MCP billing information: subscription details, available plans, daily usage history, or spending limits.
Similar MCP servers embedding-nearest
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"
}
}
}