tradesearcher-agent-tools

vnguyen42/tradesearcher-agent-tools
★ 0 stars JavaScript Code/Dev Tools Updated today
TradeSearcher CLI, SDK, and MCP server for coding agents
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "tradesearcher-agent-": {
      "command": "npx",
      "args": [
        "-y",
        "vnguyen42/tradesearcher-agent-tools"
      ]
    }
  }
}

README Excerpt

Use TradeSearcher strategies and existing backtests inside Claude Code, Codex, and other coding agents. ```bash npm install -g @tradesearcher/cli ``` For MCP: ```json { "mcpServers": { "tradesearcher": { "command": "npx", "args": ["-y", "@tradesearcher/mcp-server"], "env": { "TRADESEARCHER_API_KEY": "your_api_key"