FastMCP-based metals market data server backed by a Swissquote poller and local candle store.
/mcp/mcp/sse/mcp/messages//rpc compatibility pathsource .venv/bin/activate
pip install -r requirements.txt
./run.sh
Default URL base: http://127.0.0.1:8515
GET / → health + tool listGET /health → health + cache/store statsget_priceget_candlesget_last_candleget_capabilitiescrypto-mcp tool names where it makes sense.get_price fetches live Swissquote quotes for metals like XAU.get_indicator, get_market_snapshot, get_top_movers, and get_regime with real regime math.crypto-mcp where practical.8515../tests.sh
./run.sh
./killserver.sh stops stale listeners on the configured port./restart.sh chains kill and run