Stats
Actions
Tags
From crypto-trading-desk
Provides cryptocurrency exchange data and trading capabilities via the CCXT library, supporting multiple exchanges for market data, order management, and account queries.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"crypto-exchange": {
"command": "uv",
"args": [
"run",
"--frozen",
"--project",
"${CLAUDE_PLUGIN_ROOT}",
"python",
"${CLAUDE_PLUGIN_ROOT}/mcp-servers/crypto_exchange_ccxt_ultra.py"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
uv${CLAUDE_PLUGIN_ROOT}Command-line arguments passed to the server process
npx claudepluginhub hugoguerrap/crypto-claude-desk --plugin crypto-trading-desk