概要
What is Austria Payments Mcp?
Austria Payments Mcp is a remote MCP server that lets any AI agent (Claude, ChatGPT, Cursor) accept payments in Austria via Stripe's hosted checkout. It supports EPS, cards, and Apple Pay as a stateless translation layer — funds flow directly from buyer to merchant, never held by the server.
How to use Austria Payments Mcp?
Configure your MCP client with the endpoint https://mcp-at.wishpool.app/mcp and pass 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 to generate a EUR hosted‑checkout URL, and query_payment_status to check whether a payment is paid=true.
Key features of Austria Payments Mcp
- Accepts EPS, cards, and Apple Pay
- Stripe hosted checkout for payment links
- Stateless — no database, no stored credentials
- Streamable HTTP / JSON‑RPC transport
- Test mode (sk_test_) and production (sk_live_) support
- Part of a 50‑country family of payment MCPs
Use cases of Austria Payments Mcp
- AI agents accepting payments directly from Austrian customers
- Automated creation of EUR checkout links for e‑commerce or services
- Pull‑based payment status verification after customer completes checkout
- Integrating Stripe payments into Claude, ChatGPT, Cursor, or any MCP‑capable agent
FAQ from Austria Payments Mcp
What payment methods does Austria Payments Mcp support?
EPS (the Austrian bank‑transfer rail), credit/debit cards, and Apple Pay — all handled through Stripe’s hosted checkout.
How are funds and credentials handled?
The server is a stateless translation layer. Funds flow directly buyer → Stripe → merchant. The server never holds funds, stores credentials, or uses a database.
What are the runtime requirements?
Node.js ≥ 18. Zero runtime dependencies. MIT license. A local development server can be started with node test/serve.js.
How do I authenticate to the MCP endpoint?
Include the HTTP header x-stripe-secret-key with your Stripe secret key (sk_test_... for test mode, sk_live_... for production).
Where is the MCP endpoint and what protocol does it use?
The remote endpoint is https://mcp-at.wishpool.app/mcp. It communicates via Streamable HTTP using stateless JSON‑RPC.