Live · MCP endpoint:
https://mcp-ua.wishpool.app/mcp· Listed on the official MCP Registry asapp.wishpool/ukraine-payments-mcp· Part of a 81-country family — hub: mcp.wishpool.app
A remote MCP server that lets any AI agent (Claude, ChatGPT, Cursor…) accept payments in Ukraine: cards, Apple Pay / Google Pay via LiqPay (PrivatBank) — via LiqPay's hosted checkout.
⚖️ Stateless translation layer: funds always flow buyer → LiqPay → merchant directly. Never holds funds or stores credentials — no database at all.
Quick start
MCP endpoint: https://mcp-ua.wishpool.app/mcp (Streamable HTTP, stateless JSON-RPC)
| Header | Value |
|---|---|
x-liqpay-public-key | your LiqPay API keys from liqpay.ua business dashboard (sandbox_ prefixed keys = test mode, never move real money) |
Tools
| Tool | What it does |
|---|---|
create_payment_link | Create a UAH hosted-checkout link. |
query_payment_status | Pull-based status check; paid=true when PAID. |
Develop
node test/serve.js # local server (http://localhost:3282/mcp)
node test/e2e.js # protocol + validation suite (probes real LiqPay auth errors)
Zero runtime dependencies; Node ≥ 18. MIT license.