TradeSearcher Agent Tools
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@TradeSearcher Agent Toolssearch BTCUSD for top strategies"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
TradeSearcher Agent Tools
Use TradeSearcher strategies and existing backtests inside Claude Code, Codex, and other coding agents.
Install
npm install -g @tradesearcher/cliFor MCP:
{
"mcpServers": {
"tradesearcher": {
"command": "npx",
"args": ["-y", "@tradesearcher/mcp-server"],
"env": {
"TRADESEARCHER_API_KEY": "your_api_key"
}
}
}
}Related MCP server: :GT Protocol MCP Server
CLI
tradesearcher auth login
tradesearcher auth status
tradesearcher search BTCUSD
tradesearcher best AAPL
tradesearcher backtest 12345 --details --trades --trade-limit 20
tradesearcher strategy 6789 --source
tradesearcher compare 12345 67890Useful search sorts:
tradesearcher search BTCUSD --sort sharpe
tradesearcher search BTCUSD --sort profitFactor
tradesearcher search BTCUSD --sort roi
tradesearcher search BTCUSD --sort latestTradeDate
tradesearcher search BTCUSD --sort robustness--equity can return large JSON arrays. Use it after narrowing to final candidates.
Free accounts hide high-performance backtests with a profit factor above 3. Premium shows these stronger backtests, more results, recent trades, and full strategy details.
Upgrade: https://tradesearcher.ai/app/premium
MCP tools
See docs/mcp-tools.md for tool schemas, examples, and the recommended agent workflow.
Release check
Before publishing:
npm run release:checkSee docs/release.md for the publish order.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vnguyen42/tradesearcher-agent-tools'
If you have feedback or need assistance with the MCP directory API, please join our Discord server