# statlyte — live LLM pricing (npm · statlyte)

Live LLM pricing, context windows and model ids, read from each vendor's own page every 3 hours.

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

## Components

- npm · `statlyte`: 72/100 (this document), [markdown](https://verifymcp.io/servers/richardwilkinson9-statlyte/statlyte.md), [page](https://verifymcp.io/servers/richardwilkinson9-statlyte/statlyte)

## Channel facts

- Registry: `npm`
- Package: `statlyte`
- Version: `0.1.1`
- 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-17.

- **Supply Chain Security**: 100/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - No production dependencies, so there is no dependency health to assess.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 8 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 74/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 301 tokens (~60/item across 5 items; 5 tools + 0 resources), lean.
  - 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**: 87/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 60% 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 richardwilkinson9-statlyte -- npx -y statlyte
```

### Codex

```bash
codex mcp add richardwilkinson9-statlyte -- npx -y statlyte
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add richardwilkinson9-statlyte --command npx --arg -y --arg statlyte
```

### Hermes

```yaml
mcp_servers:
  richardwilkinson9-statlyte:
    command: "npx"
    args: ["-y", "statlyte"]
```

### Other

```json
{
  "mcpServers": {
    "richardwilkinson9-statlyte": {
      "command": "npx",
      "args": [
        "-y",
        "statlyte"
      ]
    }
  }
}
```

## 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-17 (score 72, 0)

- [functional] Package version: 0.1.0 → 0.1.1

### 2026-08-16 (score 72, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-08-12 (score 68, 0)

- [functional] Package version: 0.1.0 → 0.1.1

### 2026-08-11 (score 68, +4)

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

### 2026-08-08 (score 64, +25)

- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] MCP protocol: unverified → pass
- [functional] First check of Tool coverage: 60
- [functional] First check of Schema quality: fail
- [functional] First check of Schema quality: fair
- [functional] First check of Schema quality: pass
- [functional] Package version: 0.1.0 → 0.1.1

### 2026-08-07 (score 39)

First indexed and scored.

## MCP tools (5)

### `list_models` (~83 tokens)

List LLM models with current published pricing (USD per million tokens, or nonTokenPrice for audio/image models billed per minute/character/etc), context windows and API identifiers. Optionally filter by provider.

Input parameters:

- `includeRetired` (boolean): Include deprecated and retired models
- `provider` (string): e.g. anthropic, openai, google, mistral

### `get_model_pricing` (~56 tokens)

Current published pricing and specs for one model. Accepts a statlyte id (anthropic/claude-opus-5) or a vendor API id (gpt-5-mini).

Input parameters:

- `model` (string, required)

### `estimate_cost` (~58 tokens)

Cost in USD of a call or workload against one model, given raw token counts.

Input parameters:

- `cacheRead` (number)
- `input` (number): input tokens
- `model` (string, required)
- `output` (number): output tokens

### `cheapest_for_workload` (~71 tokens)

Rank every generally-available model by what a monthly token volume would cost. Use to answer "what is the cheapest model for this workload".

Input parameters:

- `inputPerMonth` (number): input tokens per month
- `limit` (number)
- `outputPerMonth` (number): output tokens per month

### `scheduled_price_changes` (~33 tokens)

Price changes vendors have announced for a future date, with the old and new figures. Check before committing to a model.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/richardwilkinson9-statlyte/statlyte#diagnostics

## Score history

- 2026-08-17: 72
- 2026-08-16: 72
- 2026-08-15: 68
- 2026-08-14: 68
- 2026-08-13: 68
- 2026-08-12: 68
- 2026-08-11: 68
- 2026-08-10: 64
- 2026-08-09: 64
- 2026-08-08: 64
- 2026-08-07: 39

## Links

- npm package: https://www.npmjs.com/package/statlyte
- Socket report: https://socket.dev/npm/package/statlyte
- Repository: https://github.com/richardwilkinson9/statlyte-data
- Website: https://statlyte.com/
- Changelog RSS feed: https://verifymcp.io/servers/richardwilkinson9-statlyte/statlyte.xml
- Changelog JSON feed: https://verifymcp.io/servers/richardwilkinson9-statlyte/statlyte.json
- HTML version of this page: https://verifymcp.io/servers/richardwilkinson9-statlyte/statlyte
