Skip to main content
Glama
theYahia

@theyahia/cloudpayments-mcp

by theYahia

@theyahia/cloudpayments-mcp

CloudPayments API 用の MCP サーバー -- ワンステップ・ツーステップ決済、返金、サブスクリプション、注文(請求書リンク)、取引履歴。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

ワンステップ決済(即時請求)

auth_payment

POST /payments/auth

ツーステップ決済(承認/保留)

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