mcpbeat Sign in

Agent Payment MCP Server

local only

Agent Payment runs on your own machine — the client starts it, so there is no endpoint to ping. 53 installs a week from npm. Last commit 17 Jun 2026.

Stripe-style USDC billing for any API. 8 free demo services no signup. Non-custodial.

Installs per day peak 26 · avg 11 · -41% w/w
a month agotoday
53
Installs / week
npm · agent-payment-mcp
3
Stars
2 open issues
17 Jun 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Agent Payment every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

Alternatives to Agent Payment

same job, measured the same way
Xenarch MCP
by xenarch-ai

Xenarch — x402 MCP server for AI agent payments. Non-custodial, USDC on Base L2.

120 installs/wk local only
MCP Stripe
by codespar

MCP server for Stripe — global payments API (PaymentIntents, Checkout, Billing, Refunds)

26 installs/wk local only
send21
by send21io

Non-custodial payment drafts/pay links for BTC, USDC, USDT, EURC. Never holds keys.

9 tools answering
ShieldZCash
by shieldzcash

Keyless non-custodial crypto payments for AI agents: payment links and tip jars, no API key.

34 installs/wk 4 tools answering
Stripe MCP
by robinafaruqia

Read-only MCP server for querying Stripe customers, payments, and invoices.

32 installs/wk local only
Stripe MCP Server
by friendlygeorge

MCP server for Stripe API — customers, charges, payments, subscriptions, products, and invoices

36 installs/wk local only
agentic-pay
by shieldcubed

Non-custodial payment engine for AI agents — BTC, ETH, USDT, USDC, XRP, XMR, ZEC.

31 installs/wk local only
ToolRank
by brandonclark1996-design

Rank MCP servers/APIs for a job. Lexical ranking, 36 curated tools, no Stripe.

3 tools answering

Agent Payment — questions

Answers built from our own checks of this server.

Why is there no uptime for Agent Payment?
Agent Payment 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 agent-payment-mcp was installed 53 times last week.
How do I connect Agent Payment?
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 agent-payment-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Agent Payment?
The npm package agent-payment-mcp was installed 53 times in the last week. Week over week that is -41%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Agent Payment open source?
Yes — it is published under the MIT licence, written in TypeScript, 3 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.