MCP.so
登录
服务器
G

Germany Payments Mcp

@junter1989k-ai

概览

What is Germany Payments Mcp?

A remote MCP server that lets any AI agent (Claude, ChatGPT, Cursor, etc.) accept payments in Germany — cards, PayPal, Klarna, SEPA bank transfer, and other methods enabled on the merchant’s Mollie account — via Mollie’s hosted checkout. It is a stateless translation layer; funds flow directly buyer → Mollie → merchant, and it never holds funds or stores credentials.

How to use Germany Payments Mcp?

Connect your AI agent to the MCP endpoint https://mcp-de.wishpool.app/mcp using Streamable HTTP and pass a x-mollie-api-key header with your Mollie API key (test_ for test mode, live_ for production). The server exposes two tools: create_payment_link (creates a EUR hosted-checkout link) and query_payment_status (pull-based status check). For local development, run node test/serve.js.

Key features of Germany Payments Mcp

  • Remote MCP server, no local installation needed.
  • Supports cards, PayPal, Klarna, SEPA bank transfer.
  • Powered by Mollie hosted checkout.
  • Stateless: no database, no fund holding.
  • Part of a 30-country payment server family.
  • Streamable HTTP transport.

Use cases of Germany Payments Mcp

  • AI agents generating payment links for German customers.
  • E-commerce bots accepting EUR payments via Mollie.
  • Automated checkout flows without storing credentials.
  • Multi-country payment systems (via the 30-country family).
  • Prototyping payment integrations with test Mollie keys.

FAQ from Germany Payments Mcp

What is the stateless translation layer?

The server never holds funds or stores credentials; it only translates MCP requests into Mollie API calls. Funds flow directly from the buyer to Mollie to the merchant.

What payment methods are supported?

Cards, PayPal, Klarna, SEPA bank transfer, and any other methods enabled on the merchant’s Mollie account.

How do I test payments?

Use a Mollie test API key (starting with test_). All payments in test mode are simulated and no real money moves.

Does this server store any data?

No. It has no database at all and does not retain logs or credentials between requests.

How can I run Germany Payments Mcp locally?

Clone the repository and run node test/serve.js (requires Node ≥ 18, zero runtime dependencies).

应用市场的更多内容