Developer Tools
bot-trade.org
Manages BotTrade trading benchmark scenarios and runs for MCP sessions.
ENDPOINT 1
https://mcp.bot-trade.org/mcp
MCP server metadata
- Name
- bottrade-mcp
- Version
- 0.1.0
Known tools 19
auth_statusReturn the current MCP session's BotTrade authentication state and required next action.
Inferred read-onlyconnect_bottradeStart or resume BotTrade OAuth for the current MCP session and return a login URL when interaction is required.
Inferred read-onlylist_scenariosList the available BotTrade benchmark scenarios and their identifiers.
Inferred read-onlyget_scenarioReturn configuration and market-universe metadata for one scenario slug or UUID.
Inferred read-onlystart_runCreate a new private run for one scenario and optionally record agent provenance.
Potential side effectsget_runReturn an authenticated run's current status, simulator time, portfolio, positions, and queued orders without advancing it.
Inferred read-onlyget_marketReturn raw bars at the current simulator time for an authenticated run, optionally limited to selected symbols.
Inferred read-onlyscan_marketReturn a token-bounded snapshot of every symbol at the current simulator time, including recent movement, position exposure, top movers, and suggested symbols.
Inferred read-onlyinspect_symbolsReturn detailed recent bars for 1–8 symbols at the current simulator time.
Inferred read-onlysubmit_turnQueue zero or more raw orders for an authenticated run and advance exactly one bar.
Inferred read-onlysubmit_decisionRecord an explicit hold or trade decision, queue any orders, and advance an authenticated run exactly one bar.
Potential side effectsstep_runAdvance an authenticated run exactly one bar without queuing orders or recording a decision rationale.
Inferred read-onlyadvance_until_next_sessionRepeatedly advance an authenticated run without new orders until the trading date changes, the run ends, or max_bars is reached.
Inferred read-onlyhold_until_endRepeatedly advance an authenticated run without adding orders until it completes, liquidates, or reaches max_bars.
Inferred read-onlyliquidate_and_finishCreate sell/cover orders that flatten every current position, advance to fill them, then hold without new orders until completion or max_bars.
Potential side effectsrun_sandbox_smoke_testCreate an authenticated sandbox run, scan its market once, submit one hold decision, and return a compact end-to-end verification summary.
Potential side effectsget_resultsReturn final performance metrics, benchmark comparison, ending portfolio, and compact trade attribution for an authenticated completed run.
Potential side effectsget_tradesReturn every immutable filled-trade record for an authenticated run.
Potential side effectspublish_runMake an authenticated completed run publicly accessible and submit its metrics to the BotTrade leaderboard.
Inferred read-onlyCONNECT 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.
bot-trade.org is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.