mcpbeat Sign in

Agentpay MCP Server

by sdeanesh-png Your server? Claim it
local only

Agentpay runs on your own machine — the client starts it, so there is no endpoint to ping. 24 installs a week from npm.

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

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

Installs per day peak 12 · avg 3 · +100% w/w
a month agotoday
24
Installs / week
npm · @agentpay-run/mcp-server
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

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

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

This one needs environment variables set before it will start: AGENTPAY_API_KEY (AgentPay wallet API key (ap_test_... or ap_live_...). Generate at https://agentpay.run/dashboard.), AGENTPAY_BASE_URL (Override for self-hosted or local dev. Defaults to https://agentpay.run.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Agentpay

same job, measured the same way
Gvnr
by gvnr

Budget & cost control for AI agents — per-agent spend caps + rate limits before each call.

answering
Candor Finance
by candor

Personal-finance workspace for AI agents: accounts, spending, budgets, goals, and investments.

answering
Llmkit
by smigolsmigol

AI cost tracking: 11 tools for spend, budgets, and Claude Code + Cursor + Cline costs

86 installs/wk local only
Mandateguard
by ezequiellich44-cmd

Deterministic payment policy guardrail for AI agents - budgets, allowlists, signed mandates.

local only
Cashflow
by adam-messinger

Personal finance ledger for AI agents — query spending, track bills, forecast cash flow.

answering
aictrl
by vasparshin

Governance layer for AI coding agents: knowledge-graph grounding, session audit, policy controls.

answering
Agentvault
by bch1212

Credential vault for AI agents — Fernet-encrypted keys, per-agent budgets, audit logs.

24 installs/wk local only
I
token-gate-mcp
by abduljabbarbxr

Token and context budget for AI agents. Tracks spend and gates the session.

513 installs/wk local only

Agentpay — questions

Answers built from our own checks of this server.

Why is there no uptime for Agentpay?
Agentpay 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 @agentpay-run/mcp-server was installed 24 times last week.
Is Agentpay 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 Agentpay?
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 @agentpay-run/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Agentpay?
The npm package @agentpay-run/mcp-server was installed 24 times in the last week. Week over week that is +100%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.