Payme MCP Server
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 MCP ServerGenerate a checkout link for 50,000 UZS"
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 Server
MCP server for Payme — the leading payment system in Uzbekistan. Enables AI agents (Claude, GPT, Cursor, etc.) to process payments, manage cards, and generate checkout links through the Model Context Protocol.
Why?
Stripe, PayPal, and Square all have MCP servers. Payme didn't — until now. If you're building AI agents for Uzbekistan's market, this is the missing piece.
Related MCP server: payme-mcp
Tools
Tool | Description |
| Tokenize a payment card (Uzcard, Humo) |
| Verify card with SMS code |
| Check if a card token is valid |
| Remove a saved card |
| Create a payment receipt (invoice) |
| Pay a receipt with a card token |
| Send receipt notification via SMS |
| Cancel/refund a receipt |
| Check receipt status |
| Generate a Payme checkout payment link |
Quick Start
npx payme-mcpThat's it. One command — downloads, installs, and runs automatically.
Get your credentials from merchant.paycom.uz, then add to your AI tool:
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"payme": {
"command": "npx",
"args": ["-y", "payme-mcp"],
"env": {
"PAYME_ID": "your_merchant_id",
"PAYME_KEY": "your_merchant_key",
"PAYME_TEST": "true"
}
}
}
}Claude Code
Add to .mcp.json in your project root:
{
"mcpServers": {
"payme": {
"command": "npx",
"args": ["-y", "payme-mcp"],
"env": {
"PAYME_ID": "your_merchant_id",
"PAYME_KEY": "your_merchant_key",
"PAYME_TEST": "true"
}
}
}
}Cursor / VS Code / Windsurf
Add to MCP settings:
{
"payme": {
"command": "npx",
"args": ["-y", "payme-mcp"],
"env": {
"PAYME_ID": "your_merchant_id",
"PAYME_KEY": "your_merchant_key"
}
}
}Usage Examples
Once connected, your AI agent can:
Create a payment link:
"Generate a Payme checkout link for order #1234, amount 99,000 UZS"
Process a card payment:
"Tokenize card 8600XXXXXXXXXXXX, verify it, then charge 50,000 UZS"
Check payment status:
"Check the status of receipt 63abc..."
Cancel a payment:
"Cancel receipt 63abc... and notify the customer"
Environment Variables
Variable | Required | Description |
| Yes | Your Payme merchant ID |
| Yes | Your Payme merchant key |
| No | Set to |
Amount Format
Payme uses tiyin (1 UZS = 100 tiyin):
UZS | Tiyin |
1,000 | 100,000 |
9,900 | 990,000 |
99,000 | 9,900,000 |
990,000 | 99,000,000 |
Receipt States
State | Meaning |
0 | Created (waiting for payment) |
4 | Paid |
21 | Held (funds reserved) |
50 | Cancelled |
Development
git clone https://github.com/sirliboyev-uz/payme-mcp.git
cd payme-mcp
npm install
npm run buildSecurity
Card numbers are tokenized by Payme — tokens are safe to store
Never log or store raw card numbers
Use
PAYME_TEST=truefor development/testingAll API calls use HTTPS
License
MIT — see LICENSE
Links
Built by SirliAI
Maintenance
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
- Alicense-qualityCmaintenanceMCP server for AgentPay — the payment gateway for autonomous AI agents. Fund a wallet once, give your agent the key, and it discovers, provisions, and pays for tool APIs on its own. One key, every tool.1121MIT
- AlicenseBqualityDmaintenanceMCP server for Payme payment system (Uzbekistan). Supports transactions, statements, payment links, and balance queries via JSON-RPC 2.0.811MIT
- Alicense-qualityBmaintenanceA remote MCP server that lets any AI agent accept payments in Turkey: local Turkish cards with taksit, international cards via iyzipay's hosted checkout.MIT
- Flicense-qualityBmaintenanceA local MCP server that lets AI agents interact with the Adaptis (MEG) payment gateway, enabling payment link creation, transaction queries, refunds, and integration helpers like generating signed forms and verifying callbacks.
Related MCP Connectors
Agent Commerce Protocol MCP — bridges Stripe ACP + Google AP2 + Coinbase x402 for agent payments
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Monetize any MCP server: x402 paywall, pay-per-call billing in USDC on Base, agent marketplace.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/sirliboyev-uz/payme-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server