AgentPay VN is a VietQR payment infrastructure for AI agents that creates payment requests, provides QR/checkout links, and confirms when bank transfers are settled. It exposes both a Python SDK and an MCP server for creating requests, checking status, waiting for settlement, and listing recent payments.
From the registry: Let AI agents collect VietQR payments — generate a QR and auto-confirm settlement.
$ pip install agentpay-vnhttps://pypi.org/project/agentpay-vn/Please install the `agentpay-vn` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install the Python package** — Install the AgentPay VN package from PyPI so the MCP server entrypoint is available. Run: `pip install agentpay-vn` (https://pypi.org/project/agentpay-vn/)
- **Obtain an AgentPay API key** — Create or obtain an AgentPay API key from the self-hosted admin dashboard or platform operator. Required for authentication.
Canonical MCP server config (stdio transport):
- command: `agentpay-mcp`
- args: []
- required environment variables:
- `AGENTPAY_API_KEY`: AgentPay API key used to authenticate requests to the AgentPay API. (example: `<your-agentpay-api-key>`)
- optional environment variables:
- `AGENTPAY_BASE_URL`: Override the AgentPay API base URL. The README shows this for custom/self-hosted deployments; omit it to use the default service configuration. (example: `<your-agentpay-base-url>`)
Note: The README also shows an equivalent stdio launch via Python module: command `python` with args `['-m', 'agentpay.mcp_server']`. The console script `agentpay-mcp` is the simpler portable path, so it is preferred.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.AGENTPAY_API_KEYrequiredAPI key used to authenticate to AgentPay and access payment operationsOpen-source SEC EDGAR toolkit — 11 tools, 7 prompts, every filing type. No API key required.
SEC filing intelligence — insider sentiment, material events, financial ratios, disclosure search.
MCP server for Stripe — global payments API (PaymentIntents, Checkout, Billing, Refunds)