trend-finder-shorts

RAIJIN004/trend-finder-shorts
★ 0 stars Python Security Updated 1d ago
MCP server for scanning Binance markets - detects coins with sustained extensive 24h movements
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "trend-finder-shorts": {
      "command": "uvx",
      "args": [
        "trend-finder-shorts"
      ]
    }
  }
}

Or install with pip: pip install trend-finder-shorts

README Excerpt

MCP server for scanning Binance markets to detect coins **moving RIGHT NOW with consistency**: hybrid filter (intraday gate + daily-streak ranking + safety verdict). 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.