1. Conduid
  2. Security
  3. SpendNod
MCP server · Security

SpendNod

AI agent spending controls. Set limits, blocklists, and caps. Approve transactions from your phone.

Unclaimed comms
34Low

Scored 18 days ago · breakdown

About SpendNod

SpendNod is an MCP server in the Security category: aI agent spending controls. Set limits, blocklists, and caps. Approve transactions from your phone. It has been installed 0 times through Conduid.

Install

Clone
git clone https://github.com/gstack-ds/agent-gate

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about SpendNod

Powered by Claude · Grounded in docs

I know everything about SpendNod. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

SpendNod

Your AI agent wants to buy something — should it ask you first?

SpendNod is a human-in-the-loop authorization gateway for AI agent transactions. Set spending limits, vendor blocklists, daily caps, and category restrictions. Approve or deny from your phone.


Quick Start

Claude Code

claude mcp add spendnod --transport http https://api.spendnod.com/mcp

ChatGPT

Settings → Apps → Developer Mode → Create app → paste https://api.spendnod.com/mcp

Any MCP client

{
  "mcpServers": {
    "spendnod": {
      "url": "https://api.spendnod.com/mcp"
    }
  }
}

What It Does

AI agents can now book flights, place orders, and transfer money on your behalf. SpendNod sits between your agent and every transaction — evaluating your rules in real-time and escalating anything outside your guardrails to you for approval.

Rule evaluation (in priority order):

  1. Blocked vendors / blocked categories → instant deny
  2. Auto-approve below threshold → instant approve
  3. Require approval above threshold → escalate to human
  4. Max per transaction → escalate if exceeded
  5. Max per day (aggregate) → escalate if would exceed
  6. Max per month (aggregate) → escalate if would exceed
  7. Allowed vendors / allowed categories → escalate if not in whitelist
  8. Default (no rules triggered) → auto-approve

Features

  • Spending thresholds — auto-approve small purchases, require human sign-off above a limit
  • Vendor blocklists — permanently block specific merchants
  • Daily & monthly caps — hard budget limits across all agent activity
  • Category restrictions — block or restrict entire spending categories (gambling, travel, etc.)
  • Rule templates — Conservative, Moderate, and Permissive presets to get started fast
  • Real-time dashboard — live activity feed, stats, and pending approvals at app.spendnod.com
  • Audit trail — every request logged with outcome, timestamp, and rule that fired
  • OAuth 2.1 login — Google and GitHub sign-in, no password required

Works With

  • Claude Code
  • ChatGPT
  • Cursor
  • VS Code
  • OpenClaw
  • Any MCP-compatible client

Pricing

Plan Price Agents Requests/mo
Free $0 2 200
Starter $29/mo 10 5,000
Pro $99/mo Unlimited 50,000

Links


License

Proprietary — All rights reserved.

Built by Stack Industries LLC

README mirrored from the source repository 18 days ago. The original is authoritative.

Questions

About SpendNod

How do I install SpendNod?

Run git clone https://github.com/gstack-ds/agent-gate, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is SpendNod safe to use with an AI agent?

Its trust score is 34 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is SpendNod still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.