Slovakia Payments Mcp
@junter1989k-ai
Overview
What is Slovakia Payments MCP?
A remote MCP server that lets any AI agent (Claude, ChatGPT, Cursor, etc.) accept payments in Slovakia via Stripe’s hosted checkout. It supports cards, Apple Pay, Google Pay, and other methods enabled on the Stripe account, acting as a stateless translation layer that never holds funds or stores credentials.
How to use Slovakia Payments MCP?
Connect to the endpoint https://mcp-sk.wishpool.app/mcp (Streamable HTTP, stateless JSON-RPC) and include the x-stripe-secret-key header with your Stripe secret key. The server provides two tools: create_payment_link (creates a EUR hosted-checkout link) and query_payment_status (pull-based status check).
Key features of Slovakia Payments MCP
- Stateless: no database, no credential storage
- Funds flow directly buyer → Stripe → merchant
- Supports cards, Apple Pay, Google Pay (per Stripe account)
- Single tool for creating EUR hosted-checkout links
- Pull-based status check with
paid=trueflag - Zero runtime dependencies; Node ≥ 18 required
Use cases of Slovakia Payments MCP
- AI agents accepting one-time payments in Slovakia
- E-commerce checkouts initiated by conversational assistants
- Quick payment links generated by automated workflows
- Integration of Stripe payments into AI-driven applications
FAQ from Slovakia Payments MCP
What is the difference between this server and using Stripe directly?
Slovakia Payments MCP is a stateless translation layer that lets AI agents accept payments without managing the Stripe checkout flow. It never holds funds or stores credentials — funds go directly from buyer to Stripe to merchant.
What runtime or dependencies are required?
The server itself has zero runtime dependencies. For development or local testing, Node.js ≥ 18 is needed.
Where does payment data live?
No data is stored. The server is stateless; it only facilitates the creation of checkout links and status queries. All funds and sensitive data remain with Stripe and the merchant.
What transport and authentication does the server use?
It uses Streamable HTTP (JSON-RPC) with authentication via the x-stripe-secret-key header.
What payment methods are supported?
Any method enabled on the Stripe account, including cards, Apple Pay, and Google Pay. The server creates a hosted checkout link in EUR.