Exposes a web fetching tool based on `curl` using the Model Control Protocol.
This project provides a simple Model Context Protocol (MCP) server implemented in Go that allows Large Language Models (LLMs) to fetch content from URLs. It utilizes the `curl` command-line tool to retrieve webpage content based on a provided URL parameter, enabling LLMs to access and analyze information from the web. The server is packaged as a Docker image for easy deployment and integration with tools like `mcphost` for enhanced LLM capabilities.