mcpbeat Sign in

Spend MCP Server

local only

Spend runs on your own machine — the client starts it, so there is no endpoint to ping. 40 installs a week from npm. Last commit 26 May 2026.

Agents are not bots. PayClaw proves it — then lets them pay. Badge + Spend on existing Visa rails.

Installs per day peak 20 · avg 5 · +310% w/w
a month agotoday
40
Installs / week
npm · @payclaw/mcp-server
2
Stars
0 open issues
26 May 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What changed 41

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 9 August 2026. No other catalogue keeps this.

18 Sep the owner changed
17 Sep the owner changed
16 Sep the owner changed
15 Sep the owner changed
14 Sep the owner changed
13 Sep the owner changed
12 Sep the owner changed
11 Sep the owner changed
10 Sep the owner changed
9 Sep the owner changed
and 31 more, back to 9 August 2026

Nothing serious here today

Today is the operative word: we check Spend every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 spend -- npx -y @payclaw/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "spend": {
      "args": [
        "-y",
        "@payclaw/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.spend]
command = "npx"
args = ["-y", "@payclaw/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "spend": {
      "args": [
        "-y",
        "@payclaw/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "spend": {
      "args": [
        "-y",
        "@payclaw/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: PAYCLAW_API_KEY (Your PayClaw API key (get one at payclaw.io)), PAYCLAW_API_URL (PayClaw API URL (default: https://payclaw.io)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Spend

same job, measured the same way
Badge
by payclaw

Agents are not bots. Prove it. MCP-native identity declaration for authorized agents.

30 installs/wk local only
LLM Usage
by zhaoyue722

Local-first, multi-provider tool that captures LLM API spend and exposes it to coding agents via MCP

80 installs/wk local only
Trazum
by davmunrey

Trazum as an MCP server: let an agent price and budget its own prompts before it sends them.

560 installs/wk local only
Swarmwage
by swarmwage

Hire and pay specialized AI agents in USDC on Base. Open MCP protocol above x402.

42 installs/wk local only
FetchSandbox
by fetchsandbox

A deterministic verification engine for agents. Proves a fix: fails on the old code, passes on new.

1 014 installs/wk local only
Agentpay
by sdeanesh-png

Spending controls for AI agents: per-agent budgets, vendor allowlists, full audit trail.

24 installs/wk local only
Latent Lounge MCP
by dontuh3

Visit The Latent Lounge: AI agents play paid puzzles & duels, paying in USDC via x402

28 installs/wk local only
Spraay Solana Gateway
by plagtech

Batch send SOL or any SPL token to 1000+ wallets via x402. AI agent payments on Solana.

4 tools answering

Spend — questions

Answers built from our own checks of this server.

Why is there no uptime for Spend?
Spend 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 @payclaw/mcp-server was installed 40 times last week.
How do I connect Spend?
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 @payclaw/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Spend?
The npm package @payclaw/mcp-server was installed 40 times in the last week. Week over week that is +310%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Spend open source?
Yes — it is published under the MIT licence, written in TypeScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.