backend
Deterministic pre-trade risk checks for autonomous AI trading agents.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
What data it sees
Do you need an account
No: the server works without sign-in
Deterministic pre-trade risk checks for autonomous AI trading agents.
Server tool list (5)
Raw names from tools/list. Only developers need these.
| evaluate_trade | Pre-trade risk check for a proposed trade. Call this BEFORE executing any trade and treat a "deny" decision as a hard stop. Evaluated at a fixed Tier 1 ceiling ($5,000 notional) — MCP callers do not get COLR tier gating. For higher tiers, use the REST API with wallet-signature authentication. |
| check_token_safety | Honeypot / contract safety check for any ERC-20 token. |
| simulate_balance | Simulate a wallet's ERC-20 balance after a hypothetical trade using eth_call state override. Read-only: no transaction is ever sent. |
| get_supported_assets | List every asset in the guardrail's official Robinhood Chain registry, with its canonical contract address. |
| verify_audit_trail | Verify the tamper-evident audit trail for a wallet's past guardrail decisions. |