Turkey Payments Mcp

by junter1989k-ai

240 downloads
Not rated
GitHub

About

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…

Details

Author
junter1989k-ai
Downloads
240

- 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.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Turkey Payments Mcp
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

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

McpServers

{
    "turkey-payments": {
        "type": "http",
        "url": "https://mcp-tr.wishpool.app/mcp"
    }
}
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.