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 "Install 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.
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 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
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.
This server cannot be installed
Maintenance
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
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
AI crypto signals, smart money whale positions, live futures prices and indicators
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.101MIT
- AlicenseNot gradedqualityCmaintenanceReal-time crypto volume anomaly detection across 50+ tokens. Provides market scanning, signal analysis, and portfolio management capabilities via MCP protocol.1MIT

Tickory MCP Serverofficial
AlicenseAqualityFmaintenanceScheduled 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.1825MIT- AlicenseNot gradedqualityCmaintenanceProvides real-time cryptocurrency trading signals and technical analysis via Binance, supporting multiple timeframes and indicators.213MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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