Indonesia Payments (Midtrans Snap — GoPay / QRIS / Alfamart / bank VA)
Server Details
Indonesia payments for AI agents — GoPay, QRIS, Alfamart, bank VA via Midtrans. Never holds funds.
- Status
- Unhealthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Server Listing
- app.wishpool/indonesia-payments-mcp
TDQS
Scored across 6 tools
Each tool targets a distinct action or resource: creating payment links vs. subscription links, querying status separately for payments and subscriptions, canceling subscriptions, and refunding payments. No two tools overlap in purpose.
All tool names follow a consistent verb_noun pattern with snake_case (e.g., create_payment_link, query_subscription, refund_payment). The verbs and nouns clearly indicate the operation and resource.
With 6 tools, the server covers the core payment and subscription lifecycle (create, query, cancel, refund) without unnecessary bloat. The count is well-scoped for the stated domain of Indonesia payments.
The tool set covers creation, status checking, cancellation, and refund for payments and subscriptions. Minor gap: no listing of all payments or subscriptions, but the essential operations for a payment link/subscription link server are present.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
3 tool updates
- Added
cancel_subscription - Added
create_subscription_link - Added
query_subscription
1 tool update
- Added
refund_payment
2 tool updates
- Changed
create_payment_link1 field changed- added
Input schema / properties / providerAdded value: +{ + "description": "Which gateway. Omit to auto-select: Xendit when x-xendit-secret-key header is present, otherwise Midtrans. enabled_payments applies to Midtrans only.", + "enum": [ + "midtrans", + "xendit" + ], + "type": "string" +}
- Changed
query_payment_status1 field changed- added
Input schema / properties / providerAdded value: +{ + "description": "Omit to auto-select by credential headers.", + "enum": [ + "midtrans", + "xendit" + ], + "type": "string" +}
2 tool updates
- First observed
create_payment_link - First observed
query_payment_status
Related MCP Connectors
Philippines payments for AI agents — GCash, Maya, cards via PayMongo. Never holds funds.
Malaysia payments for AI agents — FPX banking, DuitNow QR, cards via Billplz. Never holds funds.
Vietnam payments for AI agents — MoMo wallet QR, ATM, cards. Zero-setup sandbox. Never holds funds.
Singapore payments for AI agents — PayNow QR via HitPay. Never holds funds.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables AI agents to integrate Midtrans payments by providing comprehensive documentation, API references, and code examples for 15+ payment methods across 5 languages. Includes tools for generating charge requests, webhook handlers, and searching documentation without requiring API keys.91MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to accept payments in the Philippines via GCash, Maya, GrabPay, cards, and online banking through the PayMongo gateway.MIT

paas-buildofficial
AlicenseAqualityAmaintenanceYour agent takes a business live on payments: go_live creates a real merchant account (sandbox + production) the same day; create_checkout returns a payable link. Payments for AI builders, 3.9% flat.333MIT- AlicenseNot gradedqualityBmaintenanceAccept crypto payments from AI agents: create an invoice in one call and get a hosted checkout link (USDC/USDT on Celo, Base, Arbitrum, Polygon, BSC). No API key, instant self-custody settlement.MIT