MCP.so
Sign In
Servers
R

Romania Payments Mcp

@junter1989k-ai

Overview

What is Romania Payments MCP?

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 translation layer — funds flow directly from buyer to Stripe to the merchant, and it never stores credentials or holds funds.

How to use Romania Payments MCP?

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).

Key features of Romania Payments MCP

  • 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

Use cases of Romania Payments MCP

  • Let an AI agent create a checkout link for a Romanian customer
  • Verify payment status programmatically within an AI workflow
  • Accept payments in RON without managing a full payment stack
  • Integrate Stripe payments into a conversational assistant or automation

FAQ from Romania Payments MCP

What is the MCP endpoint?

https://mcp-ro.wishpool.app/mcp — a remote, stateless JSON-RPC endpoint using Streamable HTTP.

How do I authenticate?

Pass your Stripe secret key in the x-stripe-secret-key header. Use sk_test_ for test mode, sk_live_ for production.

Does the server store any data?

No. It is a stateless translation layer with no database. Funds flow directly from buyer to Stripe to the merchant.

What payment methods are supported?

Cards, Apple Pay, and Google Pay — whatever is enabled on your Stripe account.

What runtime is required?

Node.js version 18 or higher. Zero runtime dependencies beyond the server itself.

More from the marketplace