|
|
hai 1 mes | |
|---|---|---|
| cache | hai 1 mes | |
| indicators | hai 1 mes | |
| providers | hai 1 mes | |
| services | hai 1 mes | |
| .dockerignore | hai 1 mes | |
| .gitignore | hai 1 mes | |
| Dockerfile | hai 1 mes | |
| PROJECT.md | hai 1 mes | |
| README.md | hai 1 mes | |
| config.py | hai 1 mes | |
| docker-compose.yml | hai 1 mes | |
| errors.py | hai 1 mes | |
| killserver.sh | hai 1 mes | |
| main.py | hai 1 mes | |
| mcp_tools.py | hai 1 mes | |
| requirements.txt | hai 1 mes | |
| restart.sh | hai 1 mes | |
| run.sh | hai 1 mes | |
| server.py | hai 1 mes | |
| server_fastmcp.py | hai 1 mes | |
| tests.py | hai 1 mes | |
| tests.sh | hai 1 mes |
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