Website Fetcher
Retrieves raw website content through a lightweight API endpoint, serving as an MCP server demonstration.
About
Model Context Protocol (MCP) Website Fetcher is a lightweight server implementation built to demonstrate how tools can be effectively exposed and interacted with using the MCP protocol. It provides a straightforward MCP-compatible API endpoint, offering a simple `fetch` tool that allows clients to retrieve the raw content of any specified URL. This project is ideal for exploring MCP client interactions and understanding the protocol's capabilities in a practical setting.
Key Features
- 0 GitHub stars
- Lightweight MCP server implementation
- Exposes a `fetch` tool for URL content retrieval
- MCP-compatible API endpoint
- Docker image available for easy deployment
Use Cases
- Demonstrating the Model Context Protocol (MCP) tool exposure
- Testing MCP client interactions with external tools
- Fetching raw web page content programmatically