app.wishpool/indonesia-payments-mcp
Allows generating payment links that accept ShopeePay as a payment method for Indonesian customers.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@app.wishpool/indonesia-payments-mcpcreate a GoPay payment link for 50000 IDR"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Indonesia Payments MCP — server MCP agar agen AI bisa menerima pembayaran di Indonesia
Use it in 60 seconds
Paste this into your MCP client config (Claude Desktop, Cursor, Windsurf, or any MCP-capable agent):
{
"mcpServers": {
"indonesia-payments": {
"type": "http",
"url": "https://mcp-id.wishpool.app/mcp"
}
}
}Nothing to install. Credentials, when you need them, travel as HTTP headers on each request and are never stored — see the threat model.
Or run it yourself
Would you rather not send production credentials to a server you do not control? Deploy this identical code to your own account and point your agent at your own URL:
git clone https://github.com/junter1989k-ai/indonesia-payments-mcp && cd indonesia-payments-mcp && npx vercel --prodMIT-licensed. Self-hosting removes us from the picture entirely, at no cost and with no loss of function.
Live · MCP endpoint:
https://mcp-id.wishpool.app/mcp· Listed on the official MCP Registry asapp.wishpool/indonesia-payments-mcp· Sister servers: Taiwan · Japan · Korea · India
English below. / Bahasa Indonesia di bawah.
A remote MCP server that lets any AI agent (Claude, ChatGPT, Cursor…) accept payments in Indonesia:
📱 GoPay / QRIS / ShopeePay / DANA — the e-wallet & QR rails Indonesia actually uses
🏦 Bank transfer virtual accounts — BCA / BNI / BRI / Permata / Mandiri (echannel)
🏪 Alfamart / Indomaret — cash payment codes at convenience stores
💳 Credit card
🔍 Payment status check — pull-based, no webhook needed; no confirm step, payment completes automatically
v0.1 routes through Midtrans Snap, a major Indonesian payment gateway with a hosted checkout page. The provider registry is built for aggregation — more Indonesian gateways join behind the same tools.
⚖️ Stateless translation layer: funds always flow buyer → Midtrans → merchant directly. This server never holds, moves, or stores funds or credentials — no database at all.
Related MCP server: app.wishpool/philippines-payments-mcp
Why this exists
Indonesian payment rails — GoPay, QRIS, VA transfers, Alfamart cash codes — are built for humans clicking through web pages. An AI agent has no agent-ready API for "let my Indonesian customer pay". This MCP server translates that flow into tools an agent can call.
Quick start
MCP endpoint: https://mcp-id.wishpool.app/mcp (Streamable HTTP, stateless JSON-RPC)
Add the server URL in any remote-MCP client (Claude Desktop / Claude Code / Cursor…), then send your Midtrans key as a header on each request:
Header | Value |
| Your Midtrans server key. |
No public demo key exists for Midtrans, so bring your own — a sandbox key takes a minute to get and never moves real money (test payments complete via simulator.sandbox.midtrans.com).
Tools
Tool | What it does |
| Create an IDR hosted-checkout link (gopay / qris / shopeepay / dana / credit_card / bca_va / bni_va / bri_va / permata_va / echannel / alfamart / indomaret). Returns the Snap URL. |
| Check status by order_id: |
Develop
node test/serve.js # local server (http://localhost:3214/mcp)
node test/e2e.js # protocol + validation suite (probes real Midtrans auth errors)Zero runtime dependencies; Node ≥ 18.
English summary
Remote MCP server for Indonesia payments: GoPay, QRIS, ShopeePay, DANA, credit card, bank virtual accounts, Alfamart/Indomaret — via Midtrans Snap's hosted checkout. Bring-your-own credentials (x-midtrans-server-key), stateless, never touches funds, MIT-licensed, zero dependencies. Endpoint: https://mcp-id.wishpool.app/mcp.
Part of a family: Taiwan (ECPay 綠界 / NewebPay 藍新 + e-invoices) · Japan (KOMOJU — konbini / PayPay) · Korea (Toss Payments — cards / KakaoPay·NaverPay) · India (Razorpay Payment Links — UPI / cards).
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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.Last updated91MIT
- Alicense-qualityBmaintenanceEnables AI agents to accept payments in the Philippines via GCash, Maya, GrabPay, cards, and online banking through the PayMongo gateway.Last updatedMIT
- Alicense-qualityBmaintenanceEnables AI agents to accept payments in Netherlands via iDEAL, cards, and other methods using Mollie's hosted checkout.Last updatedMIT
- Alicense-qualityBmaintenanceEnables AI agents to accept payments in Kenya via M-Pesa, cards, and bank transfers through Flutterwave's hosted checkout.Last updatedMIT
Related MCP Connectors
Vietnam payments for AI agents — MoMo wallet QR, ATM, cards. Zero-setup sandbox. Never holds funds.
Argentina payments for AI agents — Mercado Pago wallet / cuotas via Mercado Pago. Never holds funds.
Korea payments for AI agents — card, KakaoPay/NaverPay, 가상계좌 via Toss Payments. Never holds funds.
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/junter1989k-ai/indonesia-payments-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server