# Crypto MCP Server FastMCP-based crypto tools server. ## Transport (compliance-first) - MCP SSE transport mounted at `/mcp` - SSE stream endpoint: `/mcp/sse` - message endpoint handled by FastMCP under `/mcp/messages/` - no legacy `/rpc` compatibility path ## Runtime ```bash pip install -r requirements.txt ./run.sh ``` Default URL base: `http://127.0.0.1:8505` ## Tools - `get_price` - `get_ohlcv` - `get_indicator` - `get_market_snapshot` - `get_top_movers` ## Health - `GET /` - `GET /health` ## Tests ```bash ./tests.sh ```