mcpbeat Sign in

Monapay MCP Server

local only

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

Installs per day peak 107 · avg 16 · -35% w/w
a month agotoday
481
Installs / week
npm · monapay-mcp
0
Stars
0 open issues
19 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add monapay-mcp -- npx -y monapay-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "monapay-mcp": {
      "args": [
        "-y",
        "monapay-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.monapay-mcp]
command = "npx"
args = ["-y", "monapay-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "monapay-mcp": {
      "args": [
        "-y",
        "monapay-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "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.

Alternatives to Monapay MCP

same job, measured the same way
Monacloud MCP
by monacloud

Buy .vn/intl domains in VND, deploy apps, Postgres, email, VietQR pay — Vietnam MCP for AI agents

2 612 installs/wk local only
Webhook
by rog0x

Send, validate, debug webhooks for AI agents

29 installs/wk local only
Hooksense
by ozers

Webhook & callback layer for AI agents: create a URL, wait_for_callback, and verify over MCP.

27 installs/wk local only
Monad MCP
by pareen

Monad blockchain gateway for AI agents: balances, transfers, swaps, DeFi, with Privy signing.

29 installs/wk local only
Mifactory Payments
by mifactory-bot

Stripe payments for AI agents. Create links, verify, manage customers.

4 tools answering
Opensanctions MCP
by scka-de

Sanctions screening and PEP checks via OpenSanctions API for AI agents

30 installs/wk local only
QR for Agent
by benswel

Dynamic QR codes for AI agents — custom styling, scan tracking, webhooks

22 installs/wk local only
Cralo
by cralo

Pay-per-use tool marketplace for AI agents. Search, price-check, and call APIs via MCP.

answering

Monapay MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Monapay MCP?
Monapay MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package monapay-mcp was installed 481 times last week.
How do I connect Monapay MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls monapay-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Monapay MCP?
The npm package monapay-mcp was installed 481 times in the last week. Week over week that is -35%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Monapay MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.