# Weather & Climate Intelligence MCP [Health: Active]

**Category:** 💬 Communication  
**Repository:** https://github.com/FoundryNet/weather-intel-mcp  
**GitHub Stars:** 0  
**Views:** 1  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/weather-climate-intelligence-mcp

## Description
Weather data, forecast API, climate data, historical weather, alerts, agricultural & travel weather.

## Tools
Capabilities this server exposes over MCP:

- **current_weather** — Temp, feels-like, humidity, wind, conditions, visibility
- **forecast** — Up to 16-day daily + 48h hourly with precip probability
- **historical_weather** — Daily temp/precip/wind for a date range
- **climate_normals** — Multi-decade monthly averages, frost dates, growing degree days
- **weather_alerts** — Active NWS severe-weather alerts (public safety)
- **agricultural_outlook** — GDD, frost risk, soil moisture, precip outlook, planting window
- **travel_conditions** — Two-location comparison + advisories + packing recs (structured)
- **supply_chain_risk** — Score a shipping route (0-100) — origin+destination threats + shipment recommendation
- **daily_brief** — Curated daily brief — alerts, events, metro outlook, agricultural signals
- **brief_summary** — Top 5 signals from today's brief as structured JSON — a cheap sample of `daily_brief
- **mint_info** — FoundryNet Data Network + provenance attestation info

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: high). Install path detected from listing signals. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "weather-climate-intelligence-mcp": {
    "url": "https://weather-intel-mcp-production.up.railway.app/mcp"
  }
}
```

## Documentation & README

# Supply Chain Weather Risk Scorer

**Supply chain weather risk scoring for AI agents** — score any shipping route
(`supply_chain_risk`) for weather threats at origin and destination, returning a
0-100 risk score and a shipment recommendation. Also provides raw, **keyless**
NOAA/NWS forecasts, severe-weather alerts, historical weather, climate normals,
agricultural weather, and travel comparison (Open-Meteo + NWS).

> Part of the **FoundryNet Data Network**. Every analysis carries verifiable
> provenance attestation. See also: **gov-contracts-mcp**, **brand-intel-mcp**,
> **patent-intel-mcp**, **financial-signals-mcp**.

## Connect

- **MCP endpoint** (Streamable HTTP): `https://weather-intel-mcp-production.up.railway.app/mcp`
- **Registry:** `io.github.FoundryNet/weather-intel-mcp`
- **Agent card:** `https://weather-intel-mcp-production.up.railway.app/.well-known/agent-card.json`

### Claude Desktop / Cursor / Claude Code

```bash
claude mcp add --transport http weather-intel https://weather-intel-mcp-production.up.railway.app/mcp
```

## Tools

| Tool | Price | What it does |
|---|---|---|
| `current_weather` | **free** | Temp, feels-like, humidity, wind, conditions, visibility |
| `forecast` | $0.005 | Up to 16-day daily + 48h hourly with precip probability |
| `historical_weather` | $0.01 | Daily temp/precip/wind for a date range |
| `climate_normals` | $0.01 | Multi-decade monthly averages, frost dates, growing degree days |
| `weather_alerts` | **free** | Active NWS severe-weather alerts (public safety) |
| `agricultural_outlook` | $0.01 | GDD, frost risk, soil moisture, precip outlook, planting window |
| `travel_conditions` | $0.01 | Two-location comparison + advisories + packing recs (structured) |
| `supply_chain_risk` | $0.02 | Score a shipping route (0-100) — origin+destination threats + shipment recommendation |
| `daily_brief` | $5 | Curated daily brief — alerts, events, metro outlook, agricultural signals |
| `brief_summary` | $0.50 | Top 5 signals from today's brief as structured JSON — a cheap sample of `daily_brief` |
| `mint_info` | **free** | FoundryNet Data Network + provenance attestation info |

**Free tier:** 50 paid-tool queries/day per agent — generous, because weather is
the highest-frequency query type and we want maximum adoption (plus unlimited free
`current_weather` + `weather_alerts`). Then metered pay-per-query: the tool returns
an HTTP-402 with a payment memo — pay it, re-call with the same args plus
`payment_tx=<signature>`. An `Authorization: Bearer fnet_…` key bypasses the paywall.

## Sources

**Open-Meteo** (current/forecast/historical/archive/geocoding — keyless, global)
and **NWS** (`api.weather.gov` — keyless, US alerts). Climate normals and
agricultural signals are derived from the Open-Meteo archive; set `NOAA_CDO_TOKEN`
to use official NOAA 30-year normals instead. Responses are TTL-cached; the
nationwide alert snapshot refreshes hourly.

## Connect

MCP registry: `io.github.FoundryNet/weather-intel-mcp`

```json
{ "mcpServers": { "weather-intel": { "url": "https://weather-intel-mcp-production.up.railway.app/mcp" } } }
```

Built by [FoundryNet](https://foundrynet.io?utm_source=github&utm_medium=readme&utm_campaign=weather-intel-mcp) · forge@foundrynet.io

## Live network activity

**Live feed:** [mint.foundrynet.io/feed](https://mint.foundrynet.io/feed)  
Real-time verified work across 17 servers and autonomous agents in the FoundryNet Data Network.

