weather-intel-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@weather-intel-mcpWhat's the weather forecast for Chicago this week?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Weather & Geo Intel MCP — by Datakoot
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
Tool | What it does | Source |
| Convert a US street address to latitude/longitude | US Census Bureau |
| Multi-day or hourly forecast for a US point | NWS / NOAA |
| Latest observed conditions from the nearest station | NWS / NOAA |
| Active warnings, watches and advisories by US state | NWS / NOAA |
| Recent earthquakes, filterable by magnitude, time and area | USGS |
| Ground elevation at a latitude/longitude | USGS |
US coverage. Have an address? Call geocode first, then the weather tools. No API keys required.
Related MCP server: Weather MCP Server
Quick start
claude mcp add --transport http weather-intel https://weather.datakoot.com/mcpOr 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.
This server cannot be installed
Maintenance
Related MCP Connectors
Get US weather forecasts, active alerts, and current observations.
Real-world data for agents: air quality, geocoding, quakes, holidays, web search
Global weather via Open-Meteo: forecast, ERA5 archive, marine, air quality, geocoding, elevation.
Geocoding, weather forecasts, and timezone lookups
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables AI assistants to access real-time US weather forecasts and alerts through the National Weather Service API.213MIT
- FlicenseBqualityDmaintenanceProvides real-time US weather alerts and forecasts by integrating with the National Weather Service API. It enables AI assistants to fetch state-specific alerts and detailed local forecasts using geographic coordinates.21-
- FlicenseNot gradedqualityDmaintenanceProvides weather forecasts and alerts for US locations via the National Weather Service API, enabling AI assistants to deliver real-time weather information.22-
- FlicenseNot gradedqualityCmaintenanceProvides weather tools using the National Weather Service API, enabling AI agents to retrieve current weather, multi-day forecasts, and simple weather-based recommendations for U.S. locations.-