Stats
Actions
Tags
From crypto-trading-desk
Runs a local Python process providing advanced technical indicators for cryptocurrency market analysis (e.g., moving averages, RSI, MACD). Uses uv for execution.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"crypto-advanced-indicators": {
"command": "uv",
"args": [
"run",
"--frozen",
"--project",
"${CLAUDE_PLUGIN_ROOT}",
"python",
"${CLAUDE_PLUGIN_ROOT}/mcp-servers/crypto_advanced_indicators.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