theYahia/iyzico-mcp
MCP server for iyzico — payment gateway, marketplace (Turkey)
Platform-specific configuration:
{
"mcpServers": {
"iyzico-mcp": {
"command": "npx",
"args": [
"-y",
"iyzico-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for iyzico payment gateway (Turkey). Supports payments, refunds, checkout forms, sub-merchants, and 3D Secure via HMAC authentication.
| 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 |
{
"mcpServers": {
"iyzico": {
"command": "npx",
"args": ["-y", "@theyahia/iyzico-mcp"],
"env": {
"IYZICO_API_KEY": "<YOUR_API_KEY>",
"IYZICO_SECRET_KEY": "<YOUR_SECRET_KEY>"
}
}
}
}| 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 |
MIT
Loading reviews...