← benawf.com

INDIVIDUAL MCP TOOL

select_iteration

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

benawf.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.benawf.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for select_iteration and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

benawf.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.benawf]
url = "https://api.benawf.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "benawf": {
      "type": "http",
      "url": "https://api.benawf.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: benawf
Remote MCP URL: https://api.benawf.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "benawf": {
      "url": "https://api.benawf.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "benawf": {
      "type": "http",
      "url": "https://api.benawf.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "benawf",
  "transport": "streamable-http",
  "url": "https://api.benawf.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_iterations — Open Lab @R# rows as the same dump as Live rules (parent, headline @B#, Long/Position/Exit).
  • get_lineage — Champion @R#, per-iteration verdicts, levers tried/untried/failed on champion, converged flag, and user canvas view vs recommended working @R#.
  • add_entry_gate — Add one AND entry gate.
  • patch_entry_gate — Replace one entry gate by id.
  • delete_entry_gate — Remove one entry gate by id (from get_experiment).
  • patch_position — Full replace of rules.
  • patch_exit — Full replace of rules.
  • patch_cooldown — Set root cooldownMinutes.