# AccuWeather MCP (oci · docker.io/jonjam/accuweather-mcp:1.4.11)

MCP server providing weather tools with data sourced from AccuWeather.

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

## Components

- oci · `docker.io/jonjam/accuweather-mcp:1.4.11`: 31/100 (this document), [markdown](https://verifymcp.io/servers/jonjam-accuweather-mcp/docker-io-jonjam-accuweather-mcp-1-4-11.md), [page](https://verifymcp.io/servers/jonjam-accuweather-mcp/docker-io-jonjam-accuweather-mcp-1-4-11)

## Channel facts

- Registry: `oci`
- Package: `docker.io/jonjam/accuweather-mcp:1.4.11`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, 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.

- **Supply Chain Security**: 0/100
  - Malware scan not yet available for this package.
  - CVE data not yet available for this package.
  - Install-script risk not yet assessed.
  - Dependency-health data not yet available.
- **Provenance & Transparency**: 26/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - License check failed: no license is declared.
  - Maintenance check failed: infrequently maintained (last published 20668 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 73/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 107 tokens (~35/item across 3 items; 3 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% 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.

**Unverified: 2 categories.** Categories scored 0 because we could not verify them: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add jonjam-accuweather-mcp -- docker run --rm -i docker.io/jonjam/accuweather-mcp:1.4.11
```

### Codex

```bash
codex mcp add jonjam-accuweather-mcp -- docker run --rm -i docker.io/jonjam/accuweather-mcp:1.4.11
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "jonjam-accuweather-mcp": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "docker.io/jonjam/accuweather-mcp:1.4.11"
      ],
      "enabled": true
    }
  }
}
```

### Hermes

```yaml
mcp_servers:
  jonjam-accuweather-mcp:
    command: "docker"
    args: ["run", "--rm", "-i", "docker.io/jonjam/accuweather-mcp:1.4.11"]
```

### Other

```json
{
  "mcpServers": {
    "jonjam-accuweather-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "docker.io/jonjam/accuweather-mcp:1.4.11"
      ]
    }
  }
}
```

## 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-07-31 (score 31, −8)

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

### 2026-07-27 (score 39, +33)

- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Schema quality: unverified → 100
- [functional] First check of Schema quality: fail
- [functional] First check of Schema quality: fair
- [functional] First check of Tool coverage: 100
- [functional] First check of Schema quality: pass

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

First indexed and scored.

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

## MCP tools (3)

### `current-conditions` (~30 tokens)

Current Weather Conditions

Get the current weather conditions for a location.

Input parameters:

- `location` (string, required): City or point of interest

### `daily-forecast` (~30 tokens)

Daily Weather Forecast

Get the daily weather forecast for a location.

Input parameters:

- `location` (string, required): City or point of interest

### `hourly-forecast` (~33 tokens)

Hourly Weather Forecast

Get the 12-hour hourly weather forecast for a location.

Input parameters:

- `location` (string, required): City or point of interest

## Diagnostics

Captured diagnostic sections: Provenance. The full working is on the page: https://verifymcp.io/servers/jonjam-accuweather-mcp/docker-io-jonjam-accuweather-mcp-1-4-11#diagnostics

## Score history

- 2026-08-03: 31
- 2026-08-02: 31
- 2026-08-01: 31
- 2026-07-31: 31
- 2026-07-30: 39
- 2026-07-29: 39
- 2026-07-28: 39
- 2026-07-27: 39
- 2026-07-26: 6

## Links

- Repository: https://github.com/JonJam/accuweather-mcp
- Changelog RSS feed: https://verifymcp.io/servers/jonjam-accuweather-mcp/docker-io-jonjam-accuweather-mcp-1-4-11/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/jonjam-accuweather-mcp/docker-io-jonjam-accuweather-mcp-1-4-11/changelog.json
- HTML version of this page: https://verifymcp.io/servers/jonjam-accuweather-mcp/docker-io-jonjam-accuweather-mcp-1-4-11
