Btc Sol Futures Dashboard MCP Server

Bitcoin ve Solana futures piyasası için kapsamlı analiz dashboard'u

Local serverstdioPython

What is the Btc Sol Futures Dashboard MCP server?

If you already use Btc Sol Futures Dashboard, the btc sol futures dashboard mcp server is the piece that lets your assistant work with it directly. Bitcoin ve Solana futures piyasası için kapsamlı analiz dashboard'u.

What the server does

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

Installation

The server ships on npm as http-server, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • calculate_rsi — RSI hesaplama
  • calculate_macd — MACD analizi
  • calculate_bollinger_bands — Bollinger Bands
  • fetch_market_data — Piyasa verileri
  • Animasyonlar — The Animasyonlar tool exposed by this server

Credentials and setup notes

Configuration is passed through the environment: EXCHANGE_NAME. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Where it fits

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Btc Sol Futures Dashboard's toolset — calculate_rsi, calculate_macd, calculate_bollinger_bands and 2 more — is a fair guide to whether it matches your workflow. It is maintained by bakiucartasarim; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Btc Sol Futures Dashboard's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Available tools

ToolWhat it does
calculate_rsiRSI hesaplama
calculate_macdMACD analizi
calculate_bollinger_bandsBollinger Bands
fetch_market_dataPiyasa verileri
AnimasyonlarThe Animasyonlar tool exposed by this server.

How to install the Btc Sol Futures Dashboard MCP server

{
  "mcpServers": {
    "btc-sol-futures-dashboard": {
      "command": "npx",
      "args": ["-y", "http-server"],
      "env": {
        "EXCHANGE_NAME": "your-value"
      }
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

VariableDescriptionRequired
EXCHANGE_NAMEConfiguration value read at startup.Optional

Example prompts to try

  • Use Btc Sol Futures Dashboard to calculate rsi.
  • Use Btc Sol Futures Dashboard to calculate macd.
  • Use Btc Sol Futures Dashboard to calculate bollinger bands.

Frequently asked questions

It connects Btc Sol Futures Dashboard to MCP-compatible AI assistants such as Claude and Cursor, exposing 5 tools (calculate_rsi, calculate_macd, calculate_bollinger_bands, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Btc Sol Futures Dashboard directly.