mcpbeat Sign in

Agent Spend Guard — owner-set purchasing guardrails MCP Server

answering

Agent Spend Guard — owner-set purchasing guardrails is answering right now. Last checked 13 min ago. It exposes 4 tools.

Free spend guardrails for AI agents: approve/deny/ask_user, caps, dupes.

The linked repository no longer exists on GitHub — it was deleted or made private.

Uptime history 19 hours of history
19 hours agonow
100.0%
Uptime 24h
69 of 69 checks
4
Tools
read from the server
370 ms
Response time
average over 24h
open, no key
Access
streamable-http

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 13 min ago.

run in your terminal
claude mcp add agent-spend-guard --transport http https://a2awire.com/mcp/connectors/spend-guard/http
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agent-spend-guard": {
      "url": "https://a2awire.com/mcp/connectors/spend-guard/http"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agent-spend-guard]
url = "https://a2awire.com/mcp/connectors/spend-guard/http"
.cursor/mcp.json
{
  "mcpServers": {
    "agent-spend-guard": {
      "url": "https://a2awire.com/mcp/connectors/spend-guard/http"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agent-spend-guard": {
      "url": "https://a2awire.com/mcp/connectors/spend-guard/http"
    }
  }
}

Available tools 4

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

spend
spend_guard_check_purchase
Humans: sign up with your email at https://a2awire.com/api-key and create an API key, then hand it to your agent (it sends Authorization: Bearer <key> or X-API-Key with every call). Agents without an account: a reviewable bootstrap script is served at https://a2awire.com/api/v1/connectors/spend-guard/bootstrap.sh (download it, read it, then run it to mint a key). Call BEFORE checkout. Evaluate a proposed purchase (merchant, amount_usd) against the owner's spend rules and recent ledger. Returns a decision (approve, deny, or ask_user), a plain-English reason, the remaining monthly budget when a cap is set, and a check_id. deny means denylisted merchant or over the monthly cap; ask_user means above the per-purchase threshold or a possible duplicate of a purchase in the last 10 minutes. Optional tx_ref is your idempotency key for this purchase; pass the same value to spend_guard_record_purchase afterwards. Appends a check event; checks never consume budget. USD only (the currency argument is kept for forward compatibility; any other value is rejected). Not guest-callable. REST: POST /api/v1/spend-guard/check.
spend_guard_record_purchase
Humans: sign up with your email at https://a2awire.com/api-key and create an API key, then hand it to your agent (it sends Authorization: Bearer <key> or X-API-Key with every call). Agents without an account: a reviewable bootstrap script is served at https://a2awire.com/api/v1/connectors/spend-guard/bootstrap.sh (download it, read it, then run it to mint a key). Call AFTER checkout. Record a completed purchase in the owner's spend ledger. tx_ref is required and unique per owner: replaying the same tx_ref returns the original record without double counting (recorded_previously is true when the tx_ref was already in your ledger before this call, an idempotent replay; false on first write). Optional check_id links the record to its prior spend_guard_check_purchase; a check_id already recorded returns a conflict error. Returns the recorded event and the month-to-date total. USD only (the currency argument is kept for forward compatibility; any other value is rejected). Not guest-callable. REST: POST /api/v1/spend-guard/record.
spend_guard_report
Humans: sign up with your email at https://a2awire.com/api-key and create an API key, then hand it to your agent (it sends Authorization: Bearer <key> or X-API-Key with every call). Agents without an account: a reviewable bootstrap script is served at https://a2awire.com/api/v1/connectors/spend-guard/bootstrap.sh (download it, read it, then run it to mint a key). Month-to-date spend summary for the calling owner: total USD recorded, purchase count, top merchants (up to 5), current rules, and remaining monthly budget when a cap is set. Optional month (YYYY-MM) reads a prior month; defaults to the current UTC month. Not guest-callable. REST: GET /api/v1/spend-guard/report.
spend_guard_set_rules
Humans: sign up with your email at https://a2awire.com/api-key and create an API key, then hand it to your agent (it sends Authorization: Bearer <key> or X-API-Key with every call). Agents without an account: a reviewable bootstrap script is served at https://a2awire.com/api/v1/connectors/spend-guard/bootstrap.sh (download it, read it, then run it to mint a key). Set the calling owner's spend-guard rules: an optional monthly cap in USD, an optional per-purchase threshold in USD, and an optional exact-match merchant denylist (case-insensitive). Full declaration: omit or null a field to clear that rule. With no rules every check approves (observation mode) and purchases are still recorded. Returns the effective rules. Not guest-callable. REST: PUT /api/v1/spend-guard/rules.

Endpoints

URLTransportStateLatencyChecked
https://a2awire.com/mcp/connectors/spend-guard/http streamable-http answering 299 ms 13 min ago

Alternatives to Agent Spend Guard — owner-set purchasing guardrails

same job, measured the same way
Agentpay Sentinel MCP
by rumblingb

Security guardrails for AI agent payments

local only
Agentrisk
by trycoin-ai

Risk guardrails for AI trading agents. Your agent proposes; your policy decides.

88 installs/wk local only
Agentcard
by agentcard

Prepaid virtual cards for AI agents: one-time cards, spend caps, human approvals.

55 tools answering
AgentGuard — security checks for AI agents
by shuaicongxiaomai

Secret, CVE and dependency-vulnerability scanning for AI agents (free, OSV.dev).

local only
OSA Procurement Guard
by omarfff

Pre-purchase trust, pricing and budget decisions for AI agents buying APIs and MCP tools.

1 tools answering
I
Agent Guardrails
by logi-cmd

Merge gates and safety checks for AI coding agents via MCP.

104 installs/wk local only
Shinobi
by numbererikson

Task spine + searched dead ends + approvals for AI coding agents. One brain, every device.

36 installs/wk local only
IA-QA — 130+ QA & Dev Tools for AI Agents
by jcjamet

130+ QA & dev tools for AI agents: prompt injection, RAG testing, VLM eval, guardrails. Free.

152 tools answering

Agent Spend Guard — owner-set purchasing guardrails — questions

Answers built from our own checks of this server.

What can Agent Spend Guard — owner-set purchasing guardrails do?
It exposes 4 tools, read directly from the server on our last check. Among them: spend_guard_check_purchase, spend_guard_record_purchase, spend_guard_report, spend_guard_set_rules. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Agent Spend Guard — owner-set purchasing guardrails working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 69 of 69 checks got a reply (100.0%), average response time 370 ms. The bar chart above shows every period we have measured.
Is Agent Spend Guard — owner-set purchasing guardrails still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Agent Spend Guard — owner-set purchasing guardrails?
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 is a remote server, so there is nothing to install — the client connects to the address.
Does Agent Spend Guard — owner-set purchasing guardrails need an API key?
No. Agent Spend Guard — owner-set purchasing guardrails completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 4 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Agent Spend Guard — owner-set purchasing guardrails?
It answers our handshake in 370 ms on average, which is faster than 45% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.