Catalog
io.github.moxiespirit/curistat-mcp
OfficialCuristat Trading Analytics
Futures volatility intelligence: forecasts, regime detection, signals, and analogs for ES/NQ.
Analyze futures volatility with forecasts, regime detection, and trading signals.
README not available yet.
Install
Configuration
Environment variables
CURISTAT_API_KEYrequiredsecretYour Curistat Developer API key (get one at curistat.com/developer)
CURISTAT_API_URLAPI base URL (default: https://api.curistat.com)
claude_desktop_config.json
{
"mcpServers": {
"curistat-mcp": {
"command": "uvx",
"args": [
"curistat_mcp"
],
"env": {
"CURISTAT_API_KEY": "<YOUR_CURISTAT_API_KEY>",
"CURISTAT_API_URL": "<YOUR_CURISTAT_API_URL>"
}
}
}
}