Skip to main content
Glama
theYahia

payme-mcp

by theYahia

payme-mcp

MCP server for Payme payment system (Uzbekistan). Uses JSON-RPC 2.0 protocol. Supports transactions, statements, payment links, and balance queries.

Tools (8)

Tool

Description

create_transaction

Create a new Payme transaction

perform_transaction

Confirm/perform a transaction

cancel_transaction

Cancel a transaction with reason

check_transaction

Check transaction status

get_statement

Get transactions for a time range

check_perform_transaction

Validate before creating

create_payment_link

Generate a checkout link

get_merchant_balance

Get merchant balance

Related MCP server: paymongo-mcp

Quick Start

{
  "mcpServers": {
    "payme": {
      "command": "npx",
      "args": ["-y", "@theyahia/payme-mcp"],
      "env": {
        "PAYME_MERCHANT_ID": "<YOUR_MERCHANT_ID>",
        "PAYME_KEY": "<YOUR_KEY>"
      }
    }
  }
}

Environment Variables

Variable

Required

Description

PAYME_MERCHANT_ID

Yes

Merchant ID from Paycom dashboard

PAYME_KEY

Yes

API key from Paycom dashboard

Demo Prompts

  • "Create a transaction for 50000 UZS for order #789"

  • "Check the status of transaction txn_abc123"

  • "Cancel transaction txn_abc123 with reason code 3"

  • "Get all transactions from March 1 to March 31"

  • "Generate a payment link for 100000 UZS"

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

  • 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.
    Last updated
    8
    30
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    MCP server for PayMongo payment gateway (Philippines). Supports payment intents, sources, payments, refunds, and checkout sessions via Basic Auth.
    Last updated
    15
    1
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    MCP server for JazzCash mobile wallet and payments (Pakistan). Supports wallet payments, mobile account payments, vouchers, refunds, and balance inquiries.
    Last updated
    5
    44
    1
    MIT
  • A
    license
    -
    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.
    Last updated
    22
    MIT

View all related MCP servers

Related MCP Connectors

  • A paid remote MCP for hosted MCP server, built to return verdicts, receipts, usage logs, and audit-r

  • Hosted MCP server for Mini Accountant: invoices, expenses, customers, analytics, tax estimates.

  • A basic MCP server to operate on the Postman API.

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/payme-mcp'

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