|
|
1 month ago | |
|---|---|---|
| cache | 1 month ago | |
| indicators | 1 month ago | |
| providers | 1 month ago | |
| services | 1 month ago | |
| .dockerignore | 1 month ago | |
| .gitignore | 1 month ago | |
| Dockerfile | 1 month ago | |
| PROJECT.md | 1 month ago | |
| README.md | 1 month ago | |
| config.py | 1 month ago | |
| docker-compose.yml | 1 month ago | |
| errors.py | 1 month ago | |
| killserver.sh | 1 month ago | |
| main.py | 1 month ago | |
| mcp_tools.py | 1 month ago | |
| requirements.txt | 1 month ago | |
| restart.sh | 1 month ago | |
| run.sh | 1 month ago | |
| server.py | 1 month ago | |
| server_fastmcp.py | 1 month ago | |
| tests.py | 1 month ago | |
| tests.sh | 1 month ago |
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) for a given symbol/timeframe.
GET /GET /health./tests.sh