paymongo-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PAYMONGO_SECRET_KEY | Yes | Secret API key from PayMongo dashboard |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_payment_intentA | Create a PayMongo payment intent — the object that tracks a payment through its lifecycle. |
| get_payment_intentA | Retrieve a PayMongo payment intent by its ID. |
| create_sourceA | Create a GCash/GrabPay payment source (returns a redirect checkout URL). |
| get_sourceB | Retrieve a payment source by its ID. |
| create_paymentA | Charge a chargeable source to create a payment (moves money). |
| list_paymentsA | List payments with cursor pagination (before/after by payment ID). |
| create_refundA | Refund a payment, fully or partially (moves money back to the customer). |
| create_checkoutA | Create a hosted checkout session (returns a checkout URL). |
| get_checkoutB | Retrieve a checkout session by its ID. |
| create_linkA | Create a PayMongo Payment Link (no-code shareable checkout). Returns a checkout_url and reference_number. |
| get_linkA | Retrieve a Payment Link by link_id, or look it up by reference_number. |
| archive_linkB | Archive or unarchive a Payment Link. |
| create_webhookA | Register a webhook endpoint for event delivery. The response includes the per-webhook signing secret (store it to verify signatures). |
| list_webhooksA | List all registered webhooks. |
| get_webhookA | Retrieve a webhook by its ID. |
| update_webhookA | Update a webhook's URL/events and/or enable/disable it. Provide any combination of url, events, enabled. |
| verify_webhook_signatureA | Locally verify a PayMongo webhook's 'Paymongo-Signature' header (HMAC-SHA256 over |
| create_payment_methodA | Create a payment method (e.g. a card) to attach to a payment intent. Handle card data with care. |
| get_payment_methodA | Retrieve a payment method by its ID. |
| create_customerA | Create a customer record (stores PII for reuse across payments). |
| get_customerA | Retrieve a customer by its ID. |
| list_customersA | List customers with cursor pagination (before/after by customer ID). |
| get_refundA | Retrieve a refund by its ID. |
| list_refundsA | List refunds with cursor pagination (before/after by refund ID). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/theYahia/paymongo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server