概览
What is Cyprus Payments Mcp?
Cyprus Payments Mcp is a remote MCP server that lets any AI agent (e.g., Claude, ChatGPT, Cursor) accept payments in Cyprus using Stripe’s hosted checkout. It acts as a stateless translation layer—funds flow directly from buyer to Stripe to the merchant—and never stores credentials or data.
How to use Cyprus Payments Mcp?
Configure your AI agent to use the endpoint https://mcp-cy.wishpool.app/mcp and include an x-stripe-secret-key header with your Stripe secret key (sk_test_ for test mode, sk_live_ for production). Use the tools create_payment_link to generate a EUR hosted-checkout link and query_payment_status for pull-based status checks.
Key features of Cyprus Payments Mcp
- Remote MCP server (Streamable HTTP, stateless JSON-RPC)
- Integrates with Stripe hosted checkout (cards, Apple/Google Pay)
- Stateless: no database, no stored credentials
- Two tools:
create_payment_linkandquery_payment_status - Zero runtime dependencies; Node ≥ 18
- Listed on the official MCP Registry; part of 81‑country family
Use cases of Cyprus Payments Mcp
- AI agents (Claude, ChatGPT, Cursor) accepting EUR payments in Cyprus
- Merchants adding one‑click checkout via Stripe without building a payment UI
- Testing payment flows with Stripe test mode (
sk_test_) - Integrating payment acceptance into any MCP‑compatible application
FAQ from Cyprus Payments Mcp
What MCP endpoint should I use?
The endpoint is https://mcp-cy.wishpool.app/mcp (Streamable HTTP, stateless JSON‑RPC).
How do I authenticate with Cyprus Payments Mcp?
Provide an x-stripe-secret-key header containing your Stripe secret key (sk_test_ for test, sk_live_ for production).
Does Cyprus Payments Mcp store any data?
No. It is a stateless translation layer—no database, no stored credentials. Funds move directly from the buyer to Stripe to the merchant.
What payment methods are supported?
Cards, Apple Pay, and Google Pay, plus any other methods enabled on the merchant’s Stripe account.
What runtime does Cyprus Payments Mcp require?
It has zero runtime dependencies and requires Node.js ≥ 18.