gofetch
Verified Safeby StacklokLabs
Overview
A Model Context Protocol (MCP) server for efficiently retrieving, processing, and formatting web content from URLs.
Installation
./build/gofetchEnvironment Variables
- TRANSPORT
- MCP_PORT
Security Notes
The server includes several security-conscious features: respects robots.txt by default (configurable), allows custom user agents, supports proxy settings, and explicitly highlights container security benefits like non-root users, distroless images, and build provenance. It is written in Go, which contributes to single binary deployment and reduces certain classes of supply chain attacks common in interpreted languages. The inherent risk lies in fetching arbitrary URLs from the internet, but content processing aims to extract main content, and the 'raw' option should be used with caution.
Similar Servers
mcp-k8s-go
An MCP server enabling AI assistants and users to interact with and manage Kubernetes clusters by listing, getting, applying, and executing commands on Kubernetes resources.
mcp-gateway
A gateway or proxy server for managing and routing API requests, likely including authentication (OAuth) and JSON-RPC handling.
mcp-gopls
An MCP server that enables AI assistants to utilize Go's Language Server Protocol (gopls) for advanced code analysis, navigation, refactoring, and execution of Go tooling within Go workspaces.
osmmcp
A Multi-Cloud Platform (MCP) server, likely developed in Go, designed for managing and standardizing transport across various cloud services, potentially including AI integration (Claude) and geographical data processing.