loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

momo-vn-mcp

MCP Tool

theYahia/momo-vn-mcp

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

Install

$ npx loaditout add theYahia/momo-vn-mcp

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "momo-vn-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "momo-vn-mcp"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

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)

| 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

Tags

apimcpmcp-servermobile-walletmodel-context-protocolpaymentstypescriptvietnam-api

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated13 days ago
Security: AREADME
New

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit4/1/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/theYahia/momo-vn-mcp)](https://loaditout.ai/skills/theYahia/momo-vn-mcp)