Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Bitbank

БесплатноНе проверен

MCPserver for bitbank

GitHubEmbed

Описание

MCPserver for bitbank

README

This project is a Model Context Protocol (MCP) server for bitbank.

Tools

get_ticker

単一ペアのティッカーを取得(/ticker)。価格・出来高・24h高安。

  • input:
    • pair (string): Trading pair (e.g., btc_jpy, eth_jpy)

get_tickers_jpy

全JPYペアのティッカーを取得(/tickers_jpy)。24h変動率付き。キャッシュ10秒。

  • input: なし

get_candles

ローソク足を取得(/candlestick)。OHLCVデータ。

  • input:
    • pair (string): Trading pair (e.g., btc_jpy)
    • type (string): Candle type (1min, 5min, 15min, 30min, 1hour, 4hour, 8hour, 12hour, 1day, 1week, 1month)
    • date (string, optional): Date in YYYYMMDD (for minute/hour) or YYYY (for day/week/month)
    • limit (number): Number of candles to return (default: 200, max: 1000)

get_depth

板の生データ取得(/depth API直接)。差分計算・壁検出・圧力分析の元データ。

  • input:
    • pair (string): Trading pair (e.g., btc_jpy)
    • maxLevels (number): Maximum number of price levels (default: 200, max: 500)

get_transactions

約定履歴を取得(/transactions)。直近の約定データ。日付指定可。買い/売り比率を算出。

  • input:
    • pair (string): Trading pair (e.g., btc_jpy)
    • limit (number): Number of transactions to return (default: 100, max: 1000)
    • date (string, optional): Date in YYYYMMDD format

Usage

npx

{
  "mcpServers": {
    "bitbank": {
      "command": "npx",
      "args": [
        "-y",
        "bitbank-mcp-server"
      ]
    }
  }
}

If npx cannot be executed, running which npx and specifying the command directly may resolve the issue.

  • Example: macOS with Volta
{
  "mcpServers": {
    "bitbank": {
      "command": "/Users/xxxx/.volta/bin/npx",
      "args": [
        "-y",
        "bitbank-mcp-server"
      ]
    }
  }
}

Docker

{
  "mcpServers": {
    "bitbank": {
      "command": "docker",
      "args": ["run", "-i", "--rm", "bitbankinc/bitbank-mcp-server"]
    }
  }
}

License

This project is licensed under the MIT License - see the LICENSE file for details.

from github.com/bitbankinc/bitbank-mcp-server

Установка Bitbank

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/bitbankinc/bitbank-mcp-server

FAQ

Bitbank MCP бесплатный?

Да, Bitbank MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Bitbank?

Нет, Bitbank работает без API-ключей и переменных окружения.

Bitbank — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Bitbank в Claude Desktop, Claude Code или Cursor?

Открой Bitbank на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Bitbank with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development