Basic
byitsPatH
0Provides a basic Model Context Protocol (MCP) server that fetches weather information for educational purposes.
About
Discover how to build a simple Model Context Protocol (MCP) server with this example project. Implementing a `fetch-weather` tool, it seamlessly integrates with the Open-Meteo API to retrieve real-time weather data for any city. Designed specifically as an educational resource, this tool is perfect for developers looking to understand the fundamental concepts and workflow of MCP without requiring private API keys.
Key Features
- Designed as an educational example for understanding basic MCP flow
- Includes a `fetch-weather` tool for city weather queries
- Implements an MCP server using the @modelcontextprotocol/sdk
- Utilizes free public APIs, requiring no private keys
- 0 GitHub stars
Use Cases
- Understanding how to integrate external APIs within an MCP tool
- Developing and testing basic MCP server implementations
- Learning the fundamental concepts and flow of Model Context Protocol (MCP)