Weather & Geo
US forecasts, live conditions and severe-weather alerts (National Weather Service), plus geocoding, elevation and worldwide earthquakes (USGS/Census). No API key.
$ claude mcp add --transport http weather-intel https://weather.datakoot.com/mcpEverything this server exposes.
The exact tools your agent sees, with their real parameters and the shape of what comes back. Descriptions are written for the model, so it knows when to call each one on its own.
Convert a US street address to latitude/longitude. Use first when you have an address but need coordinates for the weather/elevation tools.
{
"address": "1600 Pennsylvania Ave NW, Washington, DC",
"lat": 38.8977,
"lon": -77.0365
}A multi-day US forecast by lat/lon — named periods (Today, Tonight…) with temperature, wind and a short + detailed forecast.
{
"location": "Washington, DC",
"periods": [
{
"name": "Today",
"temp": 88,
"unit": "F",
"short": "Sunny"
},
{
"name": "Tonight",
"temp": 72,
"unit": "F",
"short": "Clear"
}
]
}Latest observed conditions from the nearest NWS station — temperature, humidity, wind and a text description.
{
"station": "KDCA",
"temp": 84,
"unit": "F",
"humidity": 55,
"wind": "SW 8 mph",
"text": "Mostly Sunny"
}Active NWS alerts (warnings, watches, advisories) for a US state or marine area. Pass a two-letter code.
FL.{
"area": "FL",
"count": 2,
"alerts": [
{
"event": "Heat Advisory",
"severity": "Moderate",
"headline": "Heat index up to 108"
}
]
}Recent earthquakes worldwide — filter by minimum magnitude, look-back window, and optionally a point + radius.
{
"count": 3,
"quakes": [
{
"mag": 5.1,
"place": "95 km SE of Loyalty Islands",
"time": "2026-08-13T04:12Z",
"depthKm": 35
}
]
}Ground elevation at a US latitude/longitude, in feet and meters.
{
"lat": 39.74,
"lon": -105.99,
"feet": 5807,
"meters": 1770
}Three official feeds.
Forecasts and alerts from the National Weather Service; quakes and elevation from USGS; geocoding from the US Census.
National Weather Service
Forecasts, live conditions and severe-weather alerts for the US — weather_forecast, weather_current, weather_alerts.
USGS
Worldwide earthquakes and US ground elevation.
US Census Geocoder
Turns US street addresses into coordinates for the weather tools.
One line, any MCP client.
Same endpoint everywhere. No account, no key, no config file.
claude mcp add --transport http weather-intel https://weather.datakoot.com/mcpSettings → MCP → Add → https://weather.datakoot.com/mcpAdd MCP server → https://weather.datakoot.com/mcpQuestions about this server
Weather, alerts, geocoding and elevation cover the US. Earthquakes are worldwide via USGS.
Read live from the National Weather Service, so active alerts and the latest forecast periods are always current.
No — one keyless line; Datakoot handles the NWS, USGS and Census calls.
Give your agent eyes on the sky.
Free to start. One line. No key to leak.