gofetch
Verified Safeby StacklokLabs
Overview
An MCP server that retrieves and extracts textual content from web pages, respecting robots.txt for AI agents.
Installation
task runEnvironment Variables
- TRANSPORT
- MCP_PORT
Security Notes
The server is implemented in Go, offering single binary deployment and enhanced container security (non-root, distroless images, signing). It respects robots.txt by default and offers configurable proxy support. Input validation for `max_length` and `start_index` parameters is present. There are no apparent hardcoded secrets or obvious malicious patterns like 'eval'. The project has a clear security vulnerability reporting process. Risks common to fetching external content (e.g., malformed HTML, large payloads) are mitigated by using robust parsing libraries and configurable limits.
Similar Servers
mcp-k8s-go
This MCP server enables interaction with Kubernetes clusters to list, get, apply, and execute commands on various resources through a conversational interface.
mcp-gateway
A gateway or proxy server for managing and routing API requests, likely including authentication (OAuth) and JSON-RPC handling.
mcp-gopls
Provides a Model Context Protocol (MCP) server for AI assistants to interact with Go code via gopls, offering navigation, diagnostics, testing, coverage, and refactoring capabilities.
osmmcp
Enables LLMs to interact with OpenStreetMap data through a rich set of geospatial tools, including geocoding, routing, and points of interest search.