mcpbeat Sign in

PromptSpend MCP Server

by andrewavery7 Your server? Claim it
local only

PromptSpend runs on your own machine — the client starts it, so there is no endpoint to ping. 114 installs a week from npm. Last commit 31 Aug 2026.

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

Installs per day peak 444 · avg 61 · -45% w/w
a month agotoday
114
Installs / week
npm · @promptspend/mcp
0
Stars
1 open issues
31 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 13 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

const child = spawn(process.execPath, [ENTRY], { stdio: ['pipe', 'pipe', 'pipe'] });
Builds a file path from a variable tools/make-assets.py:73
            path = os.path.join(directory, name)
Runs an external command tools/make-promo.py:978
    subprocess.run(
Page loads a third-party script public/mobile-turnstile.html:47
    <script src="https://challenges.cloudflare.com/turnstile/v0/api.js?render=explicit" async defer></script>

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add promptspend -- npx -y @promptspend/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "promptspend": {
      "args": [
        "-y",
        "@promptspend/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.promptspend]
command = "npx"
args = ["-y", "@promptspend/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "promptspend": {
      "args": [
        "-y",
        "@promptspend/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "promptspend": {
      "args": [
        "-y",
        "@promptspend/mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to PromptSpend

same job, measured the same way
TopAlternativesTo
by natden444

Compare software: verified pricing with its source and date, and ranked alternatives.

3 tools answering
Veris
by jakeyoung1

Provenance-first web + SEC EDGAR data for AI agents: every fact carries its verifiable source.

48 installs/wk local only
nMEMORY
by menot-you

Memory your agent can trust — every answer carries its source; when it doesn't know, it says so.

local only
Pirch
by pirchjobs

Verified job search: every listing confirmed live and accepting applicants within the last 72h.

3 tools answering
Tugra
by tugra-ai

Provenance-aware memory format for AI agents: every claim carries its source, age and boundary.

local only
Muffed — verified NFL stats and fantasy context
by muffed

Verified NFL stats and Sleeper league context. Every figure carries its own source rank.

14 tools answering
Fireweed
by starksood

Agent memory where every fact carries a receipt, and deletion is provable.

2 551 installs/wk local only
LinkList
by linklist

Search source collections your team vetted. Every passage cites its URL and fetch date.

answering

PromptSpend — questions

Answers built from our own checks of this server.

Why is there no uptime for PromptSpend?
PromptSpend runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @promptspend/mcp was installed 114 times last week.
How do I connect PromptSpend?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @promptspend/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use PromptSpend?
The npm package @promptspend/mcp was installed 114 times in the last week. Week over week that is -45%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is PromptSpend open source?
Yes — it is published under the MIT licence, written in TypeScript, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.