Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From crypto-trading-desk
Runs locally to fetch and analyze cryptocurrency futures market data, including prices, funding rates, and open interest.
npx claudepluginhub hugoguerrap/crypto-claude-desk --plugin crypto-trading-deskCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"crypto-futures": {
"command": "uv",
"args": [
"run",
"--frozen",
"--project",
"${CLAUDE_PLUGIN_ROOT}",
"python",
"${CLAUDE_PLUGIN_ROOT}/mcp-servers/crypto_futures_data.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
Share bugs, ideas, or general feedback.