Skip to main content
Glama
theYahia

@theyahia/cloudpayments-mcp

by theYahia

@theyahia/cloudpayments-mcp

CloudPayments API용 MCP 서버 -- 1단계 및 2단계 결제, 환불, 구독, 주문(인보이스 링크), 거래 내역. 도구 12개.

npm license

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-mcp

Cursor / 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

인증

변수

필수

설명

CLOUDPAYMENTS_PUBLIC_ID

공개 ID(HTTP Basic 사용자 이름)

CLOUDPAYMENTS_API_SECRET

API 비밀 키(HTTP Basic 비밀번호)

테스트에는 CloudPayments 테스트 터미널을 사용하세요.

도구 (12개)

결제 (5개)

도구

API 엔드포인트

설명

charge_payment

POST /payments/charge

1단계 결제(즉시 청구)

auth_payment

POST /payments/auth

2단계 결제(승인/보류)

confirm_payment

POST /payments/confirm

승인된 결제 확정(전체 또는 부분)

void_payment

POST /payments/void

승인된 결제 취소(보류 해제)

get_transaction

POST /payments/find

ID로 거래 조회

환불 (1개)

도구

API 엔드포인트

설명

refund_payment

POST /payments/refund

거래 ID로 전체 또는 부분 환불

구독 (4개)

도구

API 엔드포인트

설명

create_subscription

POST /subscriptions/create

토큰으로 정기 구독 생성

update_subscription

POST /subscriptions/update

금액, 간격, 기간 업데이트

cancel_subscription

POST /subscriptions/cancel

활성 구독 취소

list_subscriptions

POST /subscriptions/find

사용자의 구독 목록 조회

주문 (1개)

도구

API 엔드포인트

설명

create_order

POST /orders/create

결제 주문 생성(인보이스 링크)

거래 (1개)

도구

API 엔드포인트

설명

list_transactions

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 1st
Show me all transactions for yesterday and refund 2500 RUB on transaction 123456

Russian API MCP 시리즈의 일부

MCP

상태

설명

@metarebalance/dadata-mcp

준비 완료

주소, 회사, 은행, 전화

@theyahia/cbr-mcp

준비 완료

환율, 기준금리

@theyahia/yookassa-mcp

준비 완료

결제, 환불, 영수증, 지급, 웹훅

@theyahia/cloudpayments-mcp

준비 완료

결제, 구독, 주문

...

+46개 서버 -- 전체 목록

라이선스

MIT

Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables 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.
    57
    7
    Apache 2.0
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables 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.
    50
    1
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables natural language interaction with Stripe accounts to query customers, revenue, invoices, subscriptions, disputes, and issue refunds.
    59
    1
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables interaction with Razorpay payment gateway through natural language, allowing users to fetch payments, manage orders, issue refunds, and list settlements.
    10
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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