MCP Servers / finance / Deribit MCP with Claude Session injection

Deribit MCP with Claude Session injection

JSON →
stdionone★ 2finance

Claude Opus full auto trading

Install
How to run this server
[ { "cmd": "pip install -e", "imports": [] } ]
server path: deribit-mcp-with-claude-session-injection
Tools
What this server exposes
record_decision
Mint a decision_id for pre-trade audit trail before placing any order
set_price_alert
Set threshold/cross/percentage-change price alerts that fire asynchronously through the channel pipeline
set_time_alert
Schedule future wakeup alerts (e.g. check funding in 4 hours) through the channel pipeline
get_chart_data
Return Deribit candlesticks at various resolutions (1/3/5/10/15/30/60/120/180/360/720-minute or daily)
get_orderbook_live
Subscribe via WebSocket and serve cached order book snapshots
get_orderbook_diff
Subscribe via WebSocket and serve cached order book diff snapshots
Configuration
Environment & auth
authnone
envDERIBIT_EVENT_ADMIN_TOKEN
envDERIBIT_API_KEY
envTELEGRAM_BOT_TOKEN
envCHAT_ID
envMCP_SHARED_SECRET
envDERIBIT_API_SECRET
envTELEGRAM_CHAT_ID
Resources
Deribit MCP with Claude Session injection — MCP Server · libregistry