Cloudpayments MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 30 installs a week from npm. Last commit 1 Apr 2026.
MCP server for CloudPayments API — charge, auth, confirm, void, refund, find transaction. 6 tools.
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.
claude mcp add cloudpayments-mcp -- npx -y @theyahia/cloudpayments-mcp
{
"mcpServers": {
"cloudpayments-mcp": {
"args": [
"-y",
"@theyahia/cloudpayments-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.cloudpayments-mcp]
command = "npx"
args = ["-y", "@theyahia/cloudpayments-mcp"]
{
"mcpServers": {
"cloudpayments-mcp": {
"args": [
"-y",
"@theyahia/cloudpayments-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"cloudpayments-mcp": {
"args": [
"-y",
"@theyahia/cloudpayments-mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.