Pre-trade risk gate for autonomous trading agents. Classifies crypto market structural regimes (bounded/active/unstable) with 98% accuracy and estimates how long the regime will last (stability half-life). One GET request returns regime, action, exposure scalar, and urgency. Agents self-provision API keys. 50 free calls/day.
Server Config
{
"mcpServers": {
"renoun": {
"command": "pip",
"args": [
"install",
"renoun-mcp"
]
}
}
}