com.datakoot/weather-intel-mcp
com.datakoot/weather-intel-mcpUS weather, alerts, earthquakes and elevation for AI agents, from NWS/NOAA and USGS. No API keys.
Tools · 6
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.
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…
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.
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 ex…
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…
Get the ground elevation at a latitude/longitude within the US, from the USGS Elevation Point Query Service. Returns elevation in feet and meters.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"com.datakoot/weather-intel-mcp": {
"url": "https://weather.datakoot.com/mcp",
"transport": "streamable-http"
}
}
}