Weather Service
Createdduan-li
Simulates a weather data server compatible with the Model Context Protocol.
About
This example project demonstrates how to build a Model Context Protocol (MCP) server providing weather-related data. It features a custom URI scheme, resources for accessing weather information, a prompt for summarizing weather data, and a tool for adding new weather notes. The server facilitates interaction with Claude models by providing structured data and functionality through the MCP interface, enabling applications to leverage weather data in a conversational or automated manner.
Key Features
- Provides a prompt to summarize stored weather notes with adjustable detail.
- Includes instructions for building, publishing, and debugging the server.
- Implements a custom URI scheme for accessing individual weather notes.
- Offers a tool to add new weather notes to the server.
- Supports configuration for development and published server environments.
- 0 GitHub stars
Use Cases
- Creating a conversational interface for accessing weather data.
- Integrating real-time weather information into Claude-powered applications.
- Automating weather data analysis and summarization.