# weather-intel-mcp MCP server

US weather, alerts, earthquakes and elevation for AI agents, from NWS/NOAA and USGS. No API keys.

## Links
- Registry page: https://www.getdrio.com/mcp/com-datakoot-weather-intel-mcp
- Repository: https://github.com/datakoot/weather-intel-mcp

## Install
- Endpoint: https://weather.datakoot.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://weather.datakoot.com/mcp

## Tools
- geocode - Convert a US street address into latitude/longitude coordinates (US Census geocoder). Use this first when you have an address but need coordinates for the weather/elevation tools. US addresses only. Endpoint: https://weather.datakoot.com/mcp
- weather_forecast - Get a multi-day weather forecast for a US location by latitude/longitude (National Weather Service). Returns named periods (Today, Tonight, ...) with temperature, wind, and a short + detailed forecast. Use geocode first if you only have an address. Endpoint: https://weather.datakoot.com/mcp
- weather_current - Get the latest observed weather conditions for a US location by latitude/longitude, from the nearest NWS observation station: temperature, humidity, wind, and text description. Endpoint: https://weather.datakoot.com/mcp
- weather_alerts - List active NWS weather alerts (warnings, watches, advisories) for a US state or marine area. Pass a two-letter state code like CA, TX, FL. Returns event type, severity, headline, affected area and expiry. Endpoint: https://weather.datakoot.com/mcp
- earthquakes - List recent earthquakes worldwide from the USGS feed. Filter by minimum magnitude, look-back window in days, and optionally a bounding box or a point+radius (km). Returns magnitude, place, time, depth and coordinates. Endpoint: https://weather.datakoot.com/mcp
- elevation - Get the ground elevation at a latitude/longitude within the US, from the USGS Elevation Point Query Service. Returns elevation in feet and meters. Endpoint: https://weather.datakoot.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.datakoot
- Version: 2.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 27, 2026
- Source: https://registry.modelcontextprotocol.io
