概览
What is Italy Payments Mcp?
Italy Payments Mcp is a remote MCP (Model Context Protocol) server that lets AI agents—such as Claude, ChatGPT, or Cursor—accept payments in Italy using Stripe’s hosted checkout. It acts as a stateless translation layer, never holding funds or storing credentials, and supports cards, Apple Pay, Google Pay, Klarna, and other methods enabled on the merchant’s Stripe account.
How to use Italy Payments Mcp?
Connect your MCP client to the endpoint https://mcp-it.wishpool.app/mcp (Streamable HTTP, stateless JSON-RPC) and include your Stripe secret key in the x-stripe-secret-key header. The server exposes two tools: create_payment_link to generate a EUR hosted-checkout link, and query_payment_status to check if a payment has been completed.
Key features of Italy Payments Mcp
- Remote MCP server for AI agents to accept payments
- Integrates with Stripe’s hosted checkout (cards, Apple Pay, Google Pay, Klarna)
- Two tools:
create_payment_linkandquery_payment_status - Stateless design – no database or credential storage
- Part of a 50‑country family of payment servers
- MIT licensed, zero runtime dependencies on the server side
Use cases of Italy Payments Mcp
- An AI assistant selling digital products or services in Italy
- A chatbot accepting payments for event tickets or subscriptions
- An automated agent generating one-time payment links for invoices
- A multi-country agent switching between Italy Payments Mcp and other regional servers
FAQ from Italy Payments Mcp
What payment methods does Italy Payments Mcp support?
It supports cards, Apple Pay, Google Pay, Klarna, and any other payment method enabled on the merchant’s Stripe account.
Does Italy Payments Mcp hold funds or store credentials?
No. It is a stateless translation layer: funds flow directly from buyer to merchant via Stripe. The server does not hold funds or store any credentials.
What dependencies are required to use Italy Payments Mcp?
The server is remote, so no server-side dependencies are needed. The client only requires MCP support (e.g., Claude, Cursor). The server itself runs on Node ≥ 18.
How do I get a Stripe secret key to use with the server?
Obtain your secret key from the Stripe Dashboard. Use sk_test_ keys for testing or sk_live_ keys for production.
Is Italy Payments Mcp production‑ready?
Yes. Use a live Stripe secret key (sk_live_) when creating real payment links. The server is listed on the official MCP Registry.