mcpbeat Sign in

agentic-pay MCP Server

by shieldcubed Your server? Claim it
local only

agentic-pay runs on your own machine — the client starts it, so there is no endpoint to ping. 31 installs a week from npm. Last commit 21 Jul 2026.

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

Installs per day peak 16 · avg 7 · +112% w/w
a month agotoday
31
Installs / week
npm · @shieldcubed/agentic-pay
0
Stars
0 open issues
21 Jul 2026
Last commit
0 releases in 90 days
License
JavaScript

Nothing serious here today

Today is the operative word: we check agentic-pay 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 agentic-pay -- npx -y @shieldcubed/agentic-pay
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agentic-pay": {
      "args": [
        "-y",
        "@shieldcubed/agentic-pay"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agentic-pay]
command = "npx"
args = ["-y", "@shieldcubed/agentic-pay"]
.cursor/mcp.json
{
  "mcpServers": {
    "agentic-pay": {
      "args": [
        "-y",
        "@shieldcubed/agentic-pay"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agentic-pay": {
      "args": [
        "-y",
        "@shieldcubed/agentic-pay"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: AGENTIC_PAY_AGENT_ID (Identifier for this agent, used to look up its spend-limit policy in config.json.), AGENTIC_PAY_CONFIG (Absolute path to your config.json (spend limits, API keys, static prices). Defaults to config/config.json in the install directory.), BTC_WIF (WIF-encoded Bitcoin private key for the funding wallet. Only required if using the BTC rail.), ETH_RPC_URL (EVM JSON-RPC endpoint URL. Only required if using the ETH/USDT/USDC rails.), ETH_PRIVATE_KEY (0x-prefixed Ethereum private key for the funding wallet. Only required if using the ETH/USDT/USDC rails.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to agentic-pay

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
send21
by send21io

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

9 tools answering
A2AWire
by a2awire

Escrow, reputation, and payments for agent-to-agent commerce. Non-custodial USDC/Base L2.

10 tools answering
Agentpay
by up2itnow0822

Non-custodial x402 payment MCP server for AI agents. Wallets and payments on 17 chains.

121 installs/wk local only
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
I
agents.u.cash
by udotcash

Non-custodial HTTP-402 crypto payments for AI agents. 86-tool MCP server.

local only
I
agents.u.cash
by uantum

Non-custodial HTTP-402 crypto payments for AI agents. 77-tool MCP server.

local only
I
agents.u.cash
by uxdevo

Non-custodial HTTP-402 crypto payments for AI agents. 79-tool MCP server.

local only

agentic-pay — questions

Answers built from our own checks of this server.

Why is there no uptime for agentic-pay?
agentic-pay 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 @shieldcubed/agentic-pay was installed 31 times last week.
How do I connect agentic-pay?
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 @shieldcubed/agentic-pay straight from npm; nothing to host, nothing to sign up for.
How many people use agentic-pay?
The npm package @shieldcubed/agentic-pay was installed 31 times in the last week. Week over week that is +112%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is agentic-pay open source?
We cannot say either way: written in JavaScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.