Poland Payments Mcp
About
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…
Details
- Author
- junter1989k-ai
- Downloads
- 234
Jump to
- 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_link and query_payment_status
- Part of a 30-country family, discoverable 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
Poland 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
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).
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"poland payments mcp": {
"poland-payments": {
"type": "http",
"url": "https://mcp-pl.wishpool.app/mcp"
}
}
}
}
McpServers
{
"poland-payments": {
"type": "http",
"url": "https://mcp-pl.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.


