# PromptSpend (npm · @promptspend/mcp)

LLM pricing where every rate carries its source and the date it was last confirmed.

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

## Components

- npm · `@promptspend/mcp`: 72/100 (this document), [markdown](https://verifymcp.io/servers/andrewavery7-promptspend/promptspend-mcp.md), [page](https://verifymcp.io/servers/andrewavery7-promptspend/promptspend-mcp)

## Channel facts

- Registry: `npm`
- Package: `@promptspend/mcp`
- Version: `0.1.6`
- 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**: 98/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.
  - 30 of 95 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 48/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 10 days ago).
  - Publishes a security disclosure policy (SECURITY.md).
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 403 tokens (~134/item across 3 items; 3 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 33/100
  - Stability observed for 10 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 90/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 71% 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 andrewavery7-promptspend -- npx -y @promptspend/mcp
```

### Codex

```bash
codex mcp add andrewavery7-promptspend -- npx -y @promptspend/mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add andrewavery7-promptspend --command npx --arg -y --arg @promptspend/mcp
```

### Hermes

```yaml
mcp_servers:
  andrewavery7-promptspend:
    command: "npx"
    args: ["-y", "@promptspend/mcp"]
```

### Other

```json
{
  "mcpServers": {
    "andrewavery7-promptspend": {
      "command": "npx",
      "args": [
        "-y",
        "@promptspend/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-16 (score 72, +1)

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

### 2026-08-15 (score 71, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-08-11 (score 67, +1)

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

### 2026-08-08 (score 66, 0)

- [functional improvement] Security disclosure: fail → pass
- [functional] Package version: 0.1.5 → 0.1.6

### 2026-08-07 (score 66, +31)

- [security improvement] Known CVEs: partial → pass
- [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 Schema quality: fail
- [functional] First check of Schema quality: fail
- [functional] First check of Tool coverage: 71
- [functional] First check of Schema quality: good
- [functional] Dependency health: partial → 0.85
- [functional] Package version: 0.1.5 → 0.1.6

### 2026-08-06 (score 35)

First indexed and scored.

## MCP tools (3)

### `get_price` (~62 tokens)

Current list price for one LLM, with the source and the date it was last confirmed. Returns disputed=true when two sources disagree.

Input parameters:

- `model_name` (string, required): Model id or name, e.g. gpt-5 or "Claude Opus 5".

### `estimate_cost` (~182 tokens)

What a described workload actually costs per month on each model. Accounts for conversation history compounding, cache writes, long-context tiers and reasoning tokens. Use this instead of multiplying prices by hand.

Input parameters:

- `cached_input_share` (number): 0-1. Default 0.
- `conversations_per_day` (number): Default 1000.
- `models` (array, required): Models to compare, up to about 8.
- `output_tokens` (number): Typical reply. Default 350.
- `reasoning_multiplier` (number): Bill output at this multiple. Default 1.
- `system_tokens` (number): System prompt size. Default 800.
- `turns` (number): Turns per conversation. Default 4.
- `use_batch_api` (boolean): Apply batch discounts. Default false.
- `user_tokens` (number): Typical user message. Default 150.

### `find_cheaper` (~112 tokens)

Cheaper models that score at or above the given one on capability, costed on the same workload. Returns candidates to test, not a recommendation.

Input parameters:

- `conversations_per_day` (number)
- `min_capability` (number): 0-100. Defaults to the given model’s score.
- `model` (string, required): The model currently in use.
- `output_tokens` (number)
- `system_tokens` (number)
- `turns` (number)
- `user_tokens` (number)

## Diagnostics

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

## Score history

- 2026-08-17: 72
- 2026-08-16: 72
- 2026-08-15: 71
- 2026-08-14: 67
- 2026-08-13: 67
- 2026-08-12: 67
- 2026-08-11: 67
- 2026-08-10: 66
- 2026-08-09: 66
- 2026-08-08: 66
- 2026-08-07: 66
- 2026-08-06: 35

## Links

- npm package: https://www.npmjs.com/package/@promptspend/mcp
- Socket report: https://socket.dev/npm/package/@promptspend/mcp
- Repository: https://github.com/AndrewAvery7/promptspend
- Website: https://promptspend.com/
- Changelog RSS feed: https://verifymcp.io/servers/andrewavery7-promptspend/promptspend-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/andrewavery7-promptspend/promptspend-mcp.json
- HTML version of this page: https://verifymcp.io/servers/andrewavery7-promptspend/promptspend-mcp
