Weather & Geo Intel MCP (MCP Server)
This MCP server exposes US weather and geospatial information as tools that AI agents can call mid-task. It provides forecasts, current observations, alerts, earthquakes, and elevation, using keyless US-government feeds. The server identifies users by converting addresses to coordinates and retrieving data for a latitude/longitude point.
๐ ๏ธ Key Features
- Provides weather, hazards, and geospatial data for AI agents
- Supports geocoding (street address to latitude/longitude)
- Supplies forecast, current conditions, and active weather alerts
- Sources from US-government feeds (no API keys)
- Tool count: 6
๐ Use Cases
- Fetch multi-day or hourly forecasts for a US location
- Get latest observed conditions from the nearest station
- Retrieve active warnings, watches, and related alerts
- Convert an address to coordinates before requesting weather data
โก Developer Benefits
- Exposes MCP tools for on-demand retrieval during agent runs
- Uses keyless US Census Bureau and NWS/NOAA feeds
- Topics include model context protocol (MCP) and mcp-server
โ ๏ธ Limitations
- Described scope is US-only weather and geospatial data
- Readme excerpt lists only part of the tools (geocode, weather_forecast, weather_current, weather_alerts)