mcpbeat Sign in

Swarmpay MCP Server

local only

Swarmpay runs on your own machine — the client starts it, so there is no endpoint to ping. 74 installs a week from pypi.

Payment layer for AI agents. Send USDC, manage escrows on Base blockchain.

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

Installs per day peak 40 · avg 9 · -24% w/w
a month agotoday
74
Installs / week
pypi · swarmpay
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 swarmpay -- uvx swarmpay
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "swarmpay": {
      "args": [
        "swarmpay"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.swarmpay]
command = "uvx"
args = ["swarmpay"]
.cursor/mcp.json
{
  "mcpServers": {
    "swarmpay": {
      "args": [
        "swarmpay"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "swarmpay": {
      "args": [
        "swarmpay"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: SWARMPAY_NETWORK (Blockchain network: 'base-mainnet' or 'base-sepolia'), CDP_API_KEY_ID (Coinbase Developer Platform API key ID (for wallet creation)), CDP_API_KEY_SECRET (Coinbase Developer Platform API key secret), SWARMPAY_ADMIN_WALLET (Admin wallet address for fee collection). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Swarmpay

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
M2mcent
by evozim

x402 payment wrapper for AI Agents and MCP Servers. USDC settlements on Base L2.

82 installs/wk local only
Xenarch MCP
by xenarch-ai

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

120 installs/wk local only
Nutriref
by younghef

Pay-per-call USDA nutrition for AI agents (x402 micropayments in USDC on Base).

local only
Trading MCP
by ai-rook-agents

72 x402 endpoints: trading, AI inference, blockchain, escrow. USDC on Base+Solana.

87 installs/wk 10 tools answering
AgnicPay
by agnicpay-prog

X402 payment MCP for AI agents. Auto-pay 300+ APIs with USDC on Base and Solana.

answering
I
Agora402
by michu5696

Escrow protection for agent payments on Base — USDC held in smart contract until job completion.

29 installs/wk 3 tools answering
I
Paycrow
by michu5696

Escrow protection for agent payments on Base — USDC held in smart contract until job completion.

24 installs/wk 10 tools answering

Swarmpay — questions

Answers built from our own checks of this server.

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