Skip to main content
Glama
RAIJIN004

binance-trend-finder

by RAIJIN004

Trend Finder Shorts (MCP Server) — SHORT side + contrarian

MCP server for scanning Binance markets to detect coins moving RIGHT NOW with consistency: hybrid filter (intraday gate + daily-streak ranking + safety verdict).

Filtro HIBRIDO (reemplaza al ATR diario)

  1. Puerta intradía — 1h≥1.5% + 4h≥2% + spike volumen≥1x (velas 15m): solo pasa lo que se mueve AHORA. El ATR diario quedó como dato informativo.

  2. Ranking por racha diaria — consistencia primero (racha > 1h > neto7d > spike). El neto 7d negativo hunde los rebotes de desplome al fondo.

  3. Veredicto de seguridadOK / PRECAUCION (sobre-extendida +35%, en el pico de 4h) / EVITAR (+80% en 24h).

Related MCP server: Crypto Signals MCP

Installation

pip install -e .

Or install dependencies directly:

pip install mcp requests

Usage with Claude Desktop / OpenCode / Hermes

OpenCode (opencode.json):

{
  "mcp": {
    "binance-trend-finder": {
      "type": "local",
      "command": [
        "C:\\Python313\\python.exe",
        "C:\\Users\\jhonv\\Downloads\\binance-mcp-server\\server.py"
      ],
      "timeout": 120,
      "enabled": true
    }
  }
}

Hermes Agent (config.yaml):

mcp_servers:
  binance-trend-finder:
    command: C:\Python313\python.exe
    args:
      - C:\Users\jhonv\Downloads\binance-mcp-server\server.py
    connect_timeout: 60
    enabled: true

Available MCP Tools

scan_extensive_movements

Scans all Binance USDT pairs for sustained bullish momentum.

Parameters:

  • only_positive (bool, default: True): Solo devuelve monedas con racha positiva y rendimiento neto semanal positivo.

  • min_positive_days (int, default: 4): Mínimo de días verdes en los últimos 8 días.

  • min_atr_pct (float, default: 2.0): Filtro de ATR % para descartar monedas sin rango ni volatilidad.

  • min_24h_pct (float, default: 0.0): Cambio mínimo positivo en las últimas 24h.

  • min_net_7d_pct (float, default: 0.0): Rendimiento neto mínimo en 7 días.

  • min_volume (float, default: 5000000): Volumen mínimo 24h en USDT.

  • top_n (int, default: 20): Número de resultados a retornar.

get_coin_analysis

Detailed analysis of a specific symbol (BTCUSDT, NEARUSDT, etc.) including green streaks, net 7d gain, ATR %, and trend verdict.

list_active_pairs

Quick overview of active USDT pairs filtered by volume.

License

MIT

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides real-time cryptocurrency market data from Binance API, including price queries, 24h statistics, K-line data, market trend analysis, and order book depth information for trading analysis.
    7 npm
    1
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables research on Binance perpetual futures by scanning public data for four structural signals across BTC, ETH, SOL and 12 meme coins, and generating trading plans with counter-evidence, risk sizing, and trackable signal IDs—without placing trades.
    48 npm
    MIT