app.wishpool/japan-payments-mcp
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/japan-payments-mcpCreate a payment link for ¥3,500 with konbini option"
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.
Japan Payments MCP — 日本で AI エージェントが決済リンクを作れる MCP サーバー
Live · MCP endpoint:
https://mcp-jp.wishpool.app/mcp· Listed on the official MCP Registry asapp.wishpool/japan-payments-mcp· Sister servers: Taiwan · Korea · Indonesia · India
English below. / 日本語は下記の通り。
A remote MCP server that lets any AI agent (Claude, ChatGPT, Cursor…) accept payments in Japan:
🏪 コンビニ決済 (konbini) — the payment rail Japan actually uses; buyer gets a code and pays at the convenience store
💳 Credit card / PayPay / bank transfer / Pay-easy / LINE Pay / Merpay / au PAY / Rakuten Pay
🔍 Payment status check — pull-based, no webhook needed
v0.1 routes through KOMOJU, a Japanese payment gateway with a hosted checkout page. The provider registry is built for aggregation — more Japanese gateways join behind the same tools.
⚖️ Stateless translation layer: funds always flow buyer → KOMOJU → merchant directly. This server never holds, moves, or stores funds or credentials — no database at all.
Why this exists
Japanese payment rails — especially konbini — are built for humans clicking through web pages. An AI agent has no agent-ready API for "let my customer pay at 7-Eleven". This MCP server translates that flow into tools an agent can call.
Related MCP server: AgentPay
Quick start
MCP endpoint: https://mcp-jp.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 KOMOJU key as a header on each request:
Header | Value |
| Your KOMOJU secret key. |
No public demo key exists for KOMOJU, so bring your own — a test-mode key takes a minute to get and never moves real money.
Tools
Tool | What it does |
| Create a JPY hosted-checkout link (konbini / card / PayPay / …). Returns the URL the buyer opens. |
| Check whether a session has been paid ( |
Develop
node test/serve.js # local server (http://localhost:3211/mcp)
node test/e2e.js # protocol + validation suite (probes real KOMOJU auth errors)Zero runtime dependencies; Node ≥ 18.
English summary
Remote MCP server for Japan payments: konbini (コンビニ決済), credit cards, PayPay, bank transfer and more, via KOMOJU's hosted checkout. Bring-your-own credentials (x-komoju-secret-key), stateless, never touches funds, MIT-licensed, zero dependencies. Endpoint: https://mcp-jp.wishpool.app/mcp.
Part of a family: Taiwan Payments MCP covers Taiwan (ECPay 綠界 / NewebPay 藍新 + government e-invoices 電子發票) · Korea Payments MCP covers Korea (Toss Payments — cards / KakaoPay·NaverPay / 가상계좌) · Indonesia Payments MCP covers Indonesia (Midtrans Snap — GoPay / QRIS / Alfamart) · India Payments MCP covers 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.
Latest Blog Posts
- 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/japan-payments-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server