Czechia Payments Mcp
About
Czechia Payments MCP is a remote MCP server that lets any AI agent (Claude, ChatGPT, Cursor, etc.) accept payments in Czechia via Stripe’s hosted checkout. It supports cards, Apple Pay, and Google Pay as enabled on the merchant’s Stripe account.
Details
- Author
- junter1989k-ai
- Downloads
- 259
Jump to
- Stateless translation layer – no database, never stores credentials.
- Direct fund flow: buyer → Stripe → merchant.
- Supports cards, Apple Pay, Google Pay via Stripe.
- Part of a 50-country family (hub: mcp.wishpool.app).
- Zero runtime dependencies; Node ≥ 18.
- Listed on the official MCP Registry.
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
Czechia 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
Point your MCP client to the endpoint https://mcp-cz.wishpool.app/mcp and supply your Stripe secret key as the x-stripe-secret-key header. The server exposes two tools: create_payment_link to generate a CZK hosted-checkout link and query_payment_status for pull-based payment confirmation.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"czechia payments mcp": {
"czechia-payments": {
"type": "http",
"url": "https://mcp-cz.wishpool.app/mcp"
}
}
}
}
McpServers
{
"czechia-payments": {
"type": "http",
"url": "https://mcp-cz.wishpool.app/mcp"
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


