cloudpayments mcp for Windsurf
io.github.theyahia/cloudpayments-mcp
MCP server for CloudPayments API — charge, auth, confirm, void, refund, find transaction. 6 tools.
client:Windsurf
transport:stdio
runtime:npm
Install cloudpayments mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"cloudpayments-mcp": {
"command": "npx",
"args": [
"-y",
"@theyahia/cloudpayments-mcp"
],
"env": {
"CLOUDPAYMENTS_PUBLIC_ID": "<CLOUDPAYMENTS_PUBLIC_ID>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs