PayMongo for your agents.
Connect PayMongo once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 11 curated tools, discovered on demand, with your key stored on your machine and every call going direct to PayMongo.
What agents can do with PayMongo
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
paymongo_list_payment_intentsList payment intents, newest first.
paymongo_create_payment_intentCreate a new payment intent with amount, currency, and allowed payment methods.
paymongo_get_payment_intentGet the details and status of a payment intent by ID.
paymongo_create_checkout_sessionCreate a hosted checkout session with line items for the customer to pay.
paymongo_create_payment_linkCreate a shareable payment link with fixed amount, currency, and description.
paymongo_list_paymentsList completed payments with pagination.
paymongo_get_paymentGet details of a specific payment by ID.
paymongo_list_linksList payment links with pagination.
paymongo_get_linkGet details of a specific payment link by ID.
paymongo_list_webhooksList configured webhooks.
paymongo_create_webhookRegister a new webhook with a URL and the events to listen for.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Log into your PayMongo dashboard and go to Developers > API Keys.
- Copy your Secret Key (starts with sk_).
- Use it as the username in basic auth. The password is left empty.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect PayMongo to Even: call connect_begin("paymongo") on the even-connect MCP and walk me through it.
Create a payment intent for checkout, set up a hosted checkout session, and generate a shareable payment link.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.