mcp-web-scraper
Verified Safeby Decodo
Overview
Connects LLMs and applications to Decodo's web scraping platform for easy web data access and parsing.
Installation
node build/index.jsEnvironment Variables
- SCRAPER_API_USERNAME
- SCRAPER_API_PASSWORD
Security Notes
No hardcoded secrets were found; API credentials (username and password) are correctly handled via environment variables (`SCRAPER_API_USERNAME`, `SCRAPER_API_PASSWORD`). The server acts as a proxy to an external web scraping API, which involves network requests. The security of the external Decodo API itself is beyond the scope of this code analysis.
Similar Servers
DevDocs
DevDocs is a web crawling and content extraction platform designed to accelerate software development by converting documentation into LLM-ready formats for intelligent data querying and fine-tuning.
mcp
This server provides Hyperbrowser's Model Context Protocol (MCP) interface, offering tools for web scraping, structured data extraction, crawling, and general-purpose browser automation using AI agents like OpenAI's CUA and Anthropic's Claude Computer Use.
mcp-omnisearch
Provides a unified interface for various search, AI response, content processing, and enhancement tools via Model Context Protocol (MCP).
crawlbase-mcp
A Model Context Protocol (MCP) server that enables AI agents and LLMs to fetch fresh, structured, real-time web content (HTML, Markdown, screenshots) via Crawlbase's scraping infrastructure.