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.
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.
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.
claude mcp add agentpay -- npx -y @agentpay-run/mcp-server
{
"mcpServers": {
"agentpay": {
"args": [
"-y",
"@agentpay-run/mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.agentpay]
command = "npx"
args = ["-y", "@agentpay-run/mcp-server"]
{
"mcpServers": {
"agentpay": {
"args": [
"-y",
"@agentpay-run/mcp-server"
],
"command": "npx"
}
}
}
{
"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.
Budget & cost control for AI agents — per-agent spend caps + rate limits before each call.
Personal-finance workspace for AI agents: accounts, spending, budgets, goals, and investments.
AI cost tracking: 11 tools for spend, budgets, and Claude Code + Cursor + Cline costs
Deterministic payment policy guardrail for AI agents - budgets, allowlists, signed mandates.
Personal finance ledger for AI agents — query spending, track bills, forecast cash flow.
Governance layer for AI coding agents: knowledge-graph grounding, session audit, policy controls.
Credential vault for AI agents — Fernet-encrypted keys, per-agent budgets, audit logs.
Token and context budget for AI agents. Tracks spend and gates the session.
Answers built from our own checks of this server.