Skip to content
Grok

AgentPay VN for Grok

io.github.phuocdu/agentpay-vn

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

client:Grok transport:stdio runtime:pypi

Install AgentPay VN in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "agentpay-vn": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "agentpay-vn"
      ],
      "env": {
        "AGENTPAY_API_KEY": "<AGENTPAY_API_KEY>",
        "AGENTPAY_BASE_URL": "<AGENTPAY_BASE_URL>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

AgentPay VN in other clients