Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

PromptSpend

NPM · @PROMPTSPEND/MCP · SCANNED AUG 17

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

Available components

+6 this week 72 Trust /100
Trust breakdown (6 categories)

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. How we score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 30 of 95 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency48
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 10 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability71
  • AI-judged instruction clarity (good).Pass
  • 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. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management33
  • Stability observed for 10 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage90
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 71% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @promptspend/mcp

# add to Claude Code
claude mcp add andrewavery7-promptspend -- npx -y @promptspend/mcp
# add to Codex CLI
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
    }
  }
}
# add to OpenClaw
openclaw mcp add andrewavery7-promptspend --command npx --arg -y --arg @promptspend/mcp
# ~/.hermes/config.yaml
mcp_servers:
  andrewavery7-promptspend:
    command: "npx"
    args: ["-y", "@promptspend/mcp"]
// mcp.json
{
  "mcpServers": {
    "andrewavery7-promptspend": {
      "command": "npx",
      "args": [
        "-y",
        "@promptspend/mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 16 Aug 26 +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.

  • 15 Aug 26 +4
    • Stability: unverified → 0.27 functional
  • 11 Aug 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 8 Aug 26 0
    • Security disclosure: fail → pass functional
    • Package version: 0.1.5 → 0.1.6 functional
  • 7 Aug 26 +31
    • Known CVEs: partial → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Tool coverage: unverified → 100 functional
    • 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 functional
  • 6 Aug 26 35

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 17 Aug 2026 · Analysed npm/@promptspend/mcp@0.1.6

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm
Dependencies 95 packages
Packages resolved 95
Stale 30
Tree resolution Complete
MCP tools · 3 exposed · ~356 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
estimate_cost ~182

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.

NameTypeReqDescription
cached_input_sharenumber0-1. Default 0.
conversations_per_daynumberDefault 1000.
modelsarrayyesModels to compare, up to about 8.
output_tokensnumberTypical reply. Default 350.
reasoning_multipliernumberBill output at this multiple. Default 1.
system_tokensnumberSystem prompt size. Default 800.
turnsnumberTurns per conversation. Default 4.
use_batch_apibooleanApply batch discounts. Default false.
user_tokensnumberTypical user message. Default 150.

No output schema declared.

No examples provided.

find_cheaper ~112

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

NameTypeReqDescription
conversations_per_daynumber
min_capabilitynumber0-100. Defaults to the given model’s score.
modelstringyesThe model currently in use.
output_tokensnumber
system_tokensnumber
turnsnumber
user_tokensnumber

No output schema declared.

No examples provided.

get_price ~62

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

NameTypeReqDescription
model_namestringyesModel id or name, e.g. gpt-5 or "Claude Opus 5".

No output schema declared.

No examples provided.