@theyahia/cloudpayments-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HTTP_PORT | No | Port for HTTP transport (optional, e.g., 3000) | |
| CLOUDPAYMENTS_PUBLIC_ID | Yes | Public ID (HTTP Basic username) | |
| CLOUDPAYMENTS_API_SECRET | Yes | API secret (HTTP Basic password) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| charge_paymentA | One-step payment (immediate charge). Pass card cryptogram from CloudPayments widget, amount, and payer IP. |
| auth_paymentA | Two-step payment (authorize/hold). Funds are blocked but not charged until confirmed. |
| confirm_paymentA | Confirm an authorized payment (charge the held amount). Can confirm a partial amount. |
| void_paymentA | Void an authorized payment (release the hold). Works only before confirmation. |
| get_transactionA | Find a transaction by ID. Returns status, amount, card info, and timestamps. |
| refund_paymentC | Refund a payment (full or partial) by transaction ID. |
| create_subscriptionA | Create a recurring subscription. Requires a token from a previous payment. Charges automatically on schedule. |
| update_subscriptionC | Update subscription parameters: amount, interval, period, description. |
| cancel_subscriptionA | Cancel an active subscription by ID. Stops all future charges. |
| list_subscriptionsA | List all subscriptions for a given user (AccountId). |
| create_orderA | Create a payment order (invoice link). Returns a URL the payer can open to pay. |
| list_transactionsA | List all transactions for a given date. Returns completed, authorized, and declined transactions. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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