japan-payments
Accept payments in Japan (JPY) from any AI agent - konbini convenience store, credit card, PayPay, bank transfer - via KOMOJU hosted checkout.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- Create Payment Link: Create a Japan payment link in JPY — convenience store (konbini コンビニ決済), credit card, PayPay, bank transfer, and other local methods — via KOMOJU, a Japanese payment gateway. Retu
- Query Payment Status: Check whether a Japan payment (created by create_payment_link) has been paid. Fetches the KOMOJU session directly — a reliable pull-based alternative to webhooks.
What data it sees
Do you need an account
No: the server works without sign-in
Accept payments in Japan (JPY) from any AI agent - konbini convenience store, credit card, PayPay, bank transfer - via KOMOJU hosted checkout. Stateless BYO-credentials design, never holds funds. Sister server: Taiwan Payments MCP.
Server tool list (2)
Raw names from tools/list. Only developers need these.
| create_payment_link | Create a Japan payment link in JPY — convenience store (konbini コンビニ決済), credit card, PayPay, bank transfer, and other local methods — via KOMOJU, a Japanese payment gateway. Returns a hosted checkout URL the buyer opens to pay. Bring your own KOMOJU secret key via the x-komoju-secret-key header (free test-mode keys from the KOMOJU dashboard; sk_test_ keys are safe, no real money moves). Money always flows buyer→KOMOJU→merchant; this service never touches funds. |
| query_payment_status | Check whether a Japan payment (created by create_payment_link) has been paid. Fetches the KOMOJU session directly — a reliable pull-based alternative to webhooks. |