# AI Price Index (npm · ai-price-index-mcp)

Read-only, zero-key MCP server for point-in-time AI model API prices. Open data, CC BY 4.0.

- Trust score: 79/100 (medium)
- Change this week: +34
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-04

## Components

- npm · `ai-price-index-mcp`: 79/100 (this document), [markdown](https://verifymcp.io/servers/roninforge-ai-price-index-mcp/ai-price-index-mcp.md), [page](https://verifymcp.io/servers/roninforge-ai-price-index-mcp/ai-price-index-mcp)

## Channel facts

- Registry: `npm`
- Package: `ai-price-index-mcp`
- Version: `0.1.2`
- 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-04.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 97/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to RoninForge/ai-price-index-mcp).
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 40 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 72/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 726 tokens (~145/item across 5 items; 5 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 30/100
  - Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **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**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add roninforge-ai-price-index-mcp -- npx -y ai-price-index-mcp
```

### Codex

```bash
codex mcp add roninforge-ai-price-index-mcp -- npx -y ai-price-index-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "roninforge-ai-price-index-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "ai-price-index-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add roninforge-ai-price-index-mcp --command npx --arg -y --arg ai-price-index-mcp
```

### Hermes

```yaml
mcp_servers:
  roninforge-ai-price-index-mcp:
    command: "npx"
    args: ["-y", "ai-price-index-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "roninforge-ai-price-index-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ai-price-index-mcp"
      ]
    }
  }
}
```

## 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-03 (score 79, +1)

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

### 2026-08-02 (score 78, +58)

- [security improvement] Provenance: unverified → pass
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [security] The attested source repository moved: RoninForge/ai-price-index-mcp
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] License: unverified → pass
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] MCP protocol: unverified → pass
- [functional] Licence: MIT

### 2026-08-01 (score 20, −7)

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

### 2026-07-31 (score 27, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-28 (score 45, +21)

- [functional regression] Security disclosure: unverified → fail
- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Schema quality: unverified
- [functional] First check of Schema quality: fail
- [functional] First check of Schema quality: fail
- [functional] First check of Tool coverage: 100

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

First indexed and scored.

## MCP tools (5)

### `current_price` (~144 tokens)

Current price

Today's input and output price per million tokens (usd_per_mtok) for a model id, with the first-party source. Accepts short or aliased ids (e.g. "claude-opus-4-8", "gpt-4o", "gemini-2.5-pro"). Pass provider to disambiguate a bare id shared across vendors.

Input parameters:

- `model` (string, required): Model id or alias, e.g. "claude-opus-4-8" or "gpt-4o".
- `provider` (string): Optional provider slug (e.g. "openai", "anthropic") to disambiguate a bare id.

### `price_on` (~137 tokens)

Price on a date

The input and output price per million tokens that was IN EFFECT on a given date (YYYY-MM-DD), with the source that proves it. This is the point-in-time lookup: use it to value past usage or to see how a price changed over time. covered=false means the date predates the model's recorded coverage.

Input parameters:

- `date` (string, required): The date to price, as YYYY-MM-DD, e.g. "2024-01-01".
- `model` (string, required): Model id or alias, e.g. "gpt-4".
- `provider` (string): Optional provider slug to disambiguate a bare id.

### `compare` (~106 tokens)

Compare models

Side-by-side input/output prices for several model ids on one date (today by default, or pass date as YYYY-MM-DD). Each row resolves independently; unknown ids are reported per row.

Input parameters:

- `date` (string): Optional date (YYYY-MM-DD). Omit for today.
- `models` (array, required): Model ids or aliases to compare, e.g. ["claude-opus-4-8", "gpt-4o", "gemini-2.5-pro"].

### `cost_from_usage` (~164 tokens)

Cost from token usage

Value a token rollup in USD at a point in time, using the shared cache multipliers (cache read 0.1x input, cache write 1.25x for 5m / 2x for 1h). tokens accepts input, output, cache_read, cache_write_5m, cache_write_1h. Defaults to today if no date is given.

Input parameters:

- `date` (string): Optional date (YYYY-MM-DD). Omit for today.
- `model` (string, required): Model id or alias to price the usage against.
- `provider` (string): Optional provider slug to disambiguate a bare id.
- `tokens` (object, required): Token counts to value. All fields optional and non-negative; missing fields count as 0.

### `list_models` (~61 tokens)

List models

List the model ids known to the dataset, optionally filtered to one provider, each with its provider and aliases. Use this to discover valid ids for the other tools.

Input parameters:

- `provider` (string): Optional provider slug to filter by, e.g. "anthropic".

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/roninforge-ai-price-index-mcp/ai-price-index-mcp#diagnostics

## Score history

- 2026-08-04: 79
- 2026-08-03: 79
- 2026-08-02: 78
- 2026-08-01: 20
- 2026-07-31: 27
- 2026-07-30: 45
- 2026-07-28: 45
- 2026-07-27: 24

## Links

- npm package: https://www.npmjs.com/package/ai-price-index-mcp
- Socket report: https://socket.dev/npm/package/ai-price-index-mcp
- Repository: https://github.com/RoninForge/ai-price-index-mcp
- Website: https://roninforge.org/data/ai-price-index/
- Changelog RSS feed: https://verifymcp.io/servers/roninforge-ai-price-index-mcp/ai-price-index-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/roninforge-ai-price-index-mcp/ai-price-index-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/roninforge-ai-price-index-mcp/ai-price-index-mcp
