Risk guardrails for AI trading agents. Your agent proposes; your policy decides.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx agentrisk
MCP client config
{
"mcpServers": {
"agentrisk": {
"command": "uvx",
"args": [
"agentrisk"
]
}
}
}