loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

iyzico-mcp

MCP Tool

theYahia/iyzico-mcp

MCP server for iyzico — payment gateway, marketplace (Turkey)

Install

$ npx loaditout add theYahia/iyzico-mcp

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "iyzico-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "iyzico-mcp"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

iyzico-mcp

MCP server for iyzico payment gateway (Turkey). Supports payments, refunds, checkout forms, sub-merchants, and 3D Secure via HMAC authentication.

Tools (8)

| Tool | Description | |---|---| | create_payment | Create a payment with card details | | retrieve_payment | Get payment details by ID | | cancel_payment | Cancel a payment | | refund_payment | Refund a payment transaction | | create_checkout_form | Create a hosted checkout form | | retrieve_checkout_form | Get checkout form result by token | | create_sub_merchant | Register a sub-merchant for marketplace | | create_threeds_payment | Initialize a 3D Secure payment |

Quick Start
{
  "mcpServers": {
    "iyzico": {
      "command": "npx",
      "args": ["-y", "@theyahia/iyzico-mcp"],
      "env": {
        "IYZICO_API_KEY": "<YOUR_API_KEY>",
        "IYZICO_SECRET_KEY": "<YOUR_SECRET_KEY>"
      }
    }
  }
}
Environment Variables

| Variable | Required | Description | |---|---|---| | IYZICO_API_KEY | Yes | API key from iyzico dashboard | | IYZICO_SECRET_KEY | Yes | Secret key from iyzico dashboard | | IYZICO_SANDBOX | No | Set to "true" to use sandbox API |

Demo Prompts
  • "Create a payment of 100 TRY for an online order"
  • "Check the status of payment pay_abc123"
  • "Cancel payment pay_xyz789"
  • "Refund 50 TRY from transaction pt_001"
  • "Create a checkout form for 250 TRY with callback to https://myshop.com/done"
  • "Register a new sub-merchant for my marketplace"
License

MIT

Tags

apimcpmcp-serverpaymentsturkey-apitypescript

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated13 days ago
Security: AREADME
New

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit4/1/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/theYahia/iyzico-mcp)](https://loaditout.ai/skills/theYahia/iyzico-mcp)