theYahia/momo-vn-mcp
MCP server for MoMo — mobile payment gateway, refunds (Vietnam)
Platform-specific configuration:
{
"mcpServers": {
"momo-vn-mcp": {
"command": "npx",
"args": [
"-y",
"momo-vn-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for MoMo payment gateway (Vietnam). Supports wallet payments, QR codes, refunds, recurring payments, and HMAC-SHA256 signed API calls.
| 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 |
{
"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>"
}
}
}
}| 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 |
MIT
Loading reviews...