AgentPay VN for Windsurf
io.github.phuocdu/agentpay-vn
Let AI agents collect VietQR payments — generate a QR and auto-confirm settlement.
client:Windsurf
transport:stdio
runtime:pypi
Install AgentPay VN in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"agentpay-vn": {
"command": "uvx",
"args": [
"agentpay-vn"
],
"env": {
"AGENTPAY_API_KEY": "<AGENTPAY_API_KEY>",
"AGENTPAY_BASE_URL": "<AGENTPAY_BASE_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs