Odel
agentrisk

agentrisk

Local
@trycoin-ai2PythonMITUpdated 3w ago

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).

PyPIagentriskv0.1.1

Run

uvx agentrisk

MCP client config

{
  "mcpServers": {
    "agentrisk": {
      "command": "uvx",
      "args": [
        "agentrisk"
      ]
    }
  }
}