Skip to main content
ClaudeWave
vnguyen42 avatar
vnguyen42

tradesearcher-agent-tools

Ver en GitHub

TradeSearcher CLI, SDK, and MCP server for coding agents

MCP ServersRegistry oficial0 estrellas0 forksJavaScriptMITActualizado today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/vnguyen42/tradesearcher-agent-tools
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "tradesearcher-agent-tools": {
      "command": "node",
      "args": ["/path/to/tradesearcher-agent-tools/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/vnguyen42/tradesearcher-agent-tools and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# TradeSearcher Agent Tools

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>

## Install

```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"
      }
    }
  }
}
```

## CLI

```bash
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:

```bash
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:

```bash
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

## MCP tools

See [`docs/mcp-tools.md`](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](docs/claude-code.md) · [Codex](docs/codex.md).

## Release check

Before publishing:

```bash
npm run release:check
```

See `docs/release.md` for the publish order.

Lo que la gente pregunta sobre tradesearcher-agent-tools

¿Qué es vnguyen42/tradesearcher-agent-tools?

+

vnguyen42/tradesearcher-agent-tools es mcp servers para el ecosistema de Claude AI. TradeSearcher CLI, SDK, and MCP server for coding agents Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala tradesearcher-agent-tools?

+

Puedes instalar tradesearcher-agent-tools clonando el repositorio (https://github.com/vnguyen42/tradesearcher-agent-tools) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar vnguyen42/tradesearcher-agent-tools?

+

vnguyen42/tradesearcher-agent-tools aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene vnguyen42/tradesearcher-agent-tools?

+

vnguyen42/tradesearcher-agent-tools es mantenido por vnguyen42. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a tradesearcher-agent-tools?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega tradesearcher-agent-tools en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: vnguyen42/tradesearcher-agent-tools
[![Featured on ClaudeWave](https://claudewave.com/api/badge/vnguyen42-tradesearcher-agent-tools)](https://claudewave.com/repo/vnguyen42-tradesearcher-agent-tools)
<a href="https://claudewave.com/repo/vnguyen42-tradesearcher-agent-tools"><img src="https://claudewave.com/api/badge/vnguyen42-tradesearcher-agent-tools" alt="Featured on ClaudeWave: vnguyen42/tradesearcher-agent-tools" width="320" height="64" /></a>

Más MCP Servers

Alternativas a tradesearcher-agent-tools