US weather, hazards and geospatial data for AI agents — as MCP tools your agent can call mid-task for forecasts, alerts, earthquakes and elevation. All from keyless US-government feeds. No API keys.
| Tool | What it does | Source |
|---|---|---|
geocode |
Convert a US street address to latitude/longitude | US Census Bureau |
weather_forecast |
Multi-day or hourly forecast for a US point | NWS / NOAA |
weather_current |
Latest observed conditions from the nearest station | NWS / NOAA |
weather_alerts |
Active warnings, watches and advisories by US state | NWS / NOAA |
earthquakes |
Recent earthquakes, filterable by magnitude, time and area | USGS |
elevation |
Ground elevation at a latitude/longitude | USGS |
US coverage. Have an address? Call geocode first, then the weather tools. No API keys required.
claude mcp add --transport http weather-intel https://weather.datakoot.com/mcp
Or point any MCP client at https://weather.datakoot.com/mcp.
Weather data comes from the National Weather Service / NOAA API; earthquakes and elevation from the USGS; address geocoding from the US Census Bureau geocoder. All are US-government public domain.
Part of Datakoot — keyless intelligence APIs for AI agents.