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


