Slovenia Payments Mcp
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
Jump to
- 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:
- 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
Slovenia 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
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"
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


