@theyahia/cloudpayments-mcp
@theyahia/cloudpayments-mcp
用于 CloudPayments API 的 MCP 服务器 —— 一步支付和两步支付、退款、订阅、订单(发票链接)、交易历史。12 个工具。
属于 Russian API MCP 系列,作者 @theYahia。
快速开始
Claude Desktop
{
"mcpServers": {
"cloudpayments": {
"command": "npx",
"args": ["-y", "@theyahia/cloudpayments-mcp"],
"env": {
"CLOUDPAYMENTS_PUBLIC_ID": "your-public-id",
"CLOUDPAYMENTS_API_SECRET": "your-api-secret"
}
}
}
}Claude Code
claude mcp add cloudpayments -e CLOUDPAYMENTS_PUBLIC_ID=your-id -e CLOUDPAYMENTS_API_SECRET=your-secret -- npx -y @theyahia/cloudpayments-mcpCursor / Windsurf
{
"cloudpayments": {
"command": "npx",
"args": ["-y", "@theyahia/cloudpayments-mcp"],
"env": {
"CLOUDPAYMENTS_PUBLIC_ID": "your-public-id",
"CLOUDPAYMENTS_API_SECRET": "your-api-secret"
}
}
}HTTP 传输
HTTP_PORT=3000 npx @theyahia/cloudpayments-mcp
# or
npx @theyahia/cloudpayments-mcp --http 3000端点:POST /mcp(JSON-RPC)、GET /health(状态)。
Related MCP server: PayBridgeNP MCP Server
认证
变量 | 是否必填 | 描述 |
| 是 | Public ID(HTTP Basic 用户名) |
| 是 | API 密钥(HTTP Basic 密码) |
如需测试,请使用 CloudPayments 测试终端。
工具(12 个)
支付(5 个)
工具 | API 端点 | 描述 |
| POST /payments/charge | 一步支付(立即扣款) |
| POST /payments/auth | 两步支付(授权/冻结) |
| POST /payments/confirm | 确认已授权支付(全额或部分) |
| POST /payments/void | 撤销已授权支付(解除冻结) |
| POST /payments/find | 按 ID 查找交易 |
退款(1 个)
工具 | API 端点 | 描述 |
| POST /payments/refund | 按交易 ID 全额或部分退款 |
订阅(4 个)
工具 | API 端点 | 描述 |
| POST /subscriptions/create | 使用令牌创建定期订阅 |
| POST /subscriptions/update | 更新金额、间隔、周期 |
| POST /subscriptions/cancel | 取消有效订阅 |
| POST /subscriptions/find | 列出用户的订阅 |
订单(1 个)
工具 | API 端点 | 描述 |
| POST /orders/create | 创建支付订单(发票链接) |
交易(1 个)
工具 | API 端点 | 描述 |
| POST /payments/list | 列出指定日期的所有交易 |
演示提示词
Charge 5000 RUB from the card cryptogram, IP 192.168.1.1, description "Premium plan"Create a monthly subscription for 999 RUB using token from the last payment, starting May 1stShow me all transactions for yesterday and refund 2500 RUB on transaction 123456属于 Russian API MCP 系列
MCP | 状态 | 描述 |
就绪 | 地址、公司、银行、电话 | |
就绪 | 货币汇率、关键利率 | |
就绪 | 支付、退款、收据、打款、Webhook | |
就绪 | 支付、订阅、订单 | |
... | +46 个服务器 —— 完整列表 |
许可证
MIT
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
AlicenseNot gradedqualityBmaintenanceEnables natural language interactions with SumUp payment services and APIs, allowing users to manage their SumUp account, process payments, and access payment data through LLM-powered conversations.577Apache 2.0- AlicenseNot gradedqualityBmaintenanceEnables AI assistants to interact with PayBridgeNP payment gateway accounts through natural language. Provides read-only access to payments, refunds, analytics, and account data, with write capabilities planned for future versions.501MIT
- AlicenseNot gradedqualityCmaintenanceEnables natural language interaction with Stripe accounts to query customers, revenue, invoices, subscriptions, disputes, and issue refunds.591MIT
- AlicenseNot gradedqualityDmaintenanceEnables interaction with Razorpay payment gateway through natural language, allowing users to fetch payments, manage orders, issue refunds, and list settlements.10MIT
Related MCP Connectors
Taiwan payments (ECPay 綠界 + NewebPay 藍新) & e-invoices for AI agents. Stateless, never holds funds.
Ukraine payments for AI agents — LiqPay cards / Apple Pay via LiqPay. Never holds funds.
Cyprus payments for AI agents — cards / Apple Pay via Stripe. Never holds funds.
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/theYahia/cloudpayments-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server