BTC & SOL Futures Analiz Dashboard

by bakiucartasarim

Not rated
GitHub

About

A real-time dashboard for comprehensive analysis of Bitcoin and Solana futures markets.

Details

Author
bakiucartasarim
Categories
Other, Developer Tools

Setup

Install BTC & SOL Futures Analiz Dashboard in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/bakiucartasarim/btc-sol-futures-dashboard

Follow the installation instructions in the repository README, then restart your MCP client.

🚀 BTC & SOL Futures Analiz Dashboard

Bitcoin ve Solana futures piyasasının kapsamlı analizi için geliştirilmiş gerçek zamanlı dashboard.

- Açık Pozisyonlar (Open Interest): Toplam açık pozisyon değeri
- Fonlama Oranı: 8 saatlik fonlama oranları ve trendler
- Long/Short Oranı: Pozisyon dağılımı ve piyasa dengesizlikleri
- 24h Likidasyonlar: Long ve short likidasyonları

- Piyasa Duygusu: Algoritmik sentiment analizi
- Akıllı Uyarılar: Kritik piyasa koşulları için otomatik uyarılar
- Gerçek Zamanlı Güncellemeler: 30 saniyede bir otomatik veri yenileme

- MCP Server Entegrasyonu: Crypto indicators MCP server desteği
- Binance API Fallback: Güvenilir veri kaynağı
- Responsive Tasarım: Mobile ve desktop uyumlu
- Modern UI: Glassmorphism ve gradient tasarım

git clone https://github.com/bakiucartasarim/btc-sol-futures-dashboard.git cd btc-sol-futures-dashboard
# Python ile python -m http.server 8000 # Node.js ile npm install -g http-server http-server # Tarayıcıda aç open http://localhost:8000\n
\n\n### 🐳 Docker ile Çalıştırma\n`bash\n# Docker build ve run\ndocker build -t btc-sol-dashboard .\ndocker run -p 8080:8080 btc-sol-dashboard\n\n# Docker Compose ile\ndocker-compose up -d\n`\n\n### ☁️ Coolify Deployment\n1. Coolify dashboard'ında yeni proje oluşturun\n2. GitHub repository'nizi bağlayın: https://github.com/bakiucartasarim/btc-sol-futures-dashboard.git\n3. Build Type: Dockerfile\n4. Port: 80 (Nginx standard port)\n5. Health Check Path: /health\n6. Deploy butonuna tıklayın\n\n#### 🔧 Coolify Troubleshooting\n502 Error çözümü:\n- Port'u 80 olarak ayarlayın (8080 değil)\n- Build logs'ları kontrol edin\n- Health check endpoint'ini test edin: /health\n- Container restart yapın\n\nCORS Error çözümü:\n- Dashboard otomatik CORS proxy kullanır\n- Mock data fallback aktif\n- API erişimi otomatik olarak çözülür

Dashboard, crypto-indicators-mcp server ile entegre çalışır:


{ "mcpServers": { "crypto-indicators": { "command": "node", "args": ["path/to/crypto-indicators-mcp/index.js"], "env": { "EXCHANGE_NAME": "binance" } } } }

- Open Interest:/fapi/v1/openInterest
- Funding Rate:/fapi/v1/premiumIndex
- Long/Short Ratio:/fapi/v1/globalLongShortAccountRatio
- 24h Ticker:/api/v3/ticker/24hr

- calculate_rsi: RSI hesaplama
- calculate_macd: MACD analizi
- calculate_bollinger_bands: Bollinger Bands
- fetch_market_data: Piyasa verileri

- Bitcoin (BTC): Turuncu tema ile Bitcoin analizi
- Solana (SOL): Mor-yeşil tema ile Solana analizi

- 🔄 Verileri Yenilebutonu ile anlık güncelleme
- Loading state ile görsel geri bildirim

- Yüksek Fonlama Oranı: >0.1% uyarısı
- Pozisyon Dengesizliği: Aşırı long/short oranları
- Yüksek Likidasyonlar: >$100M günlük likidasyonlar
- Volatilite Uyarıları: >10% fiyat değişimleri


// Sentiment algoritması let score = 50; // Başlangıç (Nötr) // Fonlama oranı etkisi if (fundingRate > 0.05) score += 20; else if (fundingRate < -0.05) score -= 20; // Long/Short oranı etkisi if (longShortRatio > 3) score += 15; else if (longShortRatio < 1) score -= 15; // Fiyat değişim etkisi if (change24h > 5) score += 15; else if (change24h < -5) score -= 15;

- 0-24: Aşırı Korku 😨
- 25-44: Korku 😰
- 45-55: Nötr 😐
- 56-75: Açgözlülük 😊
- 76-100: Aşırı Açgözlülük 🤑

- Bitcoin:#f7931a(Turuncu)
- Solana:#9945ff(Mor) +#00d4aa(Yeşil)
- Long Pozisyonlar:#00ff88(Yeşil)
- Short Pozisyonlar:#ff4757(Kırmızı)

- Floating cards efekti
- Smooth transitions
- Loading states
- Hover interactions


btc-sol-futures-dashboard/ ├── index.html # Ana dashboard ├── README.md # Dokümantasyon ├── package.json # Proje konfigürasyonu └── .gitignore # Git ignore kuralları


class MCPClient { async fetchData(symbol, indicator) { // MCP server bağlantısı return this.callMCPServer(symbol, indicator); } async fallbackToAPI(symbol, indicator) { // Binance API fallback return this.callBinanceAPI(symbol, indicator); } }
``

- Desktop: >768px
- Tablet: 768px
- Mobile: <768px
- Fork yapın
- Feature branch oluşturun (
git checkout -b feature/amazing-feature)
- Commit yapın (
git commit -m 'Add amazing feature')
- Push yapın (
git push origin feature/amazing-feature`)
- Pull Request açın

MIT License - detaylar içinLICENSEdosyasına bakın.

- Binance API
-
Chart.js
-
Crypto Indicators MCP

🔔Güncelleme: Dashboard her 30 saniyede otomatik güncellenir

💡İpucu: En doğru veriler için VPN kullanarak Binance API'sine erişin

Chia Health MCP Server — Patient workflow integration for a licensed US telehealth platform. Browse GLP-1 medications (semaglutide, tirzepatide), peptide therapies (sermorelin, NAD+, glutathione), and longevity treatments. Check eligibility, complete intake, sign consents, and manage treatment plans. 30 tools, HIPAA-compliant. All prescriptions evaluated by licensed US healthcare providers and delivered from FDA-regulated pharmacies across 50 states + DC.

Broker + MCP server for last-bidder-wins games on Solana — agents register, auto-fund a Privy wallet, and bid via streamable HTTP

AI-powered no-code app builder with 17 MCP tools — create projects, generate pages from natural language, AI text/image generation (GPT, Claude, Gemini, 14+ models), page CRUD, workflow execution, publish & version control. SSE transport, API key auth.

An mcp server for your food ordering needs.

Agent-to-Agent handoff certification for multi-agent systems — validates context preservation, verifies agent capabilities before handoff, logs transfer chains, and ensures no data loss in agent orchestration.

Unified MCP & skill management gateway with progressive disclosure. Manages multiple MCP servers as Agent Apps, loading tool schemas on demand for 99% context token savings. Shared across Claude Code, Codex, OpenCode and more.

A collection of Model Context Protocol (MCP) servers for various tasks and integrations, supporting both Python and Node.js environments.

Open-souSecurely feeds real security refreshed rules into Cursor, Claude Code, and Windsurf — zero config, no API key.

Health intelligence MCP — access biomarkers, biological age, and personalized longevity action plans from your Aniva profile.

Real-time stock heatmaps and investment tools delivered as interactive React components.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.