app.wishpool/indonesia-payments-mcp

app.wishpool/indonesia-payments-mcp

Enables AI agents to accept Indonesian payments including GoPay, QRIS, ShopeePay, DANA, bank transfers, and convenience store payments via Midtrans Snap's hosted checkout.

Category
Visit Server

README

<!-- mcp-name: app.wishpool/indonesia-payments-mcp -->

Indonesia Payments MCP — server MCP agar agen AI bisa menerima pembayaran di Indonesia

Live · MCP endpoint: https://mcp-id.wishpool.app/mcp · Listed on the official MCP Registry as app.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.

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
x-midtrans-server-key Your Midtrans server key. SB-Mid-server-... = sandbox (no real money, free from dashboard.midtrans.com); Mid-server-... = production. Mode auto-detected from the SB- prefix; optional x-midtrans-mode header overrides.

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_payment_link 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.
query_payment_status Check status by order_id: paid=true on settlement (or capture + fraud accept).

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).

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured