Trend Finder Longs
Provides tools for scanning Binance USDT markets, detecting sustained bullish momentum, analyzing specific trading pairs (e.g., BTCUSDT, NEARUSDT), and listing active pairs filtered by volume.
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., "@Trend Finder Longsscan for bullish USDT pairs with sustained momentum"
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 Longs (MCP Server) — LONG ONLY
Copia LONG-only de binance-trend-finder (sin doctrina contrarian/short).
Doctrina: Square + orderbook alineados a LONG + precio divergente en contra
(pullback) = detonante de cambio de setup. Se entra en el pullback con orden
límite (wait_for_pullback), nunca a mercado en el pico.
NO ES ASESORÍA NI ANÁLISIS FINANCIERO. DYOR siempre.
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: ccxt-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
Live LinReg fan charts, 64-setup playbook, 11-section MTF TA. Remote MCP, no API key.
Paid trader skills MCP. Coil scanner with dated 252d forward-return evidence. x402 USDC.
Memecoin Intelligence MCP — 9 tools: rug check, momentum, whale watch, 80+ chains.
Real-time market events, sentiment, and technical analysis as MCP tools, backed by real data.
Related MCP Servers
- AlicenseAqualityCmaintenanceReal-time institutional crypto & equity orderflow intelligence. Detects BUY/SELL pressure from live Binance L2 orderbook and aggressive trade feeds for any USDT pair or US equity.1024 PyPI2MIT
- FlicenseNot gradedqualityDmaintenanceProvides cryptocurrency market data, account management, and trading on Binance USDT-M perpetual contracts via MCP, with a local audit system for transaction recording.-
- AlicenseBqualityBmaintenanceA Binance price-action and liquidity-focused MCP server for AI agents, offering 39 tools for market data, analysis, screening, alerts, and order execution with paper-first safety and optional real trading.39MIT
- AlicenseNot gradedqualityCmaintenanceEnables read-only analysis of Binance Spot markets through a single MCP tool that fetches live public market data and generates a Trade Readiness Passport with WATCH, RESEARCH_MORE, or NO_TRADE outcomes.MIT