Skip to main content
Glama
theYahia

payme-mcp

by theYahia

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PAYME_KEYYesAPI key from Paycom dashboard
PAYME_MERCHANT_IDYesMerchant ID from Paycom dashboard

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_transactionC

Create a new Payme transaction (JSON-RPC).

perform_transactionC

Perform (confirm) a created transaction.

cancel_transactionC

Cancel a transaction with a reason code.

check_transactionC

Check transaction status.

get_statementC

Get transaction statement for a time period.

check_perform_transactionC

Validate if a transaction can be performed.

create_payment_linkC

Generate a Payme checkout payment link.

get_merchant_balanceB

Get merchant account balance.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 8 tools

Disambiguation4/5

Tools are mostly distinct in purpose, but 'check_perform_transaction' and 'check_transaction' could be confused if descriptions are not read carefully. Overall, each tool targets a specific action.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (e.g., cancel_transaction, create_payment_link). No mixing of conventions.

Tool Count5/5

8 tools cover the essential payment lifecycle (create, validate, perform, cancel, status, balance, statement, payment link) without being excessive or insufficient.

Completeness4/5

Core payment operations are covered, but missing refund or void capabilities. The surface is functional for basic workflows but has minor gaps.

Maintenance

ActivityMaintained
ResponsivenessNo issues