mcpbeat Sign in

SpendShield MCP Server

by felixpg13-glitch Your server? Claim it
local only

SpendShield runs on your own machine — the client starts it, so there is no endpoint to ping. 2 961 installs a week from pypi. Last commit 7 Sep 2026.

Authorization layer between AI agents and money: ALLOW/APPROVAL/DENY, budgets, audit.

Installs per day peak 1 218 · avg 423
a month agotoday
2 961
Installs / week
pypi · spendshield
2
Stars
1 open issues
7 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check SpendShield 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 spendshield -- uvx spendshield
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "spendshield": {
      "args": [
        "spendshield"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.spendshield]
command = "uvx"
args = ["spendshield"]
.cursor/mcp.json
{
  "mcpServers": {
    "spendshield": {
      "args": [
        "spendshield"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "spendshield": {
      "args": [
        "spendshield"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to SpendShield

same job, measured the same way
Figuard MCP
by figuard

Pre-flight spend authorization for AI agents. Set a budget, enforce limits, audit every decision.

38 installs/wk local only
Marchward
by marchward

Runtime authority for AI agents: credential mediation, spend cap, approval gates, audit log.

50 installs/wk local only
I
Agent Sudo MCP
by kisyntra

MCP adapter for Agent_Sudo: authorization, delegation, provenance, and audit for AI agents.

231 installs/wk local only
Delego
by delego-dev

Intent-bound action authorization for AI agents: policy, human approval, and a signed audit trail.

202 installs/wk local only
Oakallow
by oakallow

Runtime permission, approval, and audit layer for AI agent tool execution.

answering
BailingHub for Business Operations
by bailinghub

Let AI agents query and operate business systems with authorization, approval and audit trails.

555 installs/wk local only
Chp MCP
by icohangar-ops

Spend approval gate for AI agents: budget caps, HITL thresholds, signed audit hash.

48 installs/wk local only
Envibe
by dominic-righthere

Secure permission layer between AI agents and your .env files

41 installs/wk local only

SpendShield — questions

Answers built from our own checks of this server.

Why is there no uptime for SpendShield?
SpendShield 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 pypi package spendshield was installed 2 961 times last week.
How do I connect SpendShield?
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 spendshield straight from pypi; nothing to host, nothing to sign up for.
How many people use SpendShield?
The pypi package spendshield was installed 2 961 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is SpendShield open source?
Yes — it is published under the MIT licence, written in Python, 2 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.