Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
A Model Context Protocol server for the ScrAPI web scraping service, providing tools to scrape URLs and return content as HTML or Markdown.
Add this to your MCP client configuration:
{
"mcpServers": {
"deventerprisesoftware-scrapi-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"SCRAPI_API_KEY",
"deventerprisesoftware/scrapi-mcp"
],
"env": {
"SCRAPI_API_KEY": "<Your ScrAPI API key (optional for limited free usage)>"
}
}
}
}{
"id": "deventerprisesoftware-scrapi-mcp",
"name": "ScrAPI",
"description": "A Model Context Protocol server for the ScrAPI web scraping service, providing tools to scrape URLs and return content as HTML or Markdown.",
"source_url": "https://github.com/deventerprisesoftware/scrapi-mcp",
"publisher_name": "deventerprisesoftware",
"publisher_url": "https://github.com/deventerprisesoftware",
"is_official": true,
"license": "",
"runtime": "node",
"downloads": 5663,
"requires_oauth": false,
"distribution": {
"type": "npm",
"package": "@deventerprisesoftware/scrapi-mcp"
},
"tools_count": 2
}