# Weather & Climate Intelligence MCP (remote · weather-intel-mcp-production.up.railway.app)

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

- Trust score: 47/100 (low)
- Change this week: −12
- Registry status: active
- Liveness: degraded
- Owner verified: no
- Last scored: 2026-08-04

> **Degraded**: one or more channels of this server are currently unreachable; their trust score is decaying and will reach 0 if they stay down.

## Components

- remote · `weather-intel-mcp-production.up.railway.app`: 47/100 (this document), [markdown](https://verifymcp.io/servers/foundrynet-weather-intel-mcp/weather-intel-mcp-production.md), [page](https://verifymcp.io/servers/foundrynet-weather-intel-mcp/weather-intel-mcp-production)

## Channel facts

- Endpoint: `https://weather-intel-mcp-production.up.railway.app/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-04.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not yet verified: we couldn't confirm whether this endpoint requires it.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS not yet verified: we couldn't read the response headers to check for it.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 0/100
  - Transport check failed: declared streamable-http, but we couldn't connect to verify it.
- **Schema Quality & AI Usability**: 0/100
  - Schema not yet verified: we couldn't read the endpoint's schema.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 0/100
  - Tool coverage not yet verified: we couldn't read the endpoint's tools.
- **Capabilities**: 0/100
  - Capabilities not yet verified: we couldn't read the endpoint's capabilities.

**Unverified: 4 categories.** Categories scored 0 because we could not verify them: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

## Install

### Claude

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

### Codex

```toml
[mcp_servers.foundrynet-weather-intel-mcp]
url = "https://weather-intel-mcp-production.up.railway.app/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "foundrynet-weather-intel-mcp": {
      "type": "remote",
      "url": "https://weather-intel-mcp-production.up.railway.app/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add foundrynet-weather-intel-mcp --url https://weather-intel-mcp-production.up.railway.app/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  foundrynet-weather-intel-mcp:
    url: "https://weather-intel-mcp-production.up.railway.app/mcp"
```

### Other

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

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 47, −12)

The score moved with no change recorded against any check. We would rather say so than guess.

### 2026-07-31 (score 59, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 59, 0)

- [security regression] Endpoint reachability: reachable → unreachable
- [security regression] Stability: 0.10 → unverified
- [security regression] HSTS header: fail → unverified
- [security regression] Transport: pass → fail
- [security] Authorization: Authorisation not yet verified: we couldn't confirm whether this endpoint requires it.
- [functional regression] Capabilities: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-07-28 (score 59, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 58, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 57)

First indexed and scored.

## MCP tools (11)

### `current_weather` (~118 tokens)

Get current weather for a location from Open-Meteo — temperature,
feels-like, humidity, wind, conditions, cloud cover, and visibility. FREE.
Give either latitude+longitude or a city (optionally with state/country).

Input parameters:

- `city`: city name (geocoded), e.g. "Denver".
- `country`: optional country name or code to disambiguate the city.
- `latitude`: decimal latitude.
- `longitude`: decimal longitude.
- `state`: optional state/region to disambiguate the city.

### `forecast` (~186 tokens)

Forecast weather for a location from Open-Meteo — up to 16-day daily
outlook (high/low, conditions, precipitation probability, wind) plus the
next 48 hours hourly. Cheap enough to call constantly.

PAID: $0.005 per query after a generous daily free allowance (50/day).
On a 402, pay the returned payment memo and re-call with the SAME args plus
payment_tx=<signature>. agent_id scopes your allowance; an Authorization:
Bearer fnet_ key bypasses it.

Input parameters:

- `agent_id`: stable id for your agent (scopes the free-tier counter).
- `days` (integer): forecast days (1-16, default 7).
- `latitude` (number, required): decimal latitude.
- `longitude` (number, required): decimal longitude.
- `payment_tx`: payment transaction signature, when re-calling after a 402.

### `historical_weather` (~184 tokens)

Get historical weather for a location and date range from the Open-Meteo
archive — daily high/low/mean temperature, precipitation, and max wind per
day (global climate data).

PAID: $0.01 per query after the daily free allowance (50/day). On a
402, pay the returned payment memo and re-call with the SAME args plus
payment_tx=<signature>. An Authorization: Bearer fnet_ key bypasses it.

Input parameters:

- `agent_id`: stable id for your agent (scopes the free-tier counter).
- `date_from` (string, required): ISO date "YYYY-MM-DD".
- `date_to` (string, required): ISO date "YYYY-MM-DD".
- `latitude` (number, required): decimal latitude.
- `longitude` (number, required): decimal longitude.
- `payment_tx`: payment transaction signature, when re-calling after a 402.

### `climate_normals` (~202 tokens)

Get climate normals for a location — multi-decade monthly climate data
averages (high/low/mean temp, precipitation), frost probabilities, average
frost dates, and growing degree days. From the Open-Meteo archive (set
NOAA_CDO_TOKEN for official 30-year NOAA normals).

PAID: $0.01 per query after the daily free allowance (50/day). On a
402, pay the returned payment memo and re-call with the SAME args plus
payment_tx=<signature>. An Authorization: Bearer fnet_ key bypasses it.

Input parameters:

- `agent_id`: stable id for your agent (scopes the free-tier counter).
- `latitude` (number, required): decimal latitude.
- `longitude` (number, required): decimal longitude.
- `month`: optional month 1-12 to return just that month (else all 12).
- `payment_tx`: payment transaction signature, when re-calling after a 402.

### `weather_alerts` (~104 tokens)

Check active severe-weather alerts from NOAA/NWS (US). FREE — public
safety. Query by state code, by latitude+longitude (point), or with no args
for nationwide weather alerts.

Input parameters:

- `latitude`: decimal latitude (point query).
- `longitude`: decimal longitude (point query).
- `radius_km`: reserved (point query uses the NWS point lookup).
- `state`: 2-letter US state code, e.g. "TX".

### `agricultural_outlook` (~171 tokens)

Get the agricultural weather outlook for a location from Open-Meteo —
season-to-date growing degree days, frost risk over the next 14 days, soil
moisture + soil temperature, 7-day precipitation outlook, and a
planting-window assessment.

PAID: $0.01 per query after the daily free allowance (50/day). On a
402, pay the returned payment memo and re-call with the SAME args plus
payment_tx=<signature>. An Authorization: Bearer fnet_ key bypasses it.

Input parameters:

- `agent_id`: stable id for your agent (scopes the free-tier counter).
- `latitude` (number, required): decimal latitude.
- `longitude` (number, required): decimal longitude.
- `payment_tx`: payment transaction signature, when re-calling after a 402.

### `travel_conditions` (~203 tokens)

Compare weather between two locations for trip planning, using Open-Meteo
forecast and NWS alerts — origin vs. destination forecast, temp/precip
deltas, active destination advisories, and structured packing
recommendations (not prose).

PAID: $0.01 per query after the daily free allowance (50/day). On a
402, pay the returned payment memo and re-call with the SAME args plus
payment_tx=<signature>. An Authorization: Bearer fnet_ key bypasses it.

Input parameters:

- `agent_id`: stable id for your agent (scopes the free-tier counter).
- `date`: optional ISO date "YYYY-MM-DD" within the next 7 days (else today).
- `dest_lat` (number, required)
- `dest_lon` (number, required)
- `origin_lat` (number, required)
- `origin_lon` (number, required)
- `payment_tx`: payment transaction signature, when re-calling after a 402.

### `supply_chain_risk` (~212 tokens)

Score weather risk along a supply-chain / shipping route (0-100) with the
specific threats at each endpoint and a shipment recommendation. Combines
current conditions and active NWS severe-weather alerts at both the origin
and destination into a single transport-risk score.

PAID: $0.02 per call after the daily free allowance (50/day). On a 402,
pay the returned payment memo and re-call with the SAME args plus
payment_tx=<signature>. An Authorization: Bearer fnet_ key bypasses it.

Input parameters:

- `agent_id`: stable id for your agent (scopes the free-tier counter).
- `destination` (string, required): destination city or "lat,lon".
- `origin` (string, required): origin city (e.g. "Memphis, TN") or "lat,lon".
- `payment_tx`: payment transaction signature, when re-calling after a 402.
- `ship_date`: optional planned ship date (YYYY-MM-DD), echoed in the result.

### `daily_brief` (~272 tokens)

Get the curated daily weather-intel brief — the day's most significant
weather in one package, from NOAA/NWS and Open-Meteo. Includes active severe
NWS weather alerts, significant weather events of the last 24h, a 72-hour
forecast outlook for major US metros, and agricultural weather signals
(growing-degree-days, frost risk, soil, precipitation). Each brief carries a
verifiable provenance attestation so a buyer can verify it was produced by
this server, unaltered.

PAID: $5 per brief. Defaults to today (UTC); a brief expires at the
next midnight UTC. On a 402, pay the returned payment memo and re-call with
the SAME args plus payment_tx=<signature>. An Authorization: Bearer fnet_
key bypasses payment.

Input parameters:

- `agent_id`: stable id for your agent (scopes the free-tier counter).
- `date`: brief date YYYY-MM-DD (default today, UTC).
- `payment_tx`: payment transaction signature, when re-calling after a 402.
- `stripe_token`: Stripe Checkout Session id (cs_…), when re-calling after paying the Stripe payment link (alternative to pay-per-query). Can also be supplied via the X-Stripe-Token header.

### `brief_summary` (~165 tokens)

Get the top 5 signals from today's brief as structured JSON — a cheap
sample of the full daily_brief. Returns the day's highest-priority items
(no prose) so an agent can decide whether to buy the full brief.

PAID: $0.50 (vs the full daily_brief price). Defaults to today (UTC).
On a 402, pay the returned payment memo and re-call with the SAME args plus
payment_tx=<signature>. An Authorization: Bearer fnet_ key bypasses payment.

Input parameters:

- `agent_id`: stable id for your agent (scopes the free-tier counter).
- `date`: brief date YYYY-MM-DD (default today, UTC).
- `payment_tx`: payment transaction signature, when re-calling after a 402.

### `mint_info` (~69 tokens)

FoundryNet Data Network info + provenance attestation details. FREE.

Returns how to attest your agent's weather/climate analysis for verifiable
provenance, the attestation endpoint, and the sister data servers
(gov-contracts, brand-intel, patent-intel, financial-signals).

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/foundrynet-weather-intel-mcp/weather-intel-mcp-production#diagnostics

## Score history

- 2026-08-04: 47
- 2026-08-03: 47
- 2026-08-02: 47
- 2026-08-01: 59
- 2026-07-31: 59
- 2026-07-30: 59
- 2026-07-29: 59
- 2026-07-28: 59
- 2026-07-27: 58
- 2026-07-26: 57

## Links

- Remote endpoint: https://weather-intel-mcp-production.up.railway.app/mcp
- Repository: https://github.com/FoundryNet/weather-intel-mcp
- Changelog RSS feed: https://verifymcp.io/servers/foundrynet-weather-intel-mcp/weather-intel-mcp-production/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/foundrynet-weather-intel-mcp/weather-intel-mcp-production/changelog.json
- HTML version of this page: https://verifymcp.io/servers/foundrynet-weather-intel-mcp/weather-intel-mcp-production
