FastMCP-based crypto tools server.
/mcp/mcp/sse/mcp/messages//rpc compatibility pathpip install -r requirements.txt
./run.sh
Default URL base: http://127.0.0.1:8505
Build and start the server with Compose from the project directory:
docker compose up -d --build
The container listens on port 8505 and exposes the MCP SSE transport at:
http://127.0.0.1:8505/mcp/ssehttp://127.0.0.1:8505/healthTo stop it:
docker compose down
get_priceget_ohlcvget_indicator (supports: rsi, ema, sma, macd, atr, bollinger, vwap — each with optional params)get_market_snapshotget_top_moversget_capabilitiesget_regimeget_regime returns a composite view (trend EMA/SMA regime, RSI + MACD momentum, ATR-based volatility, Bollinger bands, VWAP) plus a heuristic early reversal score (bullish/bearish/none with 0–100 score and trigger notes) for a given symbol/timeframe.
GET /GET /health./tests.sh