Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

com.datakoot/weather-intel-mcp

com.datakoot/weather-intel-mcp

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

Uptime
100.0%
1 direct probes · 30d
Response
110ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

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.

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…

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.

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 ex…

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…

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.

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"
    }
  }
}