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.
主な機能
01Integrates with `mcphost` for use with LLMs
02Uses the `mcp-go` library for MCP server functionality
03Provides a tool for fetching webpage content using `curl`
04Implements a simple MCP server in Go
05Dockerized for easy deployment
062 GitHub stars
ユースケース
01Providing LLMs with access to external data sources
02Enabling LLMs to access and summarize content from the web
03Integrating web scraping capabilities into LLM workflows