@theyahia/cloudpayments-mcp
@theyahia/cloudpayments-mcp
CloudPayments API용 MCP 서버 -- 1단계 및 2단계 결제, 환불, 구독, 주문(인보이스 링크), 거래 내역. 도구 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 | 1단계 결제(즉시 청구) |
| POST /payments/auth | 2단계 결제(승인/보류) |
| 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