payme-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@payme-mcpGet my merchant balance"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 a new Payme transaction |
| Confirm/perform a transaction |
| Cancel a transaction with reason |
| Check transaction status |
| Get transactions for a time range |
| Validate before creating |
| Generate a checkout link |
| Get merchant balance |
Related MCP server: vnpay-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 |
| Yes | Merchant ID from Paycom dashboard |
| 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
Maintenance
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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