@theyahia/cloudpayments-mcp
@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.
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-mcpCursor / 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 3000Endpoints: POST /mcp (JSON-RPC), GET /health (estado).
Related MCP server: PayBridgeNP MCP Server
Autenticación
Variable | Requerido | Descripción |
| Sí | ID público (usuario de HTTP Basic) |
| Sí | 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 |
| POST /payments/charge | Pago de un solo paso (cargo inmediato) |
| POST /payments/auth | Pago en dos pasos (autorización/retención) |
| POST /payments/confirm | Confirmar pago autorizado (total o parcial) |
| POST /payments/void | Anular pago autorizado (liberar la retención) |
| POST /payments/find | Buscar transacción por ID |
Reembolsos (1)
Herramienta | API Endpoint | Descripción |
| POST /payments/refund | Reembolso total o parcial por ID de transacción |
Suscripciones (4)
Herramienta | API Endpoint | Descripción |
| POST /subscriptions/create | Crear suscripción recurrente con token |
| POST /subscriptions/update | Actualizar importe, intervalo y período |
| POST /subscriptions/cancel | Cancelar suscripción activa |
| POST /subscriptions/find | Listar suscripciones de un usuario |
Órdenes (1)
Herramienta | API Endpoint | Descripción |
| POST /orders/create | Crear orden de pago (enlace de factura) |
Transacciones (1)
Herramienta | API Endpoint | Descripción |
| 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 1stShow me all transactions for yesterday and refund 2500 RUB on transaction 123456Parte de la serie Russian API MCP
MCP | Estado | Descripción |
listo | Direcciones, empresas, bancos y teléfonos | |
listo | Tipos de cambio, tasa clave | |
listo | Pagos, reembolsos, recibos, desembolsos, webhooks | |
listo | Pagos, suscripciones, órdenes | |
... | +46 servidores -- lista completa |
Licencia
MIT
Maintenance
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
AlicenseNot gradedqualityBmaintenanceEnables 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.577Apache 2.0- AlicenseNot gradedqualityBmaintenanceEnables 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.501MIT
- AlicenseNot gradedqualityCmaintenanceEnables natural language interaction with Stripe accounts to query customers, revenue, invoices, subscriptions, disputes, and issue refunds.591MIT
- AlicenseNot gradedqualityDmaintenanceEnables interaction with Razorpay payment gateway through natural language, allowing users to fetch payments, manage orders, issue refunds, and list settlements.10MIT
Related MCP Connectors
Taiwan payments (ECPay 綠界 + NewebPay 藍新) & e-invoices for AI agents. Stateless, never holds funds.
Ukraine payments for AI agents — LiqPay cards / Apple Pay via LiqPay. Never holds funds.
Cyprus payments for AI agents — cards / Apple Pay via Stripe. Never holds funds.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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