@aisar-labs/momo-mcp
v0.1.2
Published
MCP server for MoMo — Vietnam's largest e-wallet
Maintainers
Readme
MoMo MCP Server
MoMo — Vietnam's largest e-wallet
Install
npx @aisar-labs/momo-mcpConfiguration
| Variable | Required | Description |
|----------|----------|-------------|
| MOMO_PARTNER_CODE | Yes | MoMo partner code |
| MOMO_ACCESS_KEY | Yes | MoMo access key |
| MOMO_SECRET_KEY | Yes | MoMo secret key |
| MOMO_SANDBOX | No | Use sandbox environment (default: true) |
Tools
| Tool | Description |
|------|-------------|
| create_payment | Create MoMo payment |
| check_payment | Check payment status |
| refund_transaction | Refund payment |
| confirm_transaction | Confirm payment |
| get_refund_status | Get refund status |
Usage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"momo": {
"command": "npx",
"args": ["-y", "@aisar-labs/momo-mcp"],
"env": {
"MOMO_PARTNER_CODE": "your-partner-code",
"MOMO_ACCESS_KEY": "your-access-key",
"MOMO_SECRET_KEY": "your-secret-key"
}
}
}
}License
MIT
