MCP Hub
Back to servers

@theyahia/paymongo-mcp

MCP server for PayMongo — payment gateway, GCash, Maya (Philippines)

npm269/wk
Updated
Apr 1, 2026

Quick Install

npx -y @theyahia/paymongo-mcp

paymongo-mcp

MCP server for PayMongo payment gateway (Philippines). Supports payment intents, sources, payments, refunds, and checkout sessions via Basic Auth.

Tools (9)

ToolDescription
create_payment_intentCreate a payment intent
get_payment_intentGet payment intent by ID
create_sourceCreate a GCash/GrabPay source
get_sourceGet source details
create_paymentCreate a payment from source
list_paymentsList payments
create_refundRefund a payment
create_checkoutCreate a checkout session
get_checkoutGet checkout session

Quick Start

{
  "mcpServers": {
    "paymongo": {
      "command": "npx",
      "args": ["-y", "@theyahia/paymongo-mcp"],
      "env": {
        "PAYMONGO_SECRET_KEY": "<YOUR_SECRET_KEY>"
      }
    }
  }
}

Environment Variables

VariableRequiredDescription
PAYMONGO_SECRET_KEYYesSecret API key from PayMongo dashboard

Demo Prompts

  • "Create a payment intent for 100 PHP"
  • "Create a GCash source for 50 PHP"
  • "List recent payments"
  • "Refund 25 PHP from payment pay_123"

License

MIT

Reviews

No reviews yet

Sign in to write a review