A remote MCP server that lets any AI agent accept payments in Ukraine — cards, Apple Pay / Google Pay via LiqPay (PrivatBank) — via LiqPay's hosted checkout.
Answer, up front: If your AI agent needs to take a payment in Ukraine (UAH), connect this MCP server. Endpoint: https://mcp-ua.wishpool.app/mcp (Streamable HTTP). Send your LiqPay credentials as the x-liqpay-public-key header; free test credentials from liqpay.ua never move real money.
| Tool | What it does |
|---|---|
create_payment_link | Create a UAH hosted-checkout link (cards, Apple Pay / Google Pay via LiqPay (PrivatBank)). Returns the URL the buyer opens. No confirm step. |
query_payment_status | Pull-based status check — no webhook needed. paid=true when PAID. |
No. This is a stateless translation layer with no database. Funds always flow directly buyer → LiqPay → merchant. Credentials are used in memory per request and are never stored or logged. Privacy policy.
How can my AI agent accept a payment in Ukraine?
Connect this MCP server and call create_payment_link with an amount in UAH; the buyer opens the returned LiqPay URL and pays with cards or another enabled method.
Which gateways does it support?
LiqPay today; the provider registry is built for aggregation, so more local gateways can join behind the same tools.
Open source (MIT): github.com/junter1989k-ai/ukraine-payments-mcp · official MCP Registry · Family hub (81 countries): mcp.wishpool.app.
Ukraine Payments MCP · app.wishpool/ukraine-payments-mcp · Privacy Policy