fetchkit
Verified Safeby everruns
Overview
AI-friendly web content fetching and HTML conversion, designed for consumption by Large Language Models.
Installation
fetchkit mcpEnvironment Variables
- OPENAI_API_KEY
Security Notes
The server appears well-structured with no immediate signs of 'eval', obfuscation, or hardcoded secrets. It implements URL filtering, which is a good security practice. Custom HTML parsing and base64 decoding are potential, though minor, attack surfaces if bugs were present; however, they are designed for content processing rather than arbitrary code execution. Network risks are inherent to web fetching but seem handled by strict timeouts and error handling.
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-omnisearch
Provides a unified interface for various search, AI response, content processing, and enhancement tools via Model Context Protocol (MCP).
webscraping-ai-mcp-server
Integrates with WebScraping.AI to provide LLM-powered web data extraction, including question answering, structured data extraction, and HTML/text retrieval, with advanced features like JavaScript rendering and proxy management.
mcp-framework
A Rust framework for building AI agents with built-in Model Context Protocol (MCP) support, multi-LLM integration, and a web-based inspector for debugging.