query_backtest_history — NexusTrade Financial MCP MCP Tool Read-only
query_backtest_history
(query backtest history) is one of 24 tools on the
NexusTrade Financial MCP
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call query_backtest_history from your client
- Claude Code NexusTrade Financial MCP query_backtest_history run in your project directory
- Claude Desktop NexusTrade Financial MCP query_backtest_history ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor NexusTrade Financial MCP query_backtest_history ~/.cursor/mcp.json
- VS Code NexusTrade Financial MCP query_backtest_history .vscode/mcp.json
- Zed NexusTrade Financial MCP query_backtest_history ~/.config/zed/settings.json
- Windsurf NexusTrade Financial MCP query_backtest_history ~/.codeium/windsurf/mcp_config.json
- Cline NexusTrade Financial MCP query_backtest_history ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI NexusTrade Financial MCP query_backtest_history ~/.gemini/settings.json
- Grok NexusTrade Financial MCP query_backtest_history .mcp.json (in your project root)
- ChatGPT NexusTrade Financial MCP query_backtest_history Settings → Connectors → Advanced → Developer mode
- Claude.ai NexusTrade Financial MCP query_backtest_history Settings → Connectors → Add custom connector
- LangChain NexusTrade Financial MCP query_backtest_history pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http nexustrade-mcp https://nexustrade.io/api/mcp
Other tools on this server
- list_agents
- create_agent
- send_chat_message
- get_agent
- get_agent_trajectory
- query_backtest_status
- create_portfolio_variant
- build_portfolio
- stop_agent
- archive_agent
- unarchive_agent
- star_agent
- approve_agent_plan
- reject_agent_action
- send_agent_message
- fetch_portfolios
- get_portfolio
- create_portfolio
- backtest_portfolio
- search_public_portfolios
- update_portfolio
- clone_strategies_to_portfolio
- fork_shared_portfolio
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.