Slovenia Payments Mcp

by junter1989k-ai

268 downloads
Not rated
GitHub Website

About

Slovenia Payments MCP is a remote MCP (Model Context Protocol) server that lets AI agents (like Claude, ChatGPT, Cursor) accept payments in Slovenia via Stripe’s hosted checkout. It supports cards, Apple Pay, Google Pay and whatever else is enabled on the merchant’s Stripe…

Details

Author
junter1989k-ai
Downloads
268

- Accept payments in Slovenia via Stripe hosted checkout
- Supports cards, Apple Pay, Google Pay
- Stateless – no database, no stored credentials
- Remote MCP server (Streamable HTTP, stateless JSON‑RPC)
- Works with Claude, ChatGPT, Cursor and other AI agents
- Zero runtime dependencies; Node ≥ 18

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 Slovenia 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

Set the MCP endpoint to https://mcp-si.wishpool.app/mcp and supply your Stripe secret key in the x-stripe-secret-key header (test mode: sk_test_…; production: sk_live_…). Use the tool create_payment_link to generate a EUR hosted‑checkout link, and query_payment_status to poll until paid=true.

Claude Desktop / Cursor

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

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

McpServers

{
    "slovenia-payments": {
        "type": "http",
        "url": "https://mcp-si.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.