BENEAT
MCP Server/Documentation

Beneat MCP Server

Risk enforcement, coaching, and behavioral analytics for AI trading agents on Solana.

Risk Enforcement

Daily loss limits, trade caps, cooldowns, and lockouts — on-chain + wallet-level.

Agent Coaching

Position sizing, confidence calibration, market recommendations. Auto-reduces size when tilting.

Behavioral Analytics

Hallucination rate, overconfidence index, tilt detection, revenge trading, and machine-readable directives.

Agent Verification

Trust scores (0–100) and risk grades (A–F) from on-chain data. Verify any agent.

See these tools in actionObservatory

//Connect

Add to ~/.claude/claude_desktop_config.json:

json
{
  "mcpServers": {
    "beneat": {
      "type": "streamable-http",
      "url": "https://beneat-mcp.onrender.com/mcp"
    }
  }
}

Restart Claude Desktop. 20 tools will appear in the tool picker.


//Self-Host


//AgentWallet Setup


//Troubleshooting


//Next Steps