theYahia/paymongo-mcp
MCP server for PayMongo — payments, GCash, Maya, refunds (Philippines)
Platform-specific configuration:
{
"mcpServers": {
"paymongo-mcp": {
"command": "npx",
"args": [
"-y",
"paymongo-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for PayMongo payment gateway (Philippines). Supports payment intents, sources, payments, refunds, and checkout sessions via Basic Auth.
| Tool | Description | |---|---| | create_payment_intent | Create a payment intent | | get_payment_intent | Get payment intent by ID | | create_source | Create a GCash/GrabPay source | | get_source | Get source details | | create_payment | Create a payment from source | | list_payments | List payments | | create_refund | Refund a payment | | create_checkout | Create a checkout session | | get_checkout | Get checkout session |
{
"mcpServers": {
"paymongo": {
"command": "npx",
"args": ["-y", "@theyahia/paymongo-mcp"],
"env": {
"PAYMONGO_SECRET_KEY": "<YOUR_SECRET_KEY>"
}
}
}
}| Variable | Required | Description | |---|---|---| | PAYMONGO_SECRET_KEY | Yes | Secret API key from PayMongo dashboard |
MIT
Loading reviews...