MCP Server
MCP
io.github.bamchi/scrapi
Web scraping for AI agents. Converts URLs to clean, LLM-ready Markdown with anti-bot bypass.
Install
npx -y @scrapi.ai/[email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://scrapi.ai/mcp",
"headers": [
{
"value": "Bearer {SCRAPI_API_KEY}",
"name": "Authorization"
}
]
}
],
"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"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment