Back to Home
everruns icon

fetchkit

Verified Safe

by everruns

Overview

Provides an AI-friendly web content fetching tool with HTML conversion to markdown/text, binary content detection, and URL filtering, exposed as a Model Context Protocol (MCP) server for LLM tool integration.

Installation

Run Command
fetchkit mcp

Security Notes

The server uses `reqwest`, a robust HTTP client, and implements URL scheme validation, allow/block lists, and strict timeouts (1s first-byte, 30s body). Binary content is detected and returns only metadata, preventing processing of potentially malicious binary payloads. HTML parsing is for conversion rather than full DOM rendering, limiting client-side attack vectors. No hardcoded secrets were identified in the core Rust source code. The explicit URL filtering via allow/block lists is a strong security feature. General web fetching risks remain (e.g., slow responses handled by timeouts, large content size mitigated by partial returns).

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Stars0
Forks0
Last Update2026-01-17

Tags

Web FetchingHTML ConversionLLM ToolingModel Context ProtocolRustContent Extraction