MCP Hub
Back to servers

@theyahia/idpay-mcp

MCP server for IDPay — payment gateway, invoicing (Iran)

npm178/wk
Updated
Apr 1, 2026

Quick Install

npx -y @theyahia/idpay-mcp

idpay-mcp

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.

Tools (8)

ToolDescription
create_paymentCreate a payment
verify_paymentVerify a payment
get_paymentGet payment details
list_transactionsList transactions
create_linkCreate a payment link
get_linkGet payment link details
list_linksList all payment links
delete_linkDelete a payment link

Quick Start

{
  "mcpServers": {
    "idpay": {
      "command": "npx",
      "args": ["-y", "@theyahia/idpay-mcp"],
      "env": {
        "IDPAY_API_KEY": "<YOUR_API_KEY>",
        "IDPAY_SANDBOX": "0"
      }
    }
  }
}

Environment Variables

VariableRequiredDescription
IDPAY_API_KEYYesAPI key from IDPay dashboard
IDPAY_SANDBOXNoSet to "1" for sandbox mode

Demo Prompts

  • "Create a payment for 50000 IRR with order ID ORD-001"
  • "Verify payment abc123 for order ORD-001"
  • "List my recent transactions"
  • "Create a payment link for 100000 IRR"
  • "Delete payment link lnk_abc123"

License

MIT

Reviews

No reviews yet

Sign in to write a review