mcp_docfetcher
by mgerhards
Overview
Provides tools to programmatically fetch raw text content from any specified URL and perform site-specific searches on Google.
Installation
python server.pySecurity Notes
The 'fetch_docs' tool allows fetching arbitrary URLs, posing a Server-Side Request Forgery (SSRF) risk. This could enable an attacker to access internal network resources or cloud metadata services from the server's host. The 'search_docs' tool's HTML parsing for extracting URLs is brittle and sensitive to changes in Google's search page structure. There are no obvious hardcoded secrets or use of 'eval'.
Similar Servers
firecrawl-mcp-server
Provides web scraping, crawling, search, and structured data extraction capabilities to AI models via the Model Context Protocol.
DevDocs
Provides intelligent web crawling and documentation extraction, storing content in a Model Context Protocol server for LLM querying and accelerating developer research.
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.
doc-mcp-server
Provides LLM agents with real-time, structured access to documentation from various package managers and platforms to prevent hallucinations and ensure up-to-date information.