MCP.so
登录
T

Turkey Payments Mcp

@junter1989k-ai

关于 Turkey Payments Mcp

暂无概览

基本信息

许可证

MIT

运行时

node

传输方式

stdio

发布者

junter1989k-ai

提交者

junter1989k-ai

配置

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

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

工具

未检测到工具

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

概览

What is Turkey Payments Mcp?

Turkey Payments Mcp is a remote MCP server that enables AI agents (Claude, ChatGPT, Cursor) to accept payments in Turkey—including local Turkish cards with installments (taksit) and international cards—via iyzico’s hosted checkout. It acts as a stateless translation layer; funds flow directly from buyer to iyzico to merchant, never holding funds or storing credentials.

How to use Turkey Payments Mcp?

Connect to the MCP endpoint https://mcp-tr.wishpool.app/mcp via Streamable HTTP, passing the x-iyzico-api-key header with your iyzico API key pair (use a sandbox- prefix for test mode). Then invoke the create_payment_link tool to generate a TRY hosted-checkout link, or query_payment_status to check whether a payment succeeded.

Key features of Turkey Payments Mcp

  • Accepts local Turkish cards with taksit (installments) and international cards.
  • Stateless — never stores credentials or holds funds.
  • Pull-based payment status verification via query_payment_status.
  • Remote server, no local database required.
  • Works with any AI agent supporting the MCP protocol.
  • Part of a 30-country payments family via wishpool.

Use cases of Turkey Payments Mcp

  • An AI travel assistant collecting Trip payments from Turkish users using installments.
  • A customer support bot generating secure payment links for outstanding invoices.
  • An e-commerce chatbot accepting credit card payments from international buyers in Turkey.

FAQ from Turkey Payments Mcp

What does Turkey Payments Mcp do that iyzico alone does not?

It provides a Model Context Protocol interface so that AI agents can create payment links and check payment status without building a custom integration—funds still flow directly iyzico → merchant, and the server never touches the money.

How do I authenticate with Turkey Payments Mcp?

Pass your iyzico API key pair via the x-iyzico-api-key HTTP header. Use a key starting with sandbox- for test mode; real transactions use a live key.

What are the runtime requirements for Turkey Payments Mcp?

The server has zero runtime dependencies and requires Node ≥ 18. It is hosted remotely, so no local install is needed to use it—just an MCP client that supports Streamable HTTP.

评论

更多 MCP 服务器