Mmcp.market

Backend MCP server

by aiguardrail·io.github.aiguardrail/backend·v1.0.4

Deterministic pre-trade risk checks for autonomous AI trading agents.

C67/100grade C
What users say
No reviews yet
Be the first
Safety scan
C67/100

full report

Adoption
New

Little public usage data yet

Reviews

Write one

Nobody 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 posts
  • check_token_safetyFree

    Honeypot / contract safety check for any ERC-20 token.

  • evaluate_tradeFree

    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.

  • get_supported_assetsFree

    List every asset in the guardrail's official Robinhood Chain registry, with its canonical contract address.

  • simulate_balanceFree

    Simulate a wallet's ERC-20 balance after a hypothetical trade using eth_call state override. Read-only: no transaction is ever sent.

  • verify_audit_trailFree

    Verify 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

1 low
  • 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 listedmaint.no-repo
Overall 67/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

Install directly

claude mcp add --transport http backend https://api.collarguardrail.com/mcp-http/mcp
Add to Cursor

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.

More from aiguardrail