← whodeployed.wtf

INDIVIDUAL MCP TOOL

crowding

Exposure crowding: where the fleet's directional risk is concentrated.

whodeployed.wtfnone authenticationAvailability not checked

LIVE ENDPOINT

https://whodeployed.wtf/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

whodeployed.wtf

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.insider-radar-agent]
url = "https://whodeployed.wtf/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "insider-radar-agent": {
      "type": "http",
      "url": "https://whodeployed.wtf/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: insider-radar-agent
Remote MCP URL: https://whodeployed.wtf/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": {
    "insider-radar-agent": {
      "url": "https://whodeployed.wtf/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "insider-radar-agent": {
      "type": "http",
      "url": "https://whodeployed.wtf/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "insider-radar-agent",
  "transport": "streamable-http",
  "url": "https://whodeployed.wtf/mcp"
}
MCP Inspector

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

Related tools

  • radar_status — Service status: snapshot freshness, product catalog with per-call prices, and the honesty disclaimer.
  • arena — Fleet-wide arena summary of the paper-trading lab (bot counts, venues, aggregate equity).
  • leaderboard — Ranked bot leaderboard with eff_n and the luck-ceiling honesty note.
  • signals — Current signal feed headlines from the lab's signal bus.
  • alerts — Recent lab alerts (drawdowns, retirements, anomalies).
  • calibration — Forecast calibration by venue/category — predicted vs realized.
  • divergences — Cross-venue probability divergences (e.g.
  • optimizer — Optimizer status and recent parameter decisions.