Weather & Geo Intel MCP — by Datakoot

MCP serverMonitoring & ops

Your AI can answer US weather and location questions once this is added. It pulls forecasts, weather alerts, earthquake information, elevation, and turns place names into coordinates. No keys are needed to use it.

Available today. Use it from your connected AI after setup.

Add it, then ask your AI for a forecast or weather alerts for a US location. No keys are needed to start.

Then ask your AI: use Weather & Geo Intel MCP — by Datakoot

What your AI can do with it

  • Get weather forecasts for US locations
  • Check weather alerts
  • Get earthquake information
  • Find the elevation of a place
  • Convert place names into coordinates

From the project's README

As published by selflabbs/weather-intel-mcp in README.md.

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.

Tools

ToolWhat it doesSource
geocodeConvert a US street address to latitude/longitudeUS Census Bureau
weather_forecastMulti-day or hourly forecast for a US pointNWS / NOAA
weather_currentLatest observed conditions from the nearest stationNWS / NOAA
weather_alertsActive warnings, watches and advisories by US stateNWS / NOAA
earthquakesRecent earthquakes, filterable by magnitude, time and areaUSGS
elevationGround elevation at a latitude/longitudeUSGS

US coverage. Have an address? Call geocode first, then the weather tools. No API keys required.

Quick start

claude mcp add --transport http weather-intel https://weather.datakoot.com/mcp

Or point any MCP client at https://weather.datakoot.com/mcp.

Try it in 10 seconds — no key, no signup

Paste this into a terminal:

curl -s https://weather.datakoot.com/mcp \
  -H 'content-type: application/json' \
  -H 'accept: application/json, text/event-stream' \
  -d '{"jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": {"name": "weather_forecast", "arguments": {"lat": 36.37, "lon": -94.21}}}'

You get the multi-day National Weather Service forecast for Bentonville, AR — no API key, nothing to sign up for.

Or point any MCP client at the URL and just ask your agent, in plain language:

  • "What's the weather in Chicago this week?"
  • "Are there any active weather alerts in Texas right now?"

Data & attribution

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.

Signals

Last commit
Sep 2026
Advanced
Delivery
weather-intel-mcp MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
Catalog kind
mcp-server
Gateway key
io-github-selflabbs-weather-intel-mcp
Source
github.com/selflabbs/weather-intel-mcp
Hosted endpoint
https://weather.selflabbs.com/mcp