INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://mcp.bot-trade.org/mcp
Connect to this endpoint to inspect the live schema for scan_market and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent server
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.
Related tools
auth_status— Return the current MCP session's BotTrade authentication state and required next action.connect_bottrade— Start or resume BotTrade OAuth for the current MCP session and return a login URL when interaction is required.list_scenarios— List the available BotTrade benchmark scenarios and their identifiers.get_scenario— Return configuration and market-universe metadata for one scenario slug or UUID.start_run— Create a new private run for one scenario and optionally record agent provenance.get_run— Return an authenticated run's current status, simulator time, portfolio, positions, and queued orders without advancing it.get_market— Return raw bars at the current simulator time for an authenticated run, optionally limited to selected symbols.inspect_symbols— Return detailed recent bars for 1–8 symbols at the current simulator time.