概要
What is Poland Payments Mcp?
Poland Payments Mcp is a remote MCP server that lets AI agents (Claude, ChatGPT, Cursor, etc.) accept payments in Poland via Stripe’s hosted checkout. It supports BLIK, Przelewy24, cards, and other methods enabled on the user’s Stripe account. This stateless translation layer never holds funds or stores credentials – funds flow directly buyer → Stripe → merchant.
How to use Poland Payments Mcp?
Connect to the MCP endpoint at https://mcp-pl.wishpool.app/mcp using Streamable HTTP transport. Set the HTTP header x-stripe-secret-key to your Stripe secret key (test keys start with sk_test_). Then call the tools create_payment_link to generate a PLN hosted‑checkout link or query_payment_status to check if a payment has been completed (paid=true).
Key features of Poland Payments Mcp
- Remote MCP server – no local installation required
- Supports BLIK, Przelewy24, cards, and other Stripe-enabled methods
- Stateless: no database, no credential storage
- Funds flow directly to the user’s Stripe account
- Two tools:
create_payment_linkandquery_payment_status - Part of a 30-country family, discoverable on the official MCP Registry
Use cases of Poland Payments Mcp
- An AI assistant generates a one‑time payment link for a Polish customer.
- A chatbot checks whether an invoice has been paid using
query_payment_status. - An agent automates recurring payouts or subscription sign‑ups for Polish users.
- A developer integrates quick checkout flows into a LLM‑powered e‑commerce bot.
FAQ from Poland Payments Mcp
What transport does Poland Payments Mcp use?
Streamable HTTP over stateless JSON-RPC.
Does Poland Payments Mcp store or hold funds?
No. It is a stateless translation layer – funds always flow from the buyer to Stripe directly to the merchant’s Stripe account. No funds or credentials are stored.
What payment methods are supported?
BLIK, Przelewy24, cards, and any other method enabled on the user’s Stripe account.
How can I test the server locally?
Run node test/serve.js to start a local server on http://localhost:3237/mcp. Node.js 18 or higher is required. The repository is MIT licensed.
Where is Poland Payments Mcp listed?
It is listed on the official MCP Registry under app.wishpool/poland-payments-mcp. Part of a 30-country family of payment MCP servers.