io.github.bamchi/scrapi✓
io.github.bamchi/scrapi · v2.0.6
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.bamchi/scrapi",
"description": "Web scraping for AI agents. Converts URLs to clean, LLM-ready Markdown with anti-bot bypass.",
"repository": {
"url": "https://github.com/bamchi/scrapi-mcp-server",
"source": "github"
},
"version": "2.0.6",
"packages": [
{
"registryType": "npm",
"identifier": "@scrapi.ai/mcp-server",
"version": "2.0.6",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Scrapi API key (get one free at https://scrapi.ai/dashboard)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "SCRAPI_API_KEY"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://scrapi.ai/mcp",
"headers": [
{
"value": "Bearer {SCRAPI_API_KEY}",
"name": "Authorization"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}