Skip to main content
Glama
theYahia

@theyahia/cloudpayments-mcp

by theYahia

@theyahia/cloudpayments-mcp

Servidor MCP para la API de CloudPayments -- pagos de un solo paso y de dos pasos, reembolsos, suscripciones, órdenes (enlaces de factura), historial de transacciones. 12 herramientas.

npm license

Parte de la serie Russian API MCP de @theYahia.

Inicio rápido

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"
    }
  }
}

Transporte HTTP

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

Endpoints: POST /mcp (JSON-RPC), GET /health (estado).

Related MCP server: PayBridgeNP MCP Server

Autenticación

Variable

Requerido

Descripción

CLOUDPAYMENTS_PUBLIC_ID

ID público (usuario de HTTP Basic)

CLOUDPAYMENTS_API_SECRET

Secreto de API (contraseña de HTTP Basic)

Para realizar pruebas, utiliza el terminal de pruebas de CloudPayments.

Herramientas (12)

Pagos (5)

Herramienta

API Endpoint

Descripción

charge_payment

POST /payments/charge

Pago de un solo paso (cargo inmediato)

auth_payment

POST /payments/auth

Pago en dos pasos (autorización/retención)

confirm_payment

POST /payments/confirm

Confirmar pago autorizado (total o parcial)

void_payment

POST /payments/void

Anular pago autorizado (liberar la retención)

get_transaction

POST /payments/find

Buscar transacción por ID

Reembolsos (1)

Herramienta

API Endpoint

Descripción

refund_payment

POST /payments/refund

Reembolso total o parcial por ID de transacción

Suscripciones (4)

Herramienta

API Endpoint

Descripción

create_subscription

POST /subscriptions/create

Crear suscripción recurrente con token

update_subscription

POST /subscriptions/update

Actualizar importe, intervalo y período

cancel_subscription

POST /subscriptions/cancel

Cancelar suscripción activa

list_subscriptions

POST /subscriptions/find

Listar suscripciones de un usuario

Órdenes (1)

Herramienta

API Endpoint

Descripción

create_order

POST /orders/create

Crear orden de pago (enlace de factura)

Transacciones (1)

Herramienta

API Endpoint

Descripción

list_transactions

POST /payments/list

Listar todas las transacciones de una fecha

Prompts de demostración

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

Parte de la serie Russian API MCP

MCP

Estado

Descripción

@metarebalance/dadata-mcp

listo

Direcciones, empresas, bancos y teléfonos

@theyahia/cbr-mcp

listo

Tipos de cambio, tasa clave

@theyahia/yookassa-mcp

listo

Pagos, reembolsos, recibos, desembolsos, webhooks

@theyahia/cloudpayments-mcp

listo

Pagos, suscripciones, órdenes

...

+46 servidores -- lista completa

Licencia

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