概览
What is Spain Payments Mcp?
Spain Payments Mcp is a remote MCP server that enables AI agents (Claude, ChatGPT, Cursor, etc.) to accept payments in Spain via Stripe’s hosted checkout, supporting cards, Apple Pay, and Google Pay. It serves as a stateless translation layer for developers integrating Stripe payments through AI interfaces.
How to use Spain Payments Mcp?
Connect to the MCP endpoint https://mcp-es.wishpool.app/mcp using Streamable HTTP. Provide your Stripe secret key in the x-stripe-secret-key header (test or live). Use the create_payment_link tool to generate a EUR checkout link and query_payment_status to check if a payment is complete.
Key features of Spain Payments Mcp
- Remote MCP server for AI‑agent payment acceptance in Spain
- Supports cards, Apple Pay, Google Pay via Stripe
- Stateless: funds flow buyer → Stripe → merchant directly
- No database and no credentials stored
- Two tools:
create_payment_linkandquery_payment_status - Part of a 50‑country family of MCP servers
Use cases of Spain Payments Mcp
- AI assistants creating payment links for Spanish customers
- E‑commerce chatbots processing EUR payments through Stripe
- Automated systems accepting payments without building custom Stripe code
- Testing payment flows with Stripe test keys before going live
FAQ from Spain Payments Mcp
How does Spain Payments Mcp differ from a direct Stripe integration?
It is a stateless translation layer that lets any AI agent create Stripe Checkout links without custom code; funds always go directly to the merchant’s Stripe account.
What are the runtime requirements?
Node.js ≥ 18, zero external dependencies. The server is remote, so clients only need HTTP access.
Where does payment data live?
No data is stored on the server – it is fully stateless. All transactions occur directly between the buyer, Stripe, and the merchant.
What transport and authentication are used?
Streamable HTTP via JSON‑RPC. Authentication requires the x-stripe-secret-key header with your Stripe secret key (test or live).
Are there any known limits?
The server works only for Spain and processes payments exclusively in EUR via Stripe’s hosted checkout. It is part of a family covering 50 countries.