theYahia/idpay-mcp
MCP server for IDPay — payment gateway, transactions (Iran)
Platform-specific configuration:
{
"mcpServers": {
"idpay-mcp": {
"command": "npx",
"args": [
"-y",
"idpay-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for IDPay payment gateway (Iran). Supports payment creation, verification, inquiry, transaction listing, and payment links. Uses X-API-KEY header with optional X-SANDBOX mode.
| Tool | Description | |------|-------------| | create_payment | Create a payment | | verify_payment | Verify a payment | | get_payment | Get payment details | | list_transactions | List transactions | | create_link | Create a payment link | | get_link | Get payment link details | | list_links | List all payment links | | delete_link | Delete a payment link |
{
"mcpServers": {
"idpay": {
"command": "npx",
"args": ["-y", "@theyahia/idpay-mcp"],
"env": {
"IDPAY_API_KEY": "<YOUR_API_KEY>",
"IDPAY_SANDBOX": "0"
}
}
}
}| Variable | Required | Description | |----------|----------|-------------| | IDPAY_API_KEY | Yes | API key from IDPay dashboard | | IDPAY_SANDBOX | No | Set to "1" for sandbox mode |
MIT
Loading reviews...