Skip to main content
Glama
theYahia

idpay-mcp

by theYahia

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
IDPAY_API_KEYYesAPI key from IDPay dashboard
IDPAY_SANDBOXNoSet to '1' for sandbox mode0

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
create_paymentC

Create an IDPay payment.

verify_paymentD

Verify an IDPay payment.

get_paymentC

Get payment details by ID.

list_transactionsC

List payment transactions.

create_linkC

Create a payment link.

get_linkB

Get payment link details.

list_linksA

List all payment links.

delete_linkB

Delete a payment link.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 8 tools

Disambiguation5/5

Each tool clearly targets a distinct resource: payment links (list/create/get/delete) and payments (create/verify/get), with transactions listed separately. There is no ambiguity as the purpose of each tool is unique.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (e.g., list_links, create_payment, verify_payment). The verbs and nouns are predictable and consistently use snake_case.

Tool Count5/5

With 8 tools, the server is well-scoped for a payment processing domain, covering both payments and payment links without unnecessary redundancy. The number is appropriate and neither too sparse nor overwhelming.

Completeness4/5

The tool set covers the core lifecycle for payments (create, verify, get) and payment links (create, list, get, delete). The only notable missing operation is an update for payment links, but this is a minor gap and does not severely hinder the primary workflows.

Maintenance

ActivityInactive
ResponsivenessSyncing