MCP.so
登录
S

Slovakia Payments Mcp

@junter1989k-ai

关于 Slovakia Payments Mcp

暂无概览

基本信息

许可证

MIT

运行时

node

传输方式

stdio

发布者

junter1989k-ai

提交者

junter1989k-ai

配置

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

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

工具

未检测到工具

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

概览

What is Slovakia Payments MCP?

A remote MCP server that lets any AI agent (Claude, ChatGPT, Cursor, etc.) accept payments in Slovakia via Stripe’s hosted checkout. It supports cards, Apple Pay, Google Pay, and other methods enabled on the Stripe account, acting as a stateless translation layer that never holds funds or stores credentials.

How to use Slovakia Payments MCP?

Connect to the endpoint https://mcp-sk.wishpool.app/mcp (Streamable HTTP, stateless JSON-RPC) and include the x-stripe-secret-key header with your Stripe secret key. The server provides two tools: create_payment_link (creates a EUR hosted-checkout link) and query_payment_status (pull-based status check).

Key features of Slovakia Payments MCP

  • Stateless: no database, no credential storage
  • Funds flow directly buyer → Stripe → merchant
  • Supports cards, Apple Pay, Google Pay (per Stripe account)
  • Single tool for creating EUR hosted-checkout links
  • Pull-based status check with paid=true flag
  • Zero runtime dependencies; Node ≥ 18 required

Use cases of Slovakia Payments MCP

  • AI agents accepting one-time payments in Slovakia
  • E-commerce checkouts initiated by conversational assistants
  • Quick payment links generated by automated workflows
  • Integration of Stripe payments into AI-driven applications

FAQ from Slovakia Payments MCP

What is the difference between this server and using Stripe directly?

Slovakia Payments MCP is a stateless translation layer that lets AI agents accept payments without managing the Stripe checkout flow. It never holds funds or stores credentials — funds go directly from buyer to Stripe to merchant.

What runtime or dependencies are required?

The server itself has zero runtime dependencies. For development or local testing, Node.js ≥ 18 is needed.

Where does payment data live?

No data is stored. The server is stateless; it only facilitates the creation of checkout links and status queries. All funds and sensitive data remain with Stripe and the merchant.

What transport and authentication does the server use?

It uses Streamable HTTP (JSON-RPC) with authentication via the x-stripe-secret-key header.

What payment methods are supported?

Any method enabled on the Stripe account, including cards, Apple Pay, and Google Pay. The server creates a hosted checkout link in EUR.

评论

更多 MCP 服务器