App.Wishpool/Japan Payments
FreeNot checkedA remote MCP server that enables AI agents to accept Japanese payments (konbini, credit cards, PayPay, etc.) via KOMOJU's hosted checkout.
About
A remote MCP server that enables AI agents to accept Japanese payments (konbini, credit cards, PayPay, etc.) via KOMOJU's hosted checkout.
README
Japan Payments MCP — 日本で AI エージェントが決済リンクを作れる MCP サーバー
Use it in 60 seconds
Paste this into your MCP client config (Claude Desktop, Cursor, Windsurf, or any MCP-capable agent):
{
"mcpServers": {
"japan-payments": {
"type": "http",
"url": "https://mcp-jp.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/japan-payments-mcp && cd japan-payments-mcp && npx vercel --prod
MIT-licensed. Self-hosting removes us from the picture entirely, at no cost and with no loss of function.
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.
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 |
|---|---|
x-komoju-secret-key |
Your KOMOJU secret key. sk_test_... = test mode (no real money, free from the KOMOJU dashboard after switching to Test mode); sk_live_... = production. |
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_payment_link |
Create a JPY hosted-checkout link (konbini / card / PayPay / …). Returns the URL the buyer opens. |
query_payment_status |
Check whether a session has been paid (captured / authorized). |
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).
Installing App.Wishpool/Japan Payments
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/junter1989k-ai/japan-payments-mcpFAQ
Is App.Wishpool/Japan Payments MCP free?
Yes, App.Wishpool/Japan Payments MCP is free — one-click install via Unyly at no cost.
Does App.Wishpool/Japan Payments need an API key?
No, App.Wishpool/Japan Payments runs without API keys or environment variables.
Is App.Wishpool/Japan Payments hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install App.Wishpool/Japan Payments in Claude Desktop, Claude Code or Cursor?
Open App.Wishpool/Japan Payments on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare App.Wishpool/Japan Payments with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
