HomeFinance › AgentPay VN

AgentPay VN

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

Python Cloud
★ 1 stars Last pushed 2026-06-15 License: MIT

Topics: Finance & Fintech

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 1.0.1)

uvx agentpay-vn

Or add to your MCP client config:

{
  "mcpServers": {
    "agentpay-vn": {
      "command": "uvx",
      "args": [
        "agentpay-vn"
      ],
      "env": {
        "AGENTPAY_API_KEY": "<YOUR_VALUE>",
        "AGENTPAY_BASE_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • AGENTPAY_API_KEY secret — AgentPay API key (ap_live_* or ap_test_*). Only needed when a tool is invoked.
  • AGENTPAY_BASE_URL — API base URL.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry