AgentPay VN for Cursor
io.github.phuocdu/agentpay-vn
Let AI agents collect VietQR payments — generate a QR and auto-confirm settlement.
client:Cursor
transport:stdio
runtime:pypi
Install AgentPay VN in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agentpay-vn": {
"type": "stdio",
"command": "uvx",
"args": [
"agentpay-vn"
],
"env": {
"AGENTPAY_API_KEY": "<AGENTPAY_API_KEY>",
"AGENTPAY_BASE_URL": "<AGENTPAY_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs