Italy Payments Mcp
About
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…
Details
- Author
- junter1989k-ai
- Downloads
- 228
Jump to
- 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_link and query_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
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Italy Payments McpCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
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.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"italy payments mcp": {
"italy-payments": {
"type": "http",
"url": "https://mcp-it.wishpool.app/mcp"
}
}
}
}
McpServers
{
"italy-payments": {
"type": "http",
"url": "https://mcp-it.wishpool.app/mcp"
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


