MCP.so
登录
B

Belgium Payments Mcp

@junter1989k-ai

关于 Belgium Payments Mcp

暂无概览

基本信息

许可证

MIT

运行时

node

传输方式

stdio

发布者

junter1989k-ai

提交者

junter1989k-ai

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "belgium-payments": {
      "type": "http",
      "url": "https://mcp-be.wishpool.app/mcp"
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Belgium Payments Mcp?

A remote MCP server that lets AI agents (Claude, ChatGPT, Cursor, etc.) accept payments in Belgium via Mollie's hosted checkout, supporting Bancontact, cards, and other methods enabled on the Mollie account. It’s a stateless translation layer: funds flow buyer → Mollie → merchant directly, never holding funds or storing credentials.

How to use Belgium Payments Mcp?

Point your MCP client to the endpoint https://mcp-be.wishpool.app/mcp (Streamable HTTP, stateless JSON-RPC). Include the header x-mollie-api-key with your Mollie API key (test_ for test mode, live_ for production). Two tools are provided: create_payment_link to generate a EUR hosted-checkout link, and query_payment_status to check payment status (returns paid=true when PAID).

Key features of Belgium Payments Mcp

  • Remote MCP server for AI agent payment acceptance
  • Supports Bancontact, cards, and other Mollie-enabled methods
  • Stateless translation layer — never holds funds or credentials
  • No database required, zero runtime dependencies
  • Two tools: create payment link and query payment status

Use cases of Belgium Payments Mcp

  • AI agent checks out a Belgian buyer using Bancontact
  • Automate hosted-checkout link generation in conversational workflows
  • Pull-based payment status verification after redirection

FAQ from Belgium Payments Mcp

What payment methods does Belgium Payments Mcp support?

Bancontact (the rail Belgian buyers actually use), cards, and other methods enabled on the Mollie account.

Does Belgium Payments Mcp store funds or credentials?

No. It is a stateless translation layer — funds always flow buyer → Mollie → merchant directly. No database, no credential storage.

How do I switch between test and live mode?

Use a Mollie API key starting with test_ for test mode or live_ for production. The key is passed via the x-mollie-api-key header.

What are the runtime requirements?

Node.js ≥ 18, zero runtime dependencies. MIT license.

What transports are supported?

Streamable HTTP (stateless JSON-RPC). The endpoint is https://mcp-be.wishpool.app/mcp.

评论

更多 MCP 服务器