Ireland Payments Mcp
@junter1989k-ai
Overview
What is Ireland Payments Mcp?
Ireland Payments Mcp is a remote MCP server that lets any AI agent (Claude, ChatGPT, Cursor, etc.) accept payments in Ireland via Stripe’s hosted checkout. It supports cards, Apple Pay, Google Pay, and other methods enabled on the Stripe account. It is a stateless translation layer — funds flow directly from buyer to Stripe to merchant, and it never holds funds or stores credentials.
How to use Ireland Payments Mcp?
Connect to the MCP endpoint at https://mcp-ie.wishpool.app/mcp using Streamable HTTP. Provide your Stripe secret key in the x-stripe-secret-key header (test mode sk_test_ or live mode sk_live_). Use the tools create_payment_link to create a EUR hosted-checkout link and query_payment_status to check if a payment is paid.
Key features of Ireland Payments Mcp
- Accept payments in Ireland via Stripe hosted checkout
- Supports cards, Apple Pay, and Google Pay
- Stateless and database-free — no data storage
- Tools:
create_payment_linkandquery_payment_status - Remote server, no local installation required
- Part of a 50-country family of MCP servers
Use cases of Ireland Payments Mcp
- AI agents creating payment links for Irish e-commerce
- Automated checkout generation for one-time purchases
- Pull-based payment status checks for order fulfillment
- Embedding payment capabilities into chat-based assistants
FAQ from Ireland Payments Mcp
What does Ireland Payments Mcp do differently from direct Stripe integration?
It acts as a stateless translation layer between AI agents and Stripe, providing a simple MCP tool interface without handling funds or storing credentials. Funds flow directly from buyer to Stripe to merchant.
What are the runtime dependencies?
Node.js ≥ 18 and zero runtime dependencies. The server is remote, so you only need an MCP client that supports Streamable HTTP.
Where does transaction data live?
No database is used. Both the server and client are stateless; payment status is queried from Stripe on demand.
How is authentication handled?
The client sends a Stripe secret key via the x-stripe-secret-key header. Test keys start with sk_test_ and live keys with sk_live_.
What transport and protocol does it use?
Streamable HTTP with stateless JSON-RPC. The server is remote and does not require installation.