Romania Payments Mcp

by junter1989k-ai

298 downloads
Not rated
GitHub Website

About

Romania Payments MCP is a remote Model Context Protocol server that enables AI agents (such as Claude, ChatGPT, or Cursor) to accept payments in Romania. It integrates with Stripe’s hosted checkout to process cards, Apple Pay, and Google Pay. The server is a stateless…

Details

Author
junter1989k-ai
Downloads
298

- Accepts payments via Stripe hosted checkout in Romania
- Supports cards, Apple Pay, and Google Pay
- Stateless, no database — never stores credentials or funds
- Remote MCP server accessible via Streamable HTTP
- Pull-based payment status querying
- Zero runtime dependencies; Node.js ≥ 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 Romania 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-ro.wishpool.app/mcp using Streamable HTTP / stateless JSON-RPC. Provide your Stripe secret key in the x-stripe-secret-key header (use sk_test_ for test mode, sk_live_ for production). Two tools are available: create_payment_link (creates a RON hosted-checkout link) and query_payment_status (returns paid=true when payment is complete).

Claude Desktop / Cursor

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

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

McpServers

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