An MCP server that leverages the ScrAPI service to perform robust web page scraping, extracting content in either HTML or Markdown format, and handling challenges like bot detection and geolocation restrictions.
web scrapingdata extractionhtmlmarkdowncontext
Installation & Configuration
{
"scrapi": {
"command": "npx",
"args": [
"-y",
"@deventerprisesoftware/scrapi-mcp"
],
"env": {
"SCRAPI_API_KEY": "<YOUR_API_KEY>"
}
}
}