Bitbank

42 tools. 4 can modify or destroy data without limits.

2 destructive tools with no built-in limits. Policy required.

Last updated:

4 can modify or destroy data
38 read-only
42 tools total

Community server · catalogue entry verified 29/06/2026

How to control Bitbank ↓

What Bitbank exposes to your agents

Read (38) Write / Execute (2) Destructive / Financial (2)
Critical Risk

The most dangerous Bitbank tools

4 of Bitbank's 42 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Bitbank

PolicyLayer is an MCP gateway — it sits between your AI agents and Bitbank, and nothing reaches the server without passing your rules. These are the rules we recommend:

Deny destructive operations
{
  "cancel_order": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "render_chart_svg": {
    "limits": [
      {
        "counter": "render_chart_svg_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "analyze_bb_snapshot": {
    "limits": [
      {
        "counter": "analyze_bb_snapshot_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register Bitbank — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON BITBANK →

Instant setup, no code required.

All 42 Bitbank tools

READ 38 tools
Read analyze_bb_snapshot [Bollinger Bands / BB / Squeeze] ボリンジャーバンド(BB / squeeze / bandwidth / zScore)の数値スナップショット。軽量・BB特化。 mode=defaul Read analyze_candle_patterns [Candlestick Patterns / Doji / Engulfing] ローソク足パターン検出(candle patterns / doji / engulfing / hammer / harami)。1〜 Read analyze_currency_strength [Currency Strength / Ranking / Screening] 通貨強弱ランキング(currency strength / relative strength / ranking / screenin Read analyze_ema_snapshot [EMA / Exponential Moving Average] EMA(exponential moving average / trend / slope)の最新値・整列・クロス・傾きを返す(既定: 12/26/ Read analyze_fibonacci [Fibonacci / Retracement / Extension] フィボナッチ分析(fibonacci / retracement / extension / swing high-low)。スイング自動検出→ Read analyze_ichimoku_snapshot [Ichimoku Cloud] 一目均衡表(Ichimoku / cloud / kumo / tenkan-kijun)の数値スナップショット。価格と雲の位置関係・転換線/基準線クロス・雲の傾きを数値で返す。\n\n Read analyze_indicators [Technical Indicators / RSI / MACD / SMA] テクニカル指標の総合分析。最新値・トレンド判定・シグナルをテキストで返す。十分な limit を指定(例: 日足200本)。\n\n描画 Read analyze_market_signal [Market Signal / Score / Triage] 市場の総合シグナル(market signal / composite score / bull-bear / triage)。5要素(板圧力・CVD・モ Read analyze_mtf_fibonacci [Multi-Timeframe Fibonacci / Confluence] 複数期間フィボナッチ一括分析(MTF fibonacci / confluence zone)。複数ルックバック期間の水準を並列計算し、コ Read analyze_mtf_sma [Multi-Timeframe SMA / MTF] 複数タイムフレームSMA一括分析(multi-timeframe / MTF / SMA alignment / confluence)。整列方向とコンフルエンスを Read analyze_my_portfolio [Portfolio Analysis / PnL] 自分のポートフォリオ分析(portfolio / pnl / balance / return)。保有資産の評価損益・実現損益・口座リターンを一括算出。テクニカル分析 Read analyze_sma_snapshot [SMA / Moving Average / Golden Cross] SMA(simple moving average / golden cross / dead cross)の数値スナップショット。最新値・クロ Read analyze_stoch_snapshot [Stochastic / Overbought / Oversold] Stochastic(stochastic / %K / %D / overbought / oversold / divergence)の最新状 Read analyze_support_resistance [Support / Resistance / Key Levels] サポート・レジスタンス(support / resistance / key levels / price levels)を自動検出。反発/反落ポイ Read analyze_volume_profile [Volume Profile / VWAP / POC] 出来高プロファイル分析(volume profile / VWAP / POC / value area)。VWAP±σバンド・価格帯別出来高・約定サイズ分布を Read detect_macd_cross [MACD Cross / Crossover / Screening] MACDクロス検出(MACD cross / crossover / golden cross / dead cross / screening) Read detect_patterns [Chart Patterns / Double Top / Head and Shoulders / Triangle] チャートパターン検出(chart patterns / double top / double Read detect_whale_events [Whale / Large Orders / Big Players] 大口投資家の動向検出(whale / large orders / big players / smart money)。板×ローソク足で大口注文 Read get_candles [Candles / OHLCV / Candlestick] ローソク足(candles / OHLCV / chart data)を取得。1min〜1monthの各時間足に対応。date は tz(既定 Asia/T Read get_flow_metrics [Flow / CVD / Buy-Sell Pressure] 資金フロー分析(flow / CVD / aggressor ratio / buy-sell pressure)。約定データからCVD・アグレッサー比・ Read get_margin_positions [Margin Positions / 信用建玉一覧] 信用取引の保有建玉一覧(通貨ペア・方向・数量・評価額・平均取得価格)を取得。追証・不足金がある場合はアラート表示。通貨ペアでフィルタ可能。Private API。 Read get_margin_status [Margin Status / 信用取引ステータス] 信用取引の口座状況(保証金・建玉評価額・維持保証金・ロスカット率・新規建て可能額)を取得。追証(CALL)・強制決済(LOSSCUT)・不足金(DEBT)発生時はア Read get_margin_trade_history [Margin Trades / 信用約定履歴] 信用取引の約定履歴(新規建て・決済)を取得。通貨ペア・期間・件数でフィルタ可能。決済時の実現損益・利息を含む。注意: since を信用新規建て後に指定すると決済約定のみ Read get_my_assets [My Assets / Balance / Wallet] 自分の保有資産・残高一覧(my assets / balance / wallet / holdings)を取得。全通貨の数量・円評価額・構成比を返す。Pri Read get_my_deposit_withdrawal [Deposit / Withdrawal / Transfer History] 入出金・入出庫の履歴(deposit / withdrawal / transfer / funding history)を取得。JPY Read get_my_orders [My Orders / Open Orders / Active Orders] 自分の未約定注文一覧(my orders / open orders / active orders / pending)を取得。通貨ペ Read get_my_trade_history [My Trades / Trade History / Fills] 自分の現物約定履歴(my trades / trade history / fills / executions)を取得。通貨ペア・期間・件数でフィ Read get_order [Order Detail / Order Status] 指定した注文IDの詳細情報を取得。ステータス・約定状況・価格を確認できる。Private API。 Read get_orderbook [Order Book / Depth / Spread] 板情報(order book / depth / bid-ask spread)の統合ツール。 【mode】summary(デフォルト): 上位N層+spre Read get_orders_info [Orders Info / Bulk Order Status] 複数の注文IDの詳細情報を一括取得(最大100件)。ステータス・約定状況を一度に確認できる。Private API。 Read get_ticker [Ticker / Price] 単一ペアのティッカー(ticker / price / 24h change)を取得。現在価格・出来高・24h高安。 Read get_tickers_jpy [All Tickers / Market Overview] 全JPYペアのティッカー一覧(tickers / ranking / market overview)を取得。変化率・出来高でランキング表示可能。 Read get_transactions [Transactions / Trades] 市場の約定履歴(transactions / recent trades)を取得。直近60件 or 日付指定。金額・価格でフィルタ可能。 Read get_volatility_metrics [Volatility / ATR / RV] ボラティリティ指標(volatility / ATR / realized vol)を算出。RV・ATR・Parkinson・Garman-Klass・Rogers-Sat Read refresh_pairs_cache [Maintenance / Fees] /spot/pairs 手数料レートの TTL キャッシュ(既定 1h)を強制再取得する。キャンペーン境界などで最新の maker/taker 手数料率を即時反映したいときに使う Read render_candle_pattern_diagram [Candle Pattern Diagram / Education] ローソク足パターンの教育用構造図(candle pattern diagram / education / visualization)。anal Read render_depth_svg [Depth Chart / Order Book Visualization] 板の深さチャートを SVG 生成(depth chart / order book visualization / bid-ask dep Read validate_candle_data [Data Quality / Validation] OHLCVローソク足データの品質検証。 分析やバックテスト前に「このデータ信用できる?」を確認するためのツール。 完全性(歯抜け)・重複・OHLCV整合性・価格異常

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about Bitbank

Can an AI agent delete data through the Bitbank MCP server? +

Yes. The Bitbank server exposes 2 destructive tools including cancel_order, cancel_orders. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through Bitbank? +

The Bitbank server has 1 write tools including render_chart_svg. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach Bitbank.

How many tools does the Bitbank MCP server expose? +

42 tools across 4 categories: Destructive, Execute, Read, Write. 38 are read-only. 4 can modify, create, or delete data.

How do I enforce a policy on Bitbank? +

Register the Bitbank MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every Bitbank tool call.

Deterministic rules across all 42 Bitbank tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

42 Bitbank tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.