MCP.so
登录
I

Israel Payments Mcp

@junter1989k-ai

关于 Israel Payments Mcp

暂无概览

基本信息

许可证

MIT

运行时

node

传输方式

stdio

发布者

junter1989k-ai

提交者

junter1989k-ai

配置

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

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

工具

未检测到工具

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

概览

What is Israel Payments Mcp?

Israel Payments Mcp is a remote MCP server that enables AI agents (Claude, ChatGPT, Cursor, etc.) to accept payments in Israel via Stripe’s hosted checkout. It supports cards, Apple Pay, and Google Pay and operates as a stateless translation layer—funds flow directly from buyer to Stripe to the merchant.

How to use Israel Payments Mcp?

Connect to the endpoint https://mcp-il.wishpool.app/mcp and provide a Stripe secret key via the x-stripe-secret-key header (test or live). Use the tools create_payment_link to generate an ILS hosted-checkout link and query_payment_status to check if a payment is complete.

Key features of Israel Payments Mcp

  • Allows AI agents to accept Israeli payments via Stripe
  • Remote Streamable HTTP endpoint, no local server needed
  • Stateless: no database, never holds funds or credentials
  • Supports cards, Apple Pay, and Google Pay
  • Two tools: create payment links and query payment status
  • Minimal runtime dependencies; Node ≥ 18 required

Use cases of Israel Payments Mcp

  • Integrating payment checkout into an AI assistant for Israeli customers
  • Enabling chatbots to generate payment links for products or services
  • Adding pay‑as‑you‑go or one‑time payment capabilities to AI agents
  • Testing payment flows in development with test Stripe keys

FAQ from Israel Payments Mcp

What is the difference from using Stripe directly?

Israel Payments Mcp is a stateless translation layer that exposes payment functions as MCP tools. It does not replace Stripe; funds move directly from buyer to Stripe to merchant, and no data is stored.

Does it store any data or credentials?

No. The server has no database and never holds funds, credentials, or payment information. The Stripe secret key is provided per request via a header.

What payment methods are supported?

All methods enabled on the Stripe account are supported, including cards, Apple Pay, and Google Pay, as long as they are available in Israel.

What are the runtime requirements for running a local copy?

Node.js ≥ 18 is required. For development, run node test/serve.js (local server) or node test/e2e.js (protocol and validation suite). No additional runtime dependencies are needed.

How is authentication handled?

Authentication uses the x-stripe-secret-key HTTP header. The server accepts any valid Stripe secret key (sk_test_ or sk_live_) and delegates payment processing to Stripe.

评论

更多 MCP 服务器