← Registry

Developer Tools

bot-trade.org

Manages BotTrade trading benchmark scenarios and runs for MCP sessions.

1 endpoint19 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://mcp.bot-trade.org/mcp

No auth detected

MCP server metadata

Name
bottrade-mcp
Version
0.1.0
Capabilities
promptsresourcestools

Known tools 19

auth_status

Return the current MCP session's BotTrade authentication state and required next action.

Inferred read-only
connect_bottrade

Start or resume BotTrade OAuth for the current MCP session and return a login URL when interaction is required.

Inferred read-only
list_scenarios

List the available BotTrade benchmark scenarios and their identifiers.

Inferred read-only
get_scenario

Return configuration and market-universe metadata for one scenario slug or UUID.

Inferred read-only
start_run

Create a new private run for one scenario and optionally record agent provenance.

Potential side effects
get_run

Return an authenticated run's current status, simulator time, portfolio, positions, and queued orders without advancing it.

Inferred read-only
get_market

Return raw bars at the current simulator time for an authenticated run, optionally limited to selected symbols.

Inferred read-only
scan_market

Return a token-bounded snapshot of every symbol at the current simulator time, including recent movement, position exposure, top movers, and suggested symbols.

Inferred read-only
inspect_symbols

Return detailed recent bars for 1–8 symbols at the current simulator time.

Inferred read-only
submit_turn

Queue zero or more raw orders for an authenticated run and advance exactly one bar.

Inferred read-only
submit_decision

Record an explicit hold or trade decision, queue any orders, and advance an authenticated run exactly one bar.

Potential side effects
step_run

Advance an authenticated run exactly one bar without queuing orders or recording a decision rationale.

Inferred read-only
advance_until_next_session

Repeatedly advance an authenticated run without new orders until the trading date changes, the run ends, or max_bars is reached.

Inferred read-only
hold_until_end

Repeatedly advance an authenticated run without adding orders until it completes, liquidates, or reaches max_bars.

Inferred read-only
liquidate_and_finish

Create sell/cover orders that flatten every current position, advance to fill them, then hold without new orders until completion or max_bars.

Potential side effects
run_sandbox_smoke_test

Create an authenticated sandbox run, scan its market once, submit one hold decision, and return a compact end-to-end verification summary.

Potential side effects
get_results

Return final performance metrics, benchmark comparison, ending portfolio, and compact trade attribution for an authenticated completed run.

Potential side effects
get_trades

Return every immutable filled-trade record for an authenticated run.

Potential side effects
publish_run

Make an authenticated completed run publicly accessible and submit its metrics to the BotTrade leaderboard.

Inferred read-only

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.bottrade-mcp]
url = "https://mcp.bot-trade.org/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "bottrade-mcp": {
      "type": "http",
      "url": "https://mcp.bot-trade.org/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: bottrade-mcp
Remote MCP URL: https://mcp.bot-trade.org/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": {
    "bottrade-mcp": {
      "url": "https://mcp.bot-trade.org/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "bottrade-mcp": {
      "type": "http",
      "url": "https://mcp.bot-trade.org/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "bottrade-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.bot-trade.org/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for bot-trade.org was fetched 2026-07-26T08:47:05.185Z and is being refreshed.

Trust status Neutral

bot-trade.org is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.