MCP Hub
Back to servers

@theyahia/momo-vn-mcp

MCP server for MoMo — mobile wallet, QR payments (Vietnam)

npm273/wk
Updated
Apr 1, 2026

Quick Install

npx -y @theyahia/momo-vn-mcp

momo-vn-mcp

MCP server for MoMo payment gateway (Vietnam). Supports wallet payments, QR codes, refunds, recurring payments, and HMAC-SHA256 signed API calls.

Tools (8)

ToolDescription
create_paymentCreate a MoMo payment request
query_statusQuery payment status
refundRefund a completed payment
confirmConfirm/capture authorized payment
create_recurringSet up recurring wallet payment
get_token_infoGet linked wallet token info
create_qrCreate a QR code payment
get_qr_statusCheck QR payment status

Quick Start

{
  "mcpServers": {
    "momo-vn": {
      "command": "npx",
      "args": ["-y", "@theyahia/momo-vn-mcp"],
      "env": {
        "MOMO_PARTNER_CODE": "<PARTNER_CODE>",
        "MOMO_ACCESS_KEY": "<ACCESS_KEY>",
        "MOMO_SECRET_KEY": "<SECRET_KEY>"
      }
    }
  }
}

Environment Variables

VariableRequiredDescription
MOMO_PARTNER_CODEYesPartner code from MoMo
MOMO_ACCESS_KEYYesAccess key from MoMo
MOMO_SECRET_KEYYesSecret key for HMAC signing
MOMO_PRODUCTIONNoSet to "true" for production

Demo Prompts

  • "Create a MoMo payment of 50,000 VND"
  • "Check status of order momo-123"
  • "Refund 25,000 VND from transaction t1"
  • "Generate a QR code for 100,000 VND"

License

MIT

Reviews

No reviews yet

Sign in to write a review