Croatia Payments Mcp
About
Croatia Payments Mcp is a remote MCP server that lets AI agents (Claude, ChatGPT, Cursor, etc.) accept payments in Croatia using Stripe’s hosted checkout. It acts as a stateless translation layer, enabling cards, Apple Pay, and Google Pay without storing any funds or credentials.
Details
- Author
- junter1989k-ai
- Downloads
- 333
Jump to
- Remote MCP server (Streamable HTTP, stateless JSON‑RPC)
- Supports cards, Apple Pay, and Google Pay via Stripe
- Two tools: create_payment_link and query_payment_status
- EUR‑denominated hosted checkout links
- Pull‑based payment status checking
- No database – funds flow directly buyer → Stripe → merchant
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
Croatia 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
Configure any MCP client with the endpoint https://mcp-hr.wishpool.app/mcp (Streamable HTTP, stateless JSON-RPC) and provide your Stripe secret key via the x-stripe-secret-key header. Then invoke the tools create_payment_link (creates a EUR checkout link) and query_payment_status (pull‑based status check).
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"croatia payments mcp": {
"croatia-payments": {
"type": "http",
"url": "https://mcp-hr.wishpool.app/mcp"
}
}
}
}
McpServers
{
"croatia-payments": {
"type": "http",
"url": "https://mcp-hr.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.


