Skip to main content
Glama
RAIJIN004

binance-trend-finder

by RAIJIN004

Binance Trend Finder (MCP Server)

MCP server for scanning Binance markets to detect coins with sustained positive upward momentum, continuous green streaks, and high ATR volatility (filtering out misleading bleeding/dumping coins).

Key Improvements

  • Filtro de Momentum Positivo (only_positive=True): Descarta monedas engañosas que caen continuamente. Solo selecciona activos en tendencia alcista genuina.

  • Racha Verde (positive_streak): Cuenta días consecutivos cerrando en verde hasta el día de hoy.

  • Filtro de Consistencia (positive_days >= 4/8): Exige mayoría de velas alcistas en la semana y ganancia neta semanal positiva (net_7d_pct > 0).

  • Filtro de Volatilidad Real (min_atr_pct >= 2.0%): Evita monedas planas o monedas estables (como PAXG o stablecoins), asegurando rango operable.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

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.
    10
    1
    MIT
  • A
    license
    A
    quality
    F
    maintenance
    Scheduled scans across all Binance spot and perpetual pairs using CEL rules (RSI, volume, MAs, price action). Runs server-side 24/7, fires webhooks on match, with delivery proof and alert explainability.
    18
    25
    MIT

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/RAIJIN004/binance-trend-finder'

If you have feedback or need assistance with the MCP directory API, please join our Discord server