# IPCC AR6 Climate Retrieval (oci · ghcr.io/aswanisahoo/climate-ipcc-rag-mcp:0.1.0)

Search IPCC AR6 WG1 and answer with page-level citations, or refuse when unsupported.

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

## Components

- oci · `ghcr.io/aswanisahoo/climate-ipcc-rag-mcp:0.1.0`: 39/100 (this document), [markdown](https://verifymcp.io/servers/aswanisahoo-climate-ipcc-rag/ghcr-io-aswanisahoo-climate-ipcc-rag-mcp-0-1-0.md), [page](https://verifymcp.io/servers/aswanisahoo-climate-ipcc-rag/ghcr-io-aswanisahoo-climate-ipcc-rag-mcp-0-1-0)

## Channel facts

- Registry: `oci`
- Package: `ghcr.io/aswanisahoo/climate-ipcc-rag-mcp:0.1.0`
- 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-22.

- **Supply Chain Security**: 0/100
  - Malware scan not yet available for this package.
  - Known CVEs could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.
  - Install-script risk not yet assessed.
  - Dependency health could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.
- **Provenance & Transparency**: 35/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.
  - Actively maintained (last published 11 days ago).
  - Publishes a security disclosure policy (SECURITY.md).
- **Schema Quality & AI Usability**: 69/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 111 tokens (~55/item across 2 items; 2 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 40/100
  - Stability observed for 12 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 71/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

**Unverified: 1 category.** A category scored 0 because we could not verify it: 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 aswanisahoo-climate-ipcc-rag -- docker run --rm -i ghcr.io/aswanisahoo/climate-ipcc-rag-mcp:0.1.0
```

### Codex

```bash
codex mcp add aswanisahoo-climate-ipcc-rag -- docker run --rm -i ghcr.io/aswanisahoo/climate-ipcc-rag-mcp:0.1.0
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "aswanisahoo-climate-ipcc-rag": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "ghcr.io/aswanisahoo/climate-ipcc-rag-mcp:0.1.0"
      ],
      "enabled": true
    }
  }
}
```

### Hermes

```yaml
mcp_servers:
  aswanisahoo-climate-ipcc-rag:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/aswanisahoo/climate-ipcc-rag-mcp:0.1.0"]
```

### Other

```json
{
  "mcpServers": {
    "aswanisahoo-climate-ipcc-rag": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/aswanisahoo/climate-ipcc-rag-mcp:0.1.0"
      ]
    }
  }
}
```

## 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-22 (score 39, +1)

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

### 2026-08-20 (score 38, +1)

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

### 2026-08-18 (score 37, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-08-11 (score 33, +5)

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

### 2026-08-10 (score 28)

First indexed and scored.

## MCP tools (2)

### `search_ipcc` (~51 tokens)

Search the IPCC AR6 WG1 corpus (SPM, Ch.11, Ch.12); returns page-cited excerpts.

Input parameters:

- `question` (string, required)
- `top_k` (integer)

Output parameters:

- `result` (array)

### `answer_ipcc` (~60 tokens)

Answer a climate question with citations from the IPCC corpus.

    Refuses out-of-scope hazards (deterministic guard) and questions the corpus
    cannot support. Citations are validated against retrieved chunks.

Input parameters:

- `question` (string, required)

Output parameters:

- `abstain` (boolean)
- `abstain_reason` (string)
- `answer` (string)
- `citations` (array): chunk_ids backing the answer, validated against what retrieval returned

## Diagnostics

Captured diagnostic sections: Provenance. The full working is on the page: https://verifymcp.io/servers/aswanisahoo-climate-ipcc-rag/ghcr-io-aswanisahoo-climate-ipcc-rag-mcp-0-1-0#diagnostics

## Score history

- 2026-08-22: 39
- 2026-08-21: 38
- 2026-08-20: 38
- 2026-08-19: 37
- 2026-08-18: 37
- 2026-08-17: 33
- 2026-08-16: 33
- 2026-08-15: 33
- 2026-08-14: 33
- 2026-08-13: 33
- 2026-08-12: 33
- 2026-08-11: 33
- 2026-08-10: 28

## Links

- Repository: https://github.com/AswaniSahoo/climate-risk-agent
- Changelog RSS feed: https://verifymcp.io/servers/aswanisahoo-climate-ipcc-rag/ghcr-io-aswanisahoo-climate-ipcc-rag-mcp-0-1-0.xml
- Changelog JSON feed: https://verifymcp.io/servers/aswanisahoo-climate-ipcc-rag/ghcr-io-aswanisahoo-climate-ipcc-rag-mcp-0-1-0.json
- HTML version of this page: https://verifymcp.io/servers/aswanisahoo-climate-ipcc-rag/ghcr-io-aswanisahoo-climate-ipcc-rag-mcp-0-1-0
