scrapi-mcp
ScrAPI MCP Server is a powerful tool for web scraping, providing reliable and easy-to-use features to extract data from websites.
ScrAPI MCP Server is designed to facilitate web scraping using the ScrAPI service. It offers robust features to extract data from websites, overcoming challenges like bot detection, captchas, and geolocation restrictions. The server can return scraped data in HTML or Markdown format, catering to different parsing needs. It supports cloud deployment and can be integrated with various platforms, including Docker and NPX. An optional API key can enhance its capabilities, allowing more concurrent calls and better queuing. The server is licensed under the MIT License, promoting open use and modification.
Features
- Effortless web scraping with ScrAPI service.
- Handles bot detection, captchas, and geolocation restrictions.
- Returns data in HTML or Markdown format.
- Cloud deployment available over SSE.
- Integration with Docker and NPX for easy setup.
MCP Tools
- {'scrape_url_html': 'Scrapes a website using a URL and returns the result as HTML.'}
- {'scrape_url_markdown': 'Scrapes a website using a URL and returns the result as Markdown.'}
Usage with Different Platforms
Docker
{
"mcpServers": {
"scrapi": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"SCRAPI_API_KEY",
"deventerprisesoftware/scrapi-mcp"
],
"env": {
"SCRAPI_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
NPX
{
"mcpServers": {
"scrapi": {
"command": "npx",
"args": [
"-y",
"@deventerprisesoftware/scrapi-mcp"
],
"env": {
"SCRAPI_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
Related MCP Servers
View all browser_automation servers →Fetch
by modelcontextprotocol
A Model Context Protocol server that provides web content fetching capabilities, enabling LLMs to retrieve and process content from web pages.
markdownify-mcp
by zcaceres
Markdownify is a Model Context Protocol (MCP) server that converts various file types and web content to Markdown format.
mcp-playwright
by executeautomation
A Model Context Protocol server that provides browser automation capabilities using Playwright.
cursor-talk-to-figma-mcp
by sonnylazuardi
This project implements a Model Context Protocol (MCP) integration between Cursor AI and Figma, allowing Cursor to communicate with Figma for reading designs and modifying them programmatically.
playwright-mcp
by microsoft
A Model Context Protocol (MCP) server that provides browser automation capabilities using Playwright.
ai-agent-marketplace-index-mcp
by AI-Agent-Hub
MCP Server for AI Agent Marketplace Index from DeepNLP, allowing AI assistants to search available AI agents by keywords or categories.
web-eval-agent
by Operative-Sh
operative.sh's MCP Server is a browser-use powered agent that autonomously executes and debugs web apps directly in your code editor.