Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Momo Vn

FreeNot checked

MCP server for MoMo — mobile payment gateway, refunds (Vietnam)

GitHubEmbed

About

MCP server for MoMo — mobile payment gateway, refunds (Vietnam)

README

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

Tools (8)

Tool Description
create_payment Create a MoMo payment request
query_status Query payment status
refund Refund a completed payment
confirm Confirm/capture authorized payment
create_recurring Set up recurring wallet payment
get_token_info Get linked wallet token info
create_qr Create a QR code payment
get_qr_status Check 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

Variable Required Description
MOMO_PARTNER_CODE Yes Partner code from MoMo
MOMO_ACCESS_KEY Yes Access key from MoMo
MOMO_SECRET_KEY Yes Secret key for HMAC signing
MOMO_PRODUCTION No Set 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

from github.com/theYahia/momo-vn-mcp

Installing Momo Vn

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/theYahia/momo-vn-mcp

FAQ

Is Momo Vn MCP free?

Yes, Momo Vn MCP is free — one-click install via Unyly at no cost.

Does Momo Vn need an API key?

No, Momo Vn runs without API keys or environment variables.

Is Momo Vn hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Momo Vn in Claude Desktop, Claude Code or Cursor?

Open Momo Vn on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Momo Vn with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All finance MCPs