
Scrapling Fetch MCP Server
Scrapling Fetch MCP Server enables AI assistants and chatbots to access text and HTML content from websites with bot protection, making it possible to retrieve ...
ScrAPI MCP Server lets your AI agents scrape and utilize live web data, bypassing common scraping barriers for powerful automation and context enrichment.
The ScrAPI MCP Server allows AI assistants to scrape web pages by connecting to the ScrAPI service. It acts as a bridge between AI clients and external web content, enabling automated extraction of HTML or Markdown from virtually any website—even those protected by bot detection, captchas, or geolocation restrictions. This tool is useful for integrating real-time web data into AI workflows, making it ideal for developers who need up-to-date or hard-to-access web information. By exposing simple API endpoints, the ScrAPI MCP Server streamlines tasks like content gathering, data extraction, and context enrichment for Language Models, enhancing their ability to interact with and utilize live web data in various development and automation scenarios.
No prompt templates are mentioned in the repository.
No explicit resources are listed in the repository.
No specific instructions for Windsurf are provided in the repository.
claude_desktop_config.json
file.Example JSON:
{
"mcpServers": {
"scrapi": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"SCRAPI_API_KEY",
"deventerprisesoftware/scrapi-mcp"
],
"env": {
"SCRAPI_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
Securing API keys:
Place your API key in the env
section as shown above, instead of hard-coding it.
No specific instructions for Cursor are provided in the repository.
No specific instructions for Cline are provided in the repository.
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:
Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"scrapi": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “scrapi” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | |
List of Prompts | ⛔ | No prompt templates found in the repository |
List of Resources | ⛔ | No resources listed |
List of Tools | ✅ | scrape_url_html, scrape_url_markdown |
Securing API Keys | ✅ | via env in JSON config |
Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
Based on the two tables above, the ScrAPI MCP server is straightforward, focused, and production-ready for its core function (web scraping), but lacks advanced MCP features (like resources, sampling, or roots) and broader platform documentation. Its value is high for web scraping use-cases, but limited if you need advanced MCP primitives or many prompt workflows.
Has a LICENSE | ✅ (MIT) |
---|---|
Has at least one tool | ✅ |
Number of Forks | 1 |
Number of Stars | 4 |
Overall rating: 6/10
The ScrAPI MCP Server covers the basics of tool exposure and secure setup, but lacks depth in prompt/resource support and cross-platform setup documentation. Great for its specific use, but not a “full-stack” MCP solution.
The ScrAPI MCP Server bridges AI clients and the ScrAPI web scraping service, allowing automated extraction of HTML or Markdown from virtually any website—even those protected by bot detection or captchas.
It exposes two main tools: `scrape_url_html` for retrieving web pages as HTML, and `scrape_url_markdown` for retrieving content as Markdown.
ScrAPI MCP Server is ideal for automated content extraction, LLM data enrichment, competitive analysis, content monitoring, and research automation—especially where traditional scrapers fail due to security barriers.
Always store your API key in the `env` section of your MCP server config, not directly in your code. This protects your key from accidental exposure.
It is focused and reliable for web scraping use-cases, with secure setup and tool exposure. However, it lacks advanced MCP features like prompt or resource support.
Yes! Simply add the MCP component to your FlowHunt workflow, configure it with your ScrAPI server details, and your AI agents can now access live web data as part of their flows.
Supercharge your AI workflows with real-time, accessible web data—no matter how protected the site. Start using ScrAPI MCP Server with FlowHunt today.
Scrapling Fetch MCP Server enables AI assistants and chatbots to access text and HTML content from websites with bot protection, making it possible to retrieve ...
The Serper MCP Server bridges AI assistants with Google Search via the Serper API, enabling real-time web, image, video, news, maps, reviews, shopping, and acad...
The Markitdown MCP Server bridges AI assistants with markdown content, enabling automated documentation, content analysis, and markdown file management for enha...