Skip to main content
Glama
theYahia

@theyahia/cloudpayments-mcp

by theYahia

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HTTP_PORTNoPort for HTTP transport (optional, e.g., 3000)
CLOUDPAYMENTS_PUBLIC_IDYesPublic ID (HTTP Basic username)
CLOUDPAYMENTS_API_SECRETYesAPI 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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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