Mmcp.market

BenAwf MCP server

by benawf.com·com.benawf/mcp·v1.0.0

BenAwf remote MCP for Strategy Lab. Streamable HTTP. Paper GA; live venue beta.

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

full report

Adoption
New

Little public usage data yet

Reviews

Write one

Nobody has reviewed BenAwf yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

BenAwf tools (16, 5 write)

write = sends, deletes, buys or posts
  • add_entry_gateFree

    Add one AND entry gate. Args: side + condition JSON. You are the DSL translator. Invent the section JSON (condition/position/exit/cooldown). Browser applies only — BenAwf does not call an LLM. No prose text.

  • delete_entry_gatewrite actionFree

    Remove one entry gate by id (from get_experiment). Args: id only. Refuses when it would leave both long and short with zero gates.

  • diff_dslFree

    Structured rules diff between two @R# iterations (entry gates per side, position, exit, cooldown). Use before adopting an older iteration's levers onto a newer one.

  • get_backtestFree

    Cache-or-run one sim for an @R# + window, then return Score, trade count, PnL, drawdown, and bounded stats for one run. Numbers only — no BenAwf assessment LLM; you analyze. Same @R# + window → cached @B# (identical stats; follow the comment). After any mutate pass that result's dsl_ref. If you changed rules behind the same R#/draft, or suspect a stale cached @B#, pass force:true to force a fresh sim — never extrapolate from a cached B# of a different rules state.

  • get_experimentFree

    Prose summary plus rules JSON (entry gates with ids, position, exit, cooldownMinutes) and that iteration's @B# refs. Read before inventing translator-shaped mutate args.

  • get_lineageFree

    Champion @R#, per-iteration verdicts, levers tried/untried/failed on champion, converged flag, and user canvas view vs recommended working @R#.

  • get_market_context_by_dateFree

    OHLCV and cited indicators around that date (engine lookback each side).

  • list_backtestsFree

    Open Lab @B# rows with window, assets, trade count, PnL, win rate, drawdown, and tape_stripped.

  • list_iterationsFree

    Open Lab @R# rows as the same dump as Live rules (parent, headline @B#, Long/Position/Exit).

  • list_strategiesFree

    Ids, @R# refs, and backtest headlines for strategies not currently open.

  • list_tradesFree

    One page of fills (20 per page): trade_id, side, prices, PnL.

  • patch_cooldownwrite actionFree

    Set root cooldownMinutes. Args: cooldownMinutes number|null. You are the DSL translator. Invent the section JSON (condition/position/exit/cooldown). Browser applies only — BenAwf does not call an LLM. No prose text.

  • patch_entry_gatewrite actionFree

    Replace one entry gate by id. Args: id + condition JSON. You are the DSL translator. Invent the section JSON (condition/position/exit/cooldown). Browser applies only — BenAwf does not call an LLM. No prose text.

  • patch_exitwrite actionFree

    Full replace of rules.exit. Args: exit JSON. You are the DSL translator. Invent the section JSON (condition/position/exit/cooldown). Browser applies only — BenAwf does not call an LLM. No prose text.

  • patch_positionwrite actionFree

    Full replace of rules.position. Args: position JSON. You are the DSL translator. Invent the section JSON (condition/position/exit/cooldown). Browser applies only — BenAwf does not call an LLM. No prose text.

  • select_iterationFree

    Load an @R# onto the live canvas so mutate tools edit that iteration.

Public scan report

scanner v0.1.9 · 2026-09-21 · same rubric, same numbers if you re-run it

1 high1 low
  • Code scanremote-only server, no package to scann/a
  • Live reliabilityremote reachable in 2191ms17/20
  • Tool poisoning16 tool descriptions checked15/15
  • Auth qualityopen endpoint exposes 5 write-action tools with no auth3/15
  • Maintenanceno repository listed3/15
  • Maintainer identityverified namespace with website, no repo4/10

Findings (2)

  • highWrite-action tools reachable without authenticationauth.open-write
  • lowNo source repository listedmaint.no-repo
Overall 56/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 mcp https://api.benawf.com/mcp
Add to Cursor

BenAwf: common questions

Is BenAwf MCP server safe?
With care: it is graded C, so read the findings first (56/100). Read the BenAwf safety report
How do I install BenAwf?
It runs remotely at api.benawf.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 BenAwf need an API key?
Not as far as the registry entry and our scan can tell: no credentials are declared or required.
Is BenAwf maintained?
The latest release is v1.0.0.
Is BenAwf up?
100% of our last 1 checks got an answer. We check remote servers about four times a day.

More from benawf.com