streamable-httpMITupdated 1mo ago
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.
What can you do with weather intel mcp?
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 |
|---|---|---|
geocode |
Convert a US street address to latitude/longitude | US Census Bureau |
weather_forecast |
Multi-day or hourly forecast for a US point | NWS / NOAA |
weather_current |
Latest observed conditions from the nearest station | NWS / NOAA |
weather_alerts |
Active warnings, watches and advisories by US state | NWS / NOAA |
earthquakes |
Recent earthquakes, filterable by magnitude, time and area | USGS |
elevation |
Ground elevation at a latitude/longitude | USGS |
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.
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.
Install
Add weather intel mcp to your client. Pick the one you use.
claude mcp add --transport http weather-intel-mcp https://weather.datakoot.com/mcpcodex mcp add weather-intel-mcp --url https://weather.datakoot.com/mcp{
"mcpServers": {
"weather-intel-mcp": {
"url": "https://weather.datakoot.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"weather-intel-mcp": {
"type": "http",
"url": "https://weather.datakoot.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"weather-intel-mcp": {
"url": "https://weather.datakoot.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"weather-intel-mcp": {
"serverUrl": "https://weather.datakoot.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
3 tools
weather intel mcp exposes 3 tools to a connected agent.
- weather_forecast
- Multi-day or hourly forecast for a US point
- weather_current
- Latest observed conditions from the nearest station
- weather_alerts
- Active warnings, watches and advisories by US state
Score
65 / 100
Good
- Documentation14/25
- Maintenance19/25
- Trust16/20
- Capability4/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 29 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 3 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 2.0.0Latest | Jul 27, 2026 |