Stats
Actions
Tags
From cdcx-cli
Runs locally as a stdio subprocess the CDCX CLI in MCP mode with market services, enabling deployment capabilities. Requires CDC_API_KEY and CDC_API_SECRET.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"cdcx": {
"command": "cdcx",
"args": [
"mcp",
"--services",
"market"
],
"env": {
"CDC_API_KEY": "${user_config.api_key}",
"CDC_API_SECRET": "${user_config.api_secret}"
}
}
}
}Replace placeholder values for: CDC_API_KEY, CDC_API_SECRET
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
cdcxCommand-line arguments passed to the server process
Environment variables set when the server starts
CDC_API_KEY=${user_config.api_key}CDC_API_SECRET=${user_config.api_secret}Sensitive values you must provide — never committed to source control
Declared capabilities of this MCP server
npx claudepluginhub crypto-com/cdcx-cli --plugin cdcx-cli