Skip to main content
ClaudeWave
datakoot avatar
datakoot

weather-intel-mcp

View on GitHub

Keyless MCP server giving AI agents US weather, NWS alerts, USGS earthquakes, elevation and address geocoding. No API keys.

MCP ServersOfficial Registry0 stars0 forksUpdated today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/datakoot/weather-intel-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "weather-intel-mcp": {
      "command": "node",
      "args": ["/path/to/weather-intel-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/datakoot/weather-intel-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# 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](https://www.weather.gov) API; earthquakes and elevation from the [USGS](https://www.usgs.gov); address geocoding from the [US Census Bureau](https://geocoding.geo.census.gov) geocoder. All are US-government public domain.

Part of [Datakoot](https://datakoot.com) — keyless intelligence APIs for AI agents.
ai-agentsai-toolsclaudellmmcpmcp-servermodel-context-protocolnoaausgsweather

What people ask about weather-intel-mcp

What is datakoot/weather-intel-mcp?

+

datakoot/weather-intel-mcp is mcp servers for the Claude AI ecosystem. Keyless MCP server giving AI agents US weather, NWS alerts, USGS earthquakes, elevation and address geocoding. No API keys. It has 0 GitHub stars and was last updated today.

How do I install weather-intel-mcp?

+

You can install weather-intel-mcp by cloning the repository (https://github.com/datakoot/weather-intel-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is datakoot/weather-intel-mcp safe to use?

+

datakoot/weather-intel-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains datakoot/weather-intel-mcp?

+

datakoot/weather-intel-mcp is maintained by datakoot. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to weather-intel-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy weather-intel-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: datakoot/weather-intel-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/datakoot-weather-intel-mcp)](https://claudewave.com/repo/datakoot-weather-intel-mcp)
<a href="https://claudewave.com/repo/datakoot-weather-intel-mcp"><img src="https://claudewave.com/api/badge/datakoot-weather-intel-mcp" alt="Featured on ClaudeWave: datakoot/weather-intel-mcp" width="320" height="64" /></a>

More MCP Servers

weather-intel-mcp alternatives