Skip to main content
Glama
theYahia

@theyahia/cloudpayments-mcp

by theYahia

@theyahia/cloudpayments-mcp

MCP-Server für die CloudPayments API -- Ein-Schritt- und Zwei-Schritt-Zahlungen, Rückerstattungen, Abonnements, Bestellungen (Rechnungslink), Transaktionsverlauf. 12 Tools.

npm license

Teil der Russian API MCP-Serie von @theYahia.

Schnellstart

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

HTTP_PORT=3000 npx @theyahia/cloudpayments-mcp
# or
npx @theyahia/cloudpayments-mcp --http 3000

Endpunkte: POST /mcp (JSON-RPC), GET /health (Status).

Related MCP server: PayBridgeNP MCP Server

Authentifizierung

Variable

Erforderlich

Beschreibung

CLOUDPAYMENTS_PUBLIC_ID

Ja

Öffentliche ID (HTTP-Basic-Benutzername)

CLOUDPAYMENTS_API_SECRET

Ja

API-Secret (HTTP-Basic-Passwort)

Für Tests verwenden Sie das CloudPayments-Testterminal.

Tools (12)

Zahlungen (5)

Tool

API-Endpunkt

Beschreibung

charge_payment

POST /payments/charge

Ein-Schritt-Zahlung (sofortige Belastung)

auth_payment

POST /payments/auth

Zwei-Schritt-Zahlung (Autorisierung/Reservierung)

confirm_payment

POST /payments/confirm

Autorisierte Zahlung bestätigen (vollständig oder teilweise)

void_payment

POST /payments/void

Autorisierte Zahlung stornieren (Reservierung aufheben)

get_transaction

POST /payments/find

Transaktion anhand der ID finden

Rückerstattungen (1)

Tool

API-Endpunkt

Beschreibung

refund_payment

POST /payments/refund

Vollständige oder teilweise Rückerstattung anhand der Transaktions-ID

Abonnements (4)

Tool

API-Endpunkt

Beschreibung

create_subscription

POST /subscriptions/create

Wiederkehrendes Abonnement mit Token erstellen

update_subscription

POST /subscriptions/update

Betrag, Intervall und Zeitraum aktualisieren

cancel_subscription

POST /subscriptions/cancel

Aktives Abonnement kündigen

list_subscriptions

POST /subscriptions/find

Abonnements für einen Benutzer auflisten

Bestellungen (1)

Tool

API-Endpunkt

Beschreibung

create_order

POST /orders/create

Zahlungsauftrag erstellen (Rechnungslink)

Transaktionen (1)

Tool

API-Endpunkt

Beschreibung

list_transactions

POST /payments/list

Alle Transaktionen für ein Datum auflisten

Demo-Prompts

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

Teil der Russian API MCP-Serie

MCP

Status

Beschreibung

@metarebalance/dadata-mcp

bereit

Adressen, Unternehmen, Banken, Telefone

@theyahia/cbr-mcp

bereit

Wechselkurse, Leitzins

@theyahia/yookassa-mcp

bereit

Zahlungen, Rückerstattungen, Belege, Auszahlungen, Webhooks

@theyahia/cloudpayments-mcp

bereit

Zahlungen, Abonnements, Bestellungen

...

+46 Server -- vollständige Liste

Lizenz

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