概览
What is Ukraine Payments Mcp?
A remote MCP server that lets any AI agent (Claude, ChatGPT, Cursor) accept payments in Ukraine via LiqPay (cards, Apple Pay, Google Pay) using hosted checkout. It is a stateless translation layer — funds flow directly from buyer to LiqPay to merchant, with no database or credential storage.
How to use Ukraine Payments Mcp?
Set the MCP endpoint to https://mcp-ua.wishpool.app/mcp and provide your LiqPay public key via the x-liqpay-public-key header. Use the create_payment_link tool to generate a UAH hosted-checkout link and query_payment_status to check payment status.
Key features of Ukraine Payments Mcp
- Accept payments in Ukraine via cards, Apple Pay, Google Pay
- Stateless: no database, never holds funds or credentials
- Streamable HTTP transport with JSON-RPC
- Two tools: create payment link and query status
- Sandbox test mode with
sandbox_prefixed keys - Part of a multi-country MCP family
Use cases of Ukraine Payments Mcp
- AI agents processing payments for Ukrainian customers
- Integrating payment checkout into conversational interfaces (Claude, ChatGPT, Cursor)
- Testing payment flows without moving real money using sandbox keys
- Building stateless payment gateways for Ukrainian e-commerce via MCP
FAQ from Ukraine Payments Mcp
How do I get started with Ukraine Payments Mcp?
Set the MCP endpoint and include your LiqPay public key in the x-liqpay-public-key header. Use the create_payment_link tool to generate a checkout link.
Does Ukraine Payments Mcp store my payment data or funds?
No. It is a stateless translation layer; funds go directly from buyer to LiqPay to merchant. The server never holds funds or stores credentials.
What payment methods are supported?
Cards, Apple Pay, and Google Pay via LiqPay's hosted checkout, in Ukrainian hryvnia (UAH).
Can I test without moving real money?
Yes. Use a public key that starts with sandbox_ to enable test mode where no real money is moved.
What are the runtime requirements?
Node.js 18 or higher is required for local development. The MCP endpoint is remote; you only need an MCP client to connect.