MCP.so
登录
F

France Payments Mcp

@junter1989k-ai

关于 France Payments Mcp

暂无概览

基本信息

许可证

MIT

运行时

node

传输方式

stdio

发布者

junter1989k-ai

提交者

junter1989k-ai

配置

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

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

工具

未检测到工具

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

概览

What is France Payments MCP?

France Payments MCP is a remote MCP server that lets AI agents (Claude, ChatGPT, Cursor, etc.) accept payments in France — Cartes Bancaires, cards, Apple Pay / Google Pay — via Stripe’s hosted checkout. It is a stateless translation layer: funds flow directly from buyer to Stripe to the merchant; it never holds funds or stores credentials.

How to use France Payments MCP?

Configure your MCP client with the endpoint https://mcp-fr.wishpool.app/mcp and provide a Stripe secret key via the x-stripe-secret-key header (use sk_test_ for test mode, sk_live_ for production). Use the tools create_payment_link (create a EUR hosted-checkout link) and query_payment_status (check if a payment is paid).

Key features of France Payments MCP

  • Stateless, database‑free design
  • Two tools: create_payment_link and query_payment_status
  • Accepts Cartes Bancaires, cards, Apple Pay, Google Pay
  • Direct fund flow: buyer → Stripe → merchant
  • Remote Streamable HTTP transport
  • Part of a 30‑country family via mcp.wishpool.app

Use cases of France Payments MCP

  • AI agents selling digital goods or services in France
  • Automated checkout creation for e‑commerce assistants
  • Subscription or one‑time payment links generated by chatbots
  • Payment status monitoring for order fulfillment bots

FAQ from France Payments MCP

How does France Payments MCP differ from a direct Stripe integration?

It is a stateless translation layer — no database, no credential storage. The server only creates checkout links and checks payment status using the Stripe API; funds always go directly to the merchant.

What runtime or dependencies are required?

For the remote server: none. For local development: Node.js ≥ 18. The server has zero runtime dependencies.

Where does payment data live?

Data never resides on the MCP server. It is stored only on Stripe’s infrastructure. The server performs no persistent storage.

What transport and authentication are used?

Transport: Streamable HTTP with JSON‑RPC. Authentication: a Stripe secret key passed in the x-stripe-secret-key HTTP header.

Are there any known limits?

The server only supports EUR currency and Stripe hosted checkout. It is designed for payments originating in France (Cartes Bancaires etc.).

评论

更多 MCP 服务器