Table of Content
TradeSearcher, now inside your AI coding agent
By Vincent Nguyen
Updated 1 min ago
TradeSearcher now works where you already build — Claude Code, Cursor, Codex, and the terminal.
Two new tools let you (and your AI agent) query our strategies and backtests directly:
The CLI — @tradesearcher/cli, a command-line tool for searching, comparing, and exporting strategies from your shell or scripts.
The MCP server — @tradesearcher/mcp-server, one Model Context Protocol server that gives your agent tools to search symbols, rank backtests, compare candidates, and read Pine source.
Get started in two minutes
Create an API key on your account page.
Install:
CLI: npm install -g @tradesearcher/cli then tradesearcher auth login
MCP: add it in one click (Cursor / VS Code) or
claude mcp add tradesearcher --env TRADESEARCHER_API_KEY=your_key -- npx -y @tradesearcher/mcp-server
Ask your agent things like "Find strong BTCUSD swing backtests" or
"Export the Pine source for this backtest."
Free vs Premium
Free accounts can test the tools with limited results. Premium unlocks stronger backtests, more
results, recent trades, and full strategy details — through the same tools.
Full guide: tradesearcher.ai/developers ·
docs.tradesearcher.ai/developer-tools
Reading about strategies is step one
Answer a few questions and get matched with backtested strategies that fit your style.