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.
This project is a learning exercise in implementing a Model Context Protocol (MCP) server for weather services using the National Weather Service (NWS) API.
The Weather MCP Server is a project designed to explore the Model Context Protocol (MCP) by implementing a simple weather service. It provides weather alerts and forecasts by interfacing with the National Weather Service (NWS) API. The project serves as an educational tool for understanding how MCP can be used to allow AI assistants to access external data sources and tools. By setting up an MCP server, users can integrate weather data retrieval into AI assistants like Claude or other MCP-compatible platforms. The server supports retrieving active weather alerts for US states and obtaining weather forecasts for specific geographic locations using latitude and longitude.
Features
- get_alerts: Retrieve active weather alerts for a US state
- get_forecast: Get weather forecast for a specific location using latitude and longitude