binance-trend-finder
Provides tools for scanning Binance USDT markets to detect coins with sustained extensive 24h movements, analyze individual coin trends, and list active trading pairs.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@binance-trend-finderscan for coins with sustained extensive 24h movements"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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)
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.
Ranking por racha diaria — consistencia primero (racha > 1h > neto7d > spike). El neto 7d negativo hunde los rebotes de desplome al fondo.
Veredicto de seguridad —
OK/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 requestsUsage 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: trueAvailable 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
This server cannot be deployed
Maintenance
Related MCP Connectors
Provide real-time cryptocurrency price data and market analysis.
AI-operated crypto signal scores for 20 Coinbase USDC pairs. $0.001/call via x402.
Binance - 340 tools for market data, order books, and trading pairs
Free daily AI crypto research verdicts: graded stance, dimensions, and key levels for 67+ coins.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProvides 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 npm1MIT
- AlicenseNot gradedqualityCmaintenanceReal-time crypto volume anomaly detection across 50+ tokens. Provides market scanning, signal analysis, and portfolio management capabilities via MCP protocol.1MIT
- AlicenseNot gradedqualityCmaintenanceProvides real-time cryptocurrency trading signals and technical analysis via Binance, supporting multiple timeframes and indicators.11 npm3MIT
- AlicenseNot gradedqualityBmaintenanceEnables 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 npmMIT