Spain Payments Mcp

by junter1989k-ai

278 downloads
Not rated
GitHub Website

About

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…

Details

Author
junter1989k-ai
Downloads
278

- 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_link and query_payment_status
- Part of a 50‑country family of MCP servers

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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Spain Payments Mcp
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "spain payments mcp": {
            "spain-payments": {
                "type": "http",
                "url": "https://mcp-es.wishpool.app/mcp"
            }
        }
    }
}

McpServers

{
    "spain-payments": {
        "type": "http",
        "url": "https://mcp-es.wishpool.app/mcp"
    }
}
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.