scrapi-mcp
Verified Safeby DevEnterpriseSoftware
Overview
Serves as a Model Context Protocol (MCP) server that utilizes the ScrAPI service to scrape web pages and return their content in either HTML or Markdown format.
Installation
SCRAPI_API_KEY="<YOUR_API_KEY>" npx -y @deventerprisesoftware/scrapi-mcpEnvironment Variables
- SCRAPI_API_KEY
Security Notes
The server uses `process.env.SCRAPI_API_KEY` for the API key, with a non-functional default, promoting secure environment variable usage. Input validation for URLs is performed using Zod. CORS is set to allow all origins, which is common for an MCP server, but could be a minor concern in certain deployment scenarios. No `eval` or obvious malicious patterns found in the provided source.
Similar Servers
DevDocs
Provides intelligent web crawling and documentation extraction, storing content in a Model Context Protocol server for LLM querying and accelerating developer research.
mcp-omnisearch
Provides a unified interface for LLMs to access multiple web search, AI response, content processing, and enhancement tools from various providers through the Model Context Protocol (MCP).
agentql-mcp
Provides a Model Context Protocol (MCP) interface for agents to interact with AgentQL's web data extraction capabilities using natural language prompts.
mcp-server
Provides a Model Context Protocol (MCP) server for integrating comprehensive search and data extraction via SerpApi.