概要
What is Czechia Payments MCP?
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.
How to use Czechia Payments MCP?
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.
Key features of Czechia Payments MCP
- 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.
Use cases of Czechia Payments MCP
- Let an AI assistant handle checkout link generation for a customer.
- Automate payment status checks in a conversational agent.
- Enable e-commerce bots to accept CZK payments without storing sensitive data.
- Integrate Stripe payment capabilities into any MCP-compatible AI workflow.
FAQ from Czechia Payments MCP
Does Czechia Payments MCP store my funds or credentials?
No. The server is a stateless translation layer: funds always flow buyer → Stripe → merchant directly. It never holds funds and does not store any credentials – there is no database at all.
What transport and auth does this server use?
The server communicates via Streamable HTTP with stateless JSON‑RPC. Authentication is done by passing your Stripe secret key (sk_test_ or sk_live_) in the x-stripe-secret-key header.
What runtime does Czechia Payments MCP require?
Zero runtime dependencies; you only need Node.js ≥ 18 to run the server. The project is MIT licensed.
What tools are available?
Two tools: create_payment_link (creates a CZK hosted-checkout link) and query_payment_status (checks if a payment is paid).
Is this server live and publicly listed?
Yes, the server is live at https://mcp-cz.wishpool.app/mcp and listed on the official MCP Registry as app.wishpool/czechia-payments-mcp.