# com.datakoot/weather-intel-mcp (remote · weather.datakoot.com)

US weather, alerts, earthquakes and elevation for AI agents, from NWS/NOAA and USGS. No API keys.

- Trust score: 56/100 (low)
- Change this week: +2
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `weather.datakoot.com`: 56/100 (this document), [markdown](https://verifymcp.io/servers/com-datakoot-weather-intel-mcp/weather.md), [page](https://verifymcp.io/servers/com-datakoot-weather-intel-mcp/weather)

## Channel facts

- Endpoint: `https://weather.datakoot.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `2.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-03.

- **Endpoint Security**: 46/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 6 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS not yet verified: we couldn't determine whether a plaintext access path exists.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 543 tokens (~90/item across 6 items; 6 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 82/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 47% of tool parameters carry a description.
- **Capabilities**: 20/100
  - Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-datakoot-weather-intel-mcp https://weather.datakoot.com/mcp
```

### Codex

```toml
[mcp_servers.com-datakoot-weather-intel-mcp]
url = "https://weather.datakoot.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-datakoot-weather-intel-mcp": {
      "type": "remote",
      "url": "https://weather.datakoot.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-datakoot-weather-intel-mcp --url https://weather.datakoot.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-datakoot-weather-intel-mcp:
    url: "https://weather.datakoot.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-datakoot-weather-intel-mcp": {
      "type": "http",
      "url": "https://weather.datakoot.com/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-01 (score 56, −1)

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

### 2026-07-31 (score 57, +1)

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

### 2026-07-29 (score 56, +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-28 (score 55, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-07-27 (score 54)

First indexed and scored.

## MCP tools (6)

### `geocode` (~70 tokens)

Convert a US street address into latitude/longitude coordinates (US Census geocoder). Use this first when you have an address but need coordinates for the weather/elevation tools. US addresses only.

Input parameters:

- `address` (string, required): A US street address, e.g. '1600 Pennsylvania Ave NW, Washington DC'

### `weather_forecast` (~92 tokens)

Get a multi-day weather forecast for a US location by latitude/longitude (National Weather Service). Returns named periods (Today, Tonight, ...) with temperature, wind, and a short + detailed forecast. Use geocode first if you only have an address.

Input parameters:

- `hourly` (boolean): If true, return the hourly forecast instead of daily periods.
- `lat` (number, required)
- `lon` (number, required)

### `weather_current` (~55 tokens)

Get the latest observed weather conditions for a US location by latitude/longitude, from the nearest NWS observation station: temperature, humidity, wind, and text description.

Input parameters:

- `lat` (number, required)
- `lon` (number, required)

### `weather_alerts` (~83 tokens)

List active NWS weather alerts (warnings, watches, advisories) for a US state or marine area. Pass a two-letter state code like CA, TX, FL. Returns event type, severity, headline, affected area and expiry.

Input parameters:

- `area` (string, required): Two-letter US state/territory code, e.g. CA, TX, FL, PR.

### `earthquakes` (~137 tokens)

List recent earthquakes worldwide from the USGS feed. Filter by minimum magnitude, look-back window in days, and optionally a bounding box or a point+radius (km). Returns magnitude, place, time, depth and coordinates.

Input parameters:

- `days` (integer): Look back this many days (default 7, max 30).
- `lat` (number): Optional center latitude for a radius search.
- `limit` (integer)
- `lon` (number): Optional center longitude for a radius search.
- `min_magnitude` (number)
- `radius_km` (number): Radius in km around lat/lon (requires lat+lon).

### `elevation` (~51 tokens)

Get the ground elevation at a latitude/longitude within the US, from the USGS Elevation Point Query Service. Returns elevation in feet and meters.

Input parameters:

- `lat` (number, required)
- `lon` (number, required)

## Diagnostics

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

## Score history

- 2026-08-03: 56
- 2026-08-02: 56
- 2026-08-01: 56
- 2026-07-31: 57
- 2026-07-30: 56
- 2026-07-29: 56
- 2026-07-28: 55
- 2026-07-27: 54

## Links

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