Server data from the Official MCP Registry
Search TradeSearcher strategies and backtests from Claude Code, Cursor, Codex, and other agents.
Search TradeSearcher strategies and backtests from Claude Code, Cursor, Codex, and other agents.
Valid MCP server (2 strong, 3 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
10 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: TRADESEARCHER_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"ai-tradesearcher-mcp-server": {
"env": {
"TRADESEARCHER_API_KEY": "your-tradesearcher-api-key-here"
},
"args": [
"-y",
"@tradesearcher/mcp-server"
],
"command": "npx"
}
}
}From the project's GitHub README.
Use TradeSearcher strategies and existing backtests inside Claude Code, Codex, Cursor, and other coding agents.
Documentation: https://docs.tradesearcher.ai/developer-tools/ · Create an API key: https://tradesearcher.ai/app/account/my-account#agent-api-keys
npm install -g @tradesearcher/cli
For MCP:
{
"mcpServers": {
"tradesearcher": {
"command": "npx",
"args": ["-y", "@tradesearcher/mcp-server"],
"env": {
"TRADESEARCHER_API_KEY": "your_api_key"
}
}
}
}
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 export 12345 --pine --out strategy.pine
tradesearcher compare 12345 67890
tradesearcher schema
tradesearcher schema backtest
Useful 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.
Use tradesearcher schema to print JSON command schemas for agents. Use tradesearcher schema backtest or tradesearcher schema strategy for one command.
Search, best, and compare rows show source available, source no, or source private when TradeSearcher knows whether Pine source text is available. available means TradeSearcher has source text for the strategy; it does not prove that the text is a complete standalone Pine strategy.
Export Pine source for a backtest strategy:
tradesearcher export 12345 --pine --out strategy.pine
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
See docs/mcp-tools.md or the public reference at
https://docs.tradesearcher.ai/developer-tools/mcp-server for tool schemas, examples, and the
recommended agent workflow.
Per-client setup: Claude Code · Codex.
Before publishing:
npm run release:check
See docs/release.md for the publish order.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.