Bybit MCP Server

36 tools. 14 can modify or destroy data without limits.

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

Last updated:

14 can modify or destroy data
22 read-only
36 tools total

Community server · catalogue entry verified 12/06/2026

How to control Bybit MCP Server ↓

What Bybit MCP Server exposes to your agents

Read (22) Write / Execute (6) Destructive / Financial (8)
Critical Risk

The most dangerous Bybit MCP Server tools

14 of Bybit MCP Server's 36 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Bybit MCP Server

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

Block financial tools by default
{
  "place_order": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Requires human approval."
      }
    ]
  }
}

Financial tools should be explicitly enabled per use case, not open by default.

Deny destructive operations
{
  "batch_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
{
  "amend_order": {
    "limits": [
      {
        "counter": "amend_order_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "get_account_info": {
    "limits": [
      {
        "counter": "get_account_info_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 Bybit MCP Server — 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 BYBIT →

Free to start. No card required.

All 36 Bybit MCP Server tools

READ 22 tools
Read get_account_info Get comprehensive account information including margin ratios, account status, upgrade status, and overall acc Read get_closed_pnl Get historical profit and loss data for closed positions. Useful for performance analysis and tax reporting. Read get_funding_rate_history Get funding rate history Read get_index_price_kline Get index price candlestick data for derivatives. Index price is the fair value price based on major spot exch Read get_instruments_info Get trading instruments information Read get_insurance Get insurance fund data Read get_kline Get historical candlestick/OHLC data for technical analysis. Returns open, high, low, close prices and volume Read get_long_short_ratio Get long/short ratio data Read get_mark_price_kline Get mark price candlestick data for derivatives trading. Mark price is used for liquidation calculations and P Read get_open_closed_orders Get both open (pending) and recently closed orders. Essential for monitoring order status and trading activity Read get_open_interest Get open interest data Read get_order_book Get order book depth for a trading symbol Read get_order_history Get comprehensive order history with detailed information about past orders including execution details, times Read get_position_info Get detailed position information including size, value, PnL, and margin for your trading positions. Essential Read get_premium_index_price_kline Get premium index price candlestick data for linear perpetuals. Premium index shows the funding rate basis and Read get_recent_trades Get recent trades for a symbol Read get_risk_limit Get risk limit information Read get_server_time Get the current Bybit server time Read get_single_coin_balance Get balance information for a specific coin with additional details like transferable amounts and account rela Read get_tickers Get real-time ticker information including current prices, 24h volume, and price changes for trading symbols. Read get_trade_history Get detailed execution history showing actual trades (fills) with execution prices, quantities, fees, and time Read get_wallet_balance Get detailed wallet balance information including available balance, locked balance, and total equity across d

Related servers

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

Questions about Bybit MCP Server

Can an AI agent move money through the Bybit MCP Server MCP server? +

Yes. The Bybit MCP Server server exposes 5 financial tools including place_order, place_trigger_order, batch_place_order. Without a policy, an autonomous agent can call these with no spend caps, no rate limits, and no approval flow. PolicyLayer lets you block financial tools by default, require human approval, or set per-tool rate limits — enforced on every call.

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

Yes. The Bybit MCP Server server exposes 3 destructive tools including batch_cancel_order, cancel_all_orders, cancel_order. 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 Bybit MCP Server? +

The Bybit MCP Server server has 4 write tools including amend_order, modify_position_margin, set_auto_add_margin. 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 Bybit MCP Server.

How many tools does the Bybit MCP Server MCP server expose? +

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

How do I enforce a policy on Bybit MCP Server? +

Register the Bybit MCP Server 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 Bybit MCP Server tool call.

Deterministic rules across all 36 Bybit MCP Server tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Free to start. No card required.

36 Bybit MCP Server 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.