@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
認証
変数 | 必須 | 説明 |
| はい | 公開 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 123456Russian API MCP シリーズの一部
MCP | ステータス | 説明 |
利用可能 | 住所、企業、銀行、電話番号 | |
利用可能 | 為替レート、キーレート | |
利用可能 | 決済、返金、レシート、出金、ウェブフック | |
利用可能 | 決済、サブスクリプション、注文 | |
... | +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