Back to MCP Servers

Riskstate

Deterministic risk governance for crypto trading agents. 5-level policy engine with position sizing, leverage limits, and trade blocking. BTC + ETH. [](https://glama.ai/mcp/servers/likidodefi/riskstate-mcp)

finance-fintechgoairagagent

Installation

npx -y riskstate-mcp

Configuration

{
  "mcpServers": {
    "riskstate-mcp": {
      "command": "npx",
      "args": ["-y", "riskstate-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub