weather-mcp-server
If you are the rightful owner of weather-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A basic implementation of the quick start MCP server using TypeScript, querying data from the National Weather Service API.
The MCP Weather Server is a simple implementation of a Model Context Protocol (MCP) server designed to provide weather-related data. It is built using TypeScript and fetches data from the National Weather Service API. This server is capable of delivering weather forecasts and alerts based on geographical coordinates and state codes. It is designed to be integrated with platforms like Claude Desktop, allowing users to easily access weather information through a structured protocol. The server is configured to run as a command-line application, making it versatile for various deployment scenarios. The setup process involves configuring the server within the Claude Desktop environment, ensuring seamless integration and operation.
Features
- Provides weekly weather forecasts based on latitude and longitude.
- Fetches current weather alerts for specified state codes.
- Integrates with Claude Desktop for easy access and configuration.
- Utilizes the National Weather Service API for reliable data.
- Built with TypeScript for robust and maintainable code.
Tools
get-forecast
Gets a weekly weather forecast for a latitude and longitude.
get-alerts
Gets any current alerts for a state code.