A small MCP-first server for crypto market data and technical indicators.
POST /mcpGET /GET /healthNo SSE, no event stream, no extra REST API surface.
pip install -r requirements.txt
./run.sh
Default URL:
http://127.0.0.1:8505/mcp
initializetools/listtools/callget_priceget_ohlcvget_indicatorget_market_snapshotget_top_movers./tests.sh
crypto-mcp/
├── main.py
├── mcp_tools.py
├── cache/
├── indicators/
├── providers/
├── services/
├── config.py
├── errors.py
├── run.sh
├── killserver.sh
├── restart.sh
├── tests.py
└── tests.sh