# Budgetary: estimate token spend (npm · @budgetary/mcp)

Pre-flight, probabilistic token-spend estimate (range, scenario, confidence) for a coding task.

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

## Components

- remote · `api.budgetary.tools`: 67/100, [markdown](https://verifymcp.io/servers/thriftell-budgetary/api.md), [page](https://verifymcp.io/servers/thriftell-budgetary/api)
- npm · `@budgetary/mcp`: 78/100 (this document), [markdown](https://verifymcp.io/servers/thriftell-budgetary/budgetary-mcp.md), [page](https://verifymcp.io/servers/thriftell-budgetary/budgetary-mcp)

## Channel facts

- Registry: `npm`
- Package: `@budgetary/mcp`
- 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-03.

- **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 thriftell/budgetary-clients).
  - Clear OSI-approved license (Apache-2.0).
  - Actively maintained (last published 11 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 135 tokens (~135/item across 1 items; 1 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 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 thriftell-budgetary -- npx -y @budgetary/mcp
```

### Codex

```bash
codex mcp add thriftell-budgetary -- npx -y @budgetary/mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add thriftell-budgetary --command npx --arg -y --arg @budgetary/mcp
```

### Hermes

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

### Other

```json
{
  "mcpServers": {
    "thriftell-budgetary": {
      "command": "npx",
      "args": [
        "-y",
        "@budgetary/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-02 (score 78, +57)

- [security improvement] Install scripts: unverified → pass
- [security improvement] Provenance: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [security] The attested source repository moved: thriftell/budgetary-clients
- [functional regression] Security disclosure: unverified → fail
- [functional regression] Dependency health: partial → unverified
- [functional improvement] Schema quality: unverified → good
- [functional improvement] License: unverified → pass
- [functional improvement] Stability: unverified → 0.20
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] MCP protocol: unverified → pass
- [functional] Licence: Apache-2.0

### 2026-08-01 (score 21, −25)

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

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

First indexed and scored.

## MCP tools (1)

### `estimate` (~135 tokens)

Budgetary: estimate token spend

Return a pre-flight, probabilistic token-spend estimate for a coding task before you run it, and store it so the realized cost can be recorded afterward. Call this with the user's task described in natural language. Returns a token range (p10–p90), a scenario label, and a confidence score. This tool only estimates and records — it never reports how many tokens a run actually used.

Input parameters:

- `model` (string): Optional target model identifier (e.g. claude-opus-4-7). Omit to use the account default.
- `query` (string, required): Natural-language description of the coding task to estimate.

## Diagnostics

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

## Score history

- 2026-08-03: 78
- 2026-08-02: 78
- 2026-08-01: 21
- 2026-07-31: 46
- 2026-07-30: 46
- 2026-07-28: 46
- 2026-07-27: 46

## Links

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