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

Public 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

就绪

支付、退款、收据、打款、Webhook

@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