概览
What is Malta Payments Mcp?
Malta Payments Mcp is a remote MCP server that lets any AI agent (Claude, ChatGPT, Cursor, etc.) accept payments in Malta via Stripe’s hosted checkout. It acts as a stateless translation layer, enabling card payments, Apple Pay, Google Pay, and other Stripe-enabled methods. Built for developers integrating payment capabilities into AI assistants.
How to use Malta Payments Mcp?
Configure your MCP client to use the endpoint https://mcp-mt.wishpool.app/mcp (Streamable HTTP, JSON-RPC) and supply your Stripe secret key in the x-stripe-secret-key header. Then invoke the create_payment_link tool to generate EUR hosted-checkout links, or query_payment_status to check payment completion.
Key features of Malta Payments Mcp
- Stateless: never holds funds or stores credentials.
- No database required — zero runtime dependencies.
- Supports cards, Apple Pay, Google Pay via Stripe.
- Generates EUR hosted-checkout links.
- Pull-based payment status checking.
- Works with any MCP-compatible AI tool.
Use cases of Malta Payments Mcp
- AI-powered e-commerce assistant creating checkout links for customers.
- Chatbot that collects payments for services or subscriptions.
- Automated invoice payment links generated by an AI agent.
- Payment verification in conversational order management.
FAQ from Malta Payments Mcp
How does the server handle payment data?
It acts as a stateless translation layer: funds flow directly from buyer to Stripe to the merchant. The server never holds funds nor stores credentials — it has no database.
What payment methods are accepted?
Cards, Apple Pay, and Google Pay, plus any other methods enabled on the merchant’s Stripe account.
How do I authenticate my Stripe account?
Pass your Stripe secret key (sk_test_ for test mode, sk_live_ for production) in the x-stripe-secret-key HTTP header.
What tools does the server expose?
Two tools: create_payment_link (creates a EUR hosted-checkout link) and query_payment_status (returns paid=true when a payment is complete).
What are the runtime requirements?
Node.js 18 or later. No external dependencies required.