Turkey Payments Mcp
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
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Turkey Payments McpCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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"
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


