Backend MCP server
Deterministic pre-trade risk checks for autonomous AI trading agents.
Little public usage data yet
Reviews
Write oneNobody has reviewed Backend yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Backend tools (5)
write = sends, deletes, buys or postscheck_token_safetyFreeHoneypot / contract safety check for any ERC-20 token.
evaluate_tradeFreePre-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.
get_supported_assetsFreeList every asset in the guardrail's official Robinhood Chain registry, with its canonical contract address.
simulate_balanceFreeSimulate a wallet's ERC-20 balance after a hypothetical trade using eth_call state override. Read-only: no transaction is ever sent.
verify_audit_trailFreeVerify the tamper-evident audit trail for a wallet's past guardrail decisions.
Public scan report
scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 1471ms20/20
- Tool poisoning5 tool descriptions checked15/15
- Auth qualityopen endpoint, read-only tools10/15
- Maintenanceno repository listed3/15
- Maintainer identityno repository or website to verify2/10
Findings (1)
- lowNo source repository listed
maint.no-repo
Install directly
claude mcp add --transport http backend https://api.collarguardrail.com/mcp-http/mcp
Backend: common questions
- Is Backend MCP server safe?
- With care: it is graded C, so read the findings first (67/100). Read the Backend safety report
- How do I install Backend?
- It runs remotely at api.collarguardrail.com. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does Backend need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Backend maintained?
- The latest release is v1.0.4.
- Is Backend up?
- 100% of our last 8 checks got an answer. We check remote servers about four times a day.