Back to Home
DevEnterpriseSoftware icon

scrapi-mcp

Verified Safe

by 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

Run Command
SCRAPI_API_KEY="<YOUR_API_KEY>" npx -y @deventerprisesoftware/scrapi-mcp

Environment 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

Stats

Interest Score39
Security Score8
Cost ClassMedium
Avg Tokens50000
Stars14
Forks4
Last Update2025-12-03

Tags

web scrapingdata extractionhtmlmarkdownmcp