weather-mcp-server
0
The MCP Weather Server is a basic implementation of a Model Context Protocol server in TypeScript, designed to provide weather forecasts and alerts by querying data from a weather API based on geographic input.
MCP Weather Server
- A basic implementation of the quick start MCP server using typescript. The implementation includes two tools with data queried from the weather API.
Capabilities
- Tools
- get-forecast: Provides a weekly weather forecast for a given latitude and longitude in the US.
- get-alerts: Gets current alerts for a specified state code.