← Back to Plugins
MCP Server MCP

AgentPay VN

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx agentpay-vn

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "agentpay-vn",
      "version": "1.0.1",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "AgentPay API key (ap_live_* or ap_test_*). Only needed when a tool is invoked.",
          "isSecret": true,
          "name": "AGENTPAY_API_KEY"
        },
        {
          "description": "API base URL.",
          "default": "https://agentpay.servicesai.vn/v1",
          "name": "AGENTPAY_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...