mcpbeat Sign in

AgentPay VN MCP Server

local only

AgentPay VN runs on your own machine — the client starts it, so there is no endpoint to ping. 80 installs a week from pypi. Last commit 15 Jun 2026.

Let AI agents collect VietQR payments — generate a QR and auto-confirm settlement.

Installs per day peak 29 · avg 13 · +5% w/w
a month agotoday
80
Installs / week
pypi · agentpay-vn
1
Stars
1 open issues
15 Jun 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check AgentPay VN 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 agentpay-vn -- uvx agentpay-vn
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agentpay-vn": {
      "args": [
        "agentpay-vn"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agentpay-vn]
command = "uvx"
args = ["agentpay-vn"]
.cursor/mcp.json
{
  "mcpServers": {
    "agentpay-vn": {
      "args": [
        "agentpay-vn"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agentpay-vn": {
      "args": [
        "agentpay-vn"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: AGENTPAY_API_KEY (AgentPay API key (ap_live_* or ap_test_*). Only needed when a tool is invoked.), AGENTPAY_BASE_URL (API base URL.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to AgentPay VN

same job, measured the same way
Toreador
by toreador

Generate crypto QR codes (BTC, ETH, SOL, USDC, USDT, EURC) and manage payment sessions.

36 installs/wk local only
Amrood — INR Payments for AI Agents
by saurabh-karn

KYC-verified INR wallets for AI agents in India. Payments, escrow, and settlements.

99 installs/wk local only
Agirails MCP Server
by unima3x

Payment rails for AI agents — escrow, settlement, discovery, and disputes from any context window.

46 installs/wk local only
M2mcent
by evozim

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

82 installs/wk local only
Agent Payment MCP
by abraxas1010

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

local only
XDC AI
by 0xbeny

Wallet and payments for AI agents: auto-pay x402 APIs in USDC on XDC, within on-chain limits.

answering
Ra Pay
by rapay

Send fiat payments via MCP with two-step confirmation and Stripe Connect.

65 installs/wk local only
C
SendQuoteNow — AI Quote Engine for Contractors
by sendquotenow

Generate branded contractor quotes: hosted approval page, PDF, QR code, and Stripe payment link.

answering

AgentPay VN — questions

Answers built from our own checks of this server.

Why is there no uptime for AgentPay VN?
AgentPay VN 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 agentpay-vn was installed 80 times last week.
How do I connect AgentPay VN?
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 agentpay-vn straight from pypi; nothing to host, nothing to sign up for.
How many people use AgentPay VN?
The pypi package agentpay-vn was installed 80 times in the last week. Week over week that is +5%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is AgentPay VN open source?
Yes — it is published under the MIT licence, written in Python, 1 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.