mcpbeat Sign in

Agentpay MCP Server

local only

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

AI agent payments with human approval. Local-first, encrypted credentials, budget controls.

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

Installs per day peak 19 · avg 4 · -19% w/w
a month agotoday
21
Installs / week
npm · @useagentpay/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 @useagentpay/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agentpay": {
      "args": [
        "-y",
        "@useagentpay/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agentpay]
command = "npx"
args = ["-y", "@useagentpay/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "agentpay": {
      "args": [
        "-y",
        "@useagentpay/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agentpay": {
      "args": [
        "-y",
        "@useagentpay/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: AGENTPAY_PASSPHRASE (Passphrase for decrypting credentials during purchase execution), ANTHROPIC_API_KEY (Anthropic API key for browser navigation during checkout). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Agentpay

same job, measured the same way
Agent Payment MCP
by abraxas1010

Secure USDC payments for AI agents on Base blockchain with budget controls and instant settlement.

local only
Clawvault MCP Server
by andrewszk

AI agent payment security - spending limits, whitelists, and human approval.

47 installs/wk local only
PipRail
by piprail

Budget-bound x402 payment wallet for AI agents — pays HTTP 402 URLs, capped locally. No backend.

134 installs/wk local only
Txn
by txn

Wallets, payments and human hiring for AI agents: pay other agents, escrow a budget, hire a person.

58 installs/wk local only
Yault AESP
by yault

Crypto payments for the agent economy — policy-gated vault operations under human control

29 installs/wk local only
Cartography MCP Server
by mrcartographer

Human-curated crypto market intelligence with x402 payments. Weekly signals and analysis.

44 installs/wk local only
AurasPay Merchant MCP
by auraspay

Review AurasPay merchant payments and prepare payment links with scoped OAuth and human approval.

answering
Ardaro Agent Runtime Utilities
by ashevilleislove

Advisory context, intent, budget and API-ledger checks with free examples and x402 payments.

6 tools answering

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