Monapay MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 481 installs a week from npm. Last commit 19 Sep 2026.
MONA Pay for AI agents: create VietQR, check bank transfers, webhooks & HMAC. Vietnam bank API, VND
Today is the operative word: we check Monapay MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add monapay-mcp -- npx -y monapay-mcp
{
"mcpServers": {
"monapay-mcp": {
"args": [
"-y",
"monapay-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.monapay-mcp]
command = "npx"
args = ["-y", "monapay-mcp"]
{
"mcpServers": {
"monapay-mcp": {
"args": [
"-y",
"monapay-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"monapay-mcp": {
"args": [
"-y",
"monapay-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
MONAPAY_CLIENT_ID (MONA Pay API key client_id (create in dashboard my.monapay.vn).), MONAPAY_CLIENT_SECRET (MONA Pay API key client_secret (shown once). Needed for write actions (create QR, webhooks).), MONAPAY_BASE_URL (Optional API base URL (default production).).
The author declared them in the registry entry; get the values from the project itself.
Buy .vn/intl domains in VND, deploy apps, Postgres, email, VietQR pay — Vietnam MCP for AI agents
Send, validate, debug webhooks for AI agents
Webhook & callback layer for AI agents: create a URL, wait_for_callback, and verify over MCP.
Monad blockchain gateway for AI agents: balances, transfers, swaps, DeFi, with Privy signing.
Stripe payments for AI agents. Create links, verify, manage customers.
Sanctions screening and PEP checks via OpenSanctions API for AI agents
Dynamic QR codes for AI agents — custom styling, scan tracking, webhooks
Pay-per-use tool marketplace for AI agents. Search, price-check, and call APIs via MCP.
Answers built from our own checks of this server.