Uk Payments Mcp
@junter1989k-ai
Overview
What is Uk Payments Mcp?
Uk Payments Mcp is a remote Model Context Protocol server that lets AI agents (Claude, ChatGPT, Cursor, etc.) accept payments in the United Kingdom 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 Uk Payments Mcp?
Connect using the MCP endpoint https://mcp-gb.wishpool.app/mcp with the header x-stripe-secret-key set to your Stripe secret key. Two tools are available: create_payment_link (creates a GBP hosted‑checkout link) and query_payment_status (pull‑based status check, returns paid=true when paid).
Key features of Uk Payments Mcp
- Accept payments in United Kingdom via Stripe hosted checkout.
- Supports cards, Apple Pay, Google Pay, and other enabled methods.
- Stateless architecture; no database, no credential storage.
- Two tools: create payment link and query payment status.
- Streamable HTTP transport with JSON‑RPC.
- Part of a 20‑country family of payment MCP servers.
Use cases of Uk Payments Mcp
- AI assistants generating checkout links for UK customers.
- Automated payment processing for e-commerce transactions.
- Subscription sign-up flows triggered by AI agents.
- Payment status verification in conversational interfaces.
FAQ from Uk Payments Mcp
How does Uk Payments Mcp handle payment data and funds?
It is a stateless translation layer. Funds flow directly buyer → Stripe → merchant. The server never holds funds, stores credentials, or uses a database.
What payment methods are supported?
Cards, Apple Pay, Google Pay, and any other method enabled on the Stripe account are supported via Stripe’s hosted checkout.
What are the runtime requirements?
For local development, Node.js ≥ 18 is required. The server itself has zero runtime dependencies.
How do I authenticate with the server?
Provide your Stripe secret key (test or live) in the x-stripe-secret-key HTTP header when connecting to the MCP endpoint.
What tools does Uk Payments Mcp provide?
Two tools: create_payment_link to generate a GBP hosted‑checkout link, and query_payment_status to check if a payment has reached the paid=true state.