Idpay Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Idpay Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.