Ukraine Payments Mcp
Description
<!-- mcp-name: app.wishpool/ukraine-payments-mcp --> # Ukraine Payments MCP — let AI agents accept payments in Ukraine > **Live** · MCP endpoint: `https://mcp-ua.wishpool.app/mcp` · Listed on the [official MCP…
About
<!-- mcp-name: app.wishpool/ukraine-payments-mcp --> # Ukraine Payments MCP — let AI agents accept payments in Ukraine > **Live** · MCP endpoint: `https://mcp-ua.wishpool.app/mcp` · Listed on the [official MCP Registry](https://registry.modelcontextprotocol.io/v0/servers?search=wishpool) as…
Details
- Author
- junter1989k-ai
- Downloads
- 241
Jump to
- 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
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Ukraine Payments McpCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
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.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"ukraine payments mcp": {
"ukraine-payments": {
"type": "http",
"url": "https://mcp-ua.wishpool.app/mcp"
}
}
}
}
McpServers
{
"ukraine-payments": {
"type": "http",
"url": "https://mcp-ua.wishpool.app/mcp"
}
}
Ukraine Payments MCP — let AI agents accept payments in Ukraine
> Live · MCP endpoint: https://mcp-ua.wishpool.app/mcp · Listed on the official MCP Registry as app.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.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


