Skip to main content
Glama
theYahia

idpay-mcp

by theYahia

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)

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

Related MCP server: vnpay-mcp

Quick Start

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

Environment Variables

Variable

Required

Description

IDPAY_API_KEY

Yes

API key from IDPay dashboard

IDPAY_SANDBOX

No

Set 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

Install Server
A
license - permissive license
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    A Python-based MCP server for managing Paytm payment links and transactions. It enables users to create payment links, list created links, and retrieve transaction details for specific payment links.
  • A
    license
    B
    quality
    D
    maintenance
    MCP server for VNPay payment gateway (Vietnam). Supports payment URL generation, transaction queries, refunds, tokenized payments, and IPN verification with HMAC-SHA512 signing.
    8
    10
    MIT
  • A
    license
    B
    quality
    F
    maintenance
    MCP server for Payme payment system (Uzbekistan). Supports transactions, statements, payment links, and balance queries via JSON-RPC 2.0.
    8
    10
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    MCP server for Bank of Georgia iPay payment gateway, enabling payment orders, refunds, recurring payments, and pre-authorization via OAuth 2.0 + JWT.
    8
    16
    MIT

View all related MCP servers

Related MCP Connectors

  • A paid remote MCP for AI SDK MCP gateway registry, built to return verdicts, receipts, usage logs, a

  • Official PicSee MCP server for short links, link management, click analytics, and optional OAuth.

  • Billing proxy for MCP servers. Adds Stripe and x402 crypto payments without writing billing code.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/theYahia/idpay-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server