mcpbeat Sign in

Cloudpayments MCP Server

local only

Cloudpayments MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 53 installs a week from npm. Last commit 5 Sep 2026.

MCP server for CloudPayments API — charge, auth, confirm, void, refund, find transaction. 6 tools.

The author archived this repository on GitHub, meaning it is no longer maintained.

Installs per day peak 14 · avg 6 · +195% w/w
a month agotoday
53
Installs / week
npm · @theyahia/cloudpayments-mcp
0
Stars
0 open issues
5 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository theyahia/cloudpayments-mcp
пакет @theyahia/cloudpayments-mcp ссылается на theyahia/mcp-servers

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add cloudpayments-mcp -- npx -y @theyahia/cloudpayments-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cloudpayments-mcp": {
      "args": [
        "-y",
        "@theyahia/cloudpayments-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cloudpayments-mcp]
command = "npx"
args = ["-y", "@theyahia/cloudpayments-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "cloudpayments-mcp": {
      "args": [
        "-y",
        "@theyahia/cloudpayments-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cloudpayments-mcp": {
      "args": [
        "-y",
        "@theyahia/cloudpayments-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CLOUDPAYMENTS_PUBLIC_ID (API key for the service). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Cloudpayments MCP

same job, measured the same way
Tkassa MCP
by theyahia

MCP server for T-Kassa (T-Bank/Tinkoff) payment API — payments, refunds. 5 tools. First MCP for T-K

56 installs/wk local only
Yookassa MCP
by theyahia

MCP server for YooKassa payment API — payments, refunds, receipts (54-FZ). 10 tools. First MCP for

70 installs/wk local only
Seraph
by kondux

Crypto transaction firewall and risk tools for MCP agents.

answering
Revolut MCP
by jeff-nasseri

MCP server for the Revolut Business API: accounts, transactions, payments, FX, and more.

54 installs/wk local only
Zen
by krystiangw

Unofficial MCP server for the ZEN.com Payment Gateway: payment links, transactions, refunds.

22 installs/wk local only
Braintree
by usefulapi

Search Braintree transactions, customers and payment methods, and refund or void charges.

7 tools answering
MCP Stripe
by codespar

MCP server for Stripe — global payments API (PaymentIntents, Checkout, Billing, Refunds)

26 installs/wk local only
MCP Simulate
by cryptoapis-io

MCP server for dry-run Ethereum transaction simulation via Crypto APIs

82 installs/wk local only

Cloudpayments MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Cloudpayments MCP?
Cloudpayments MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @theyahia/cloudpayments-mcp was installed 53 times last week.
Is Cloudpayments MCP still maintained?
The author archived this repository on GitHub, meaning it is no longer maintained. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Cloudpayments MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @theyahia/cloudpayments-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Cloudpayments MCP?
The npm package @theyahia/cloudpayments-mcp was installed 53 times in the last week. Week over week that is +195%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Cloudpayments MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.