Binance US MCP Server

93 tools. 27 can modify or destroy data without limits.

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

Last updated:

27 can modify or destroy data
66 read-only
93 tools total

Community server · catalogue entry verified 11/06/2026

How to control Binance US MCP Server ↓

What Binance US MCP Server exposes to your agents

Read (66) Write / Execute (2) Destructive / Financial (25)
Critical Risk

The most dangerous Binance US MCP Server tools

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

How to control Binance US MCP Server

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

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

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

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

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "binance_us_cl_transfer_history": {
    "limits": [
      {
        "counter": "binance_us_cl_transfer_history_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 Binance US 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 BINANCE US →

Free to start. No card required.

All 93 Binance US MCP Server tools

FINANCIAL 19 tools
Financial binance_us_cancel_replace Cancel an existing order and place a new order on the same symbol atomically. This is useful for modifying ord Financial binance_us_cust_new_order Place a new trade order through the custodial solution. ⚠️ REQUIRES CUSTODIAL SOLUTION API KEY Supported ord Financial binance_us_new_oco Place a new OCO (One-Cancels-the-Other) order on Binance.US. OCO orders combine a limit order with a stop-loss Financial binance_us_new_order Place a new trade order on Binance.US. Supports LIMIT, MARKET, STOP_LOSS, STOP_LOSS_LIMIT, TAKE_PROFIT, TAKE_P Financial binance_us_cl_transfer Transfer assets in or out of your credit line account. ⚠️ REQUIRES CREDIT LINE API KEY - Standard API keys wi Financial binance_us_cust_transfer Transfer assets from custodial partner account to Binance.US custodial sub-account. ⚠️ REQUIRES CUSTODIAL SOL Financial binance_us_cust_undo_transfer Undo a previous transfer from your custodial partner. ⚠️ REQUIRES CUSTODIAL SOLUTION API KEY Use this to rev Financial binance_us_cust_wallet_transfer Transfer assets from Binance.US exchange wallet to custodial sub-account. ⚠️ REQUIRES CUSTODIAL SOLUTION API Financial binance_us_custodial_custodian_transfer Request asset transfer from a custodial partner account to Binance.US custodial sub-account. ⚠️ REQUIRES CUST Financial binance_us_custodial_undo_transfer Undo a previous transfer from your custodial partner. ⚠️ REQUIRES CUSTODIAL SOLUTION API KEY ⚠️ Only certain Financial binance_us_custodial_wallet_transfer Transfer assets from your Binance.US exchange wallet to your custodial sub-account. ⚠️ REQUIRES CUSTODIAL SOL Financial binance_us_subaccount_transfer Execute an asset transfer between master account and a sub-account. ⚠️ This moves funds between accounts! Financial binance_us_withdraw_crypto Submit a crypto withdrawal request. Requires withdrawal permission on API key. ⚠️ This action transfers funds Financial binance_us_withdraw_fiat Submit a USD withdrawal request via BITGO. ⚠️ This action transfers USD OUT of your account! Financial binance_us_cust_oco_order Place a new OCO (One-Cancels-the-Other) order through the custodial solution. ⚠️ REQUIRES CUSTODIAL SOLUTION Financial binance_us_custodial_settlement Request settlement of assets from custodial sub-account to custodial partner. ⚠️ REQUIRES CUSTODIAL SOLUTION Financial binance_us_otc_place_order Place an OTC (Over-The-Counter) trade order using a previously acquired quote. ⚠️ IMPORTANT: You must first c Financial binance_us_staking_stake Stake a supported asset on Binance.US to earn staking rewards. ⚠️ IMPORTANT: - Staking locks your assets for Financial binance_us_staking_unstake Unstake a previously staked asset on Binance.US. ⚠️ IMPORTANT: - Unstaking may take time (check unstakingPeri
READ 66 tools
Read binance_us_cl_transfer_history Get transfer history for your credit line account. ⚠️ REQUIRES CREDIT LINE API KEY - Standard API keys will n Read binance_us_cust_transfer_history Get history of transfers from custodial partner to Binance.US custodial sub-account. ⚠️ REQUIRES CUSTODIAL SO Read binance_us_cust_wallet_transfer_history Get history of transfers from Binance.US exchange wallet to custodial sub-account. ⚠️ REQUIRES CUSTODIAL SOLU Read binance_us_custodial_custodian_transfer_history Get history of transfers from custodial partner, including ExpressTrade and Undo transfers. ⚠️ REQUIRES CUSTO Read binance_us_custodial_wallet_transfer_history Get history of transfers from Binance.US exchange wallet to custodial sub-account. ⚠️ REQUIRES CUSTODIAL SOLU Read binance_us_deposit_address Get a deposit address for a specific crypto asset. Use this to receive funds into your Binance.US account. Read binance_us_deposit_history Get crypto deposit history. Filter by coin, status, or time range. Read binance_us_subaccount_transfer_history Get transfer history between master and sub-accounts. Read binance_us_withdraw_history Get crypto withdrawal history. Filter by coin, status, or time range. Read binance_us_account_info Get current account information including balances and permissions. Returns all asset balances (free and locke Read binance_us_agg_trades Get compressed aggregate trades. Trades with same time, order, and price are aggregated. Read binance_us_all_oco_orders Get all OCO orders (history) on Binance.US. Returns up to 1000 orders. Read binance_us_all_orders Get all orders (active, canceled, or filled) for a symbol on Binance.US. Returns order history. Read binance_us_asset_config Get details of all crypto assets including fees, withdrawal limits, and network status. Shows deposit/withdraw Read binance_us_avg_price Get current 5-minute rolling weighted average price. Read binance_us_cl_account Get current credit line account information including LTV ratios, balances, and loan details. ⚠️ REQUIRES CRE Read binance_us_cl_alert_history Get margin call and liquidation alert history for your credit line account. ⚠️ REQUIRES CREDIT LINE API KEY - Read binance_us_cl_liquidation_history Get liquidation history for credit line account. ⚠️ REQUIRES INSTITUTIONAL CREDIT LINE AGREEMENT Liquidation Read binance_us_cust_available_balance Get available balance in the custodial sub-account for trading. ⚠️ REQUIRES CUSTODIAL SOLUTION API KEY Retur Read binance_us_cust_get_order Get details of a specific custodial trade order. ⚠️ REQUIRES CUSTODIAL SOLUTION API KEY Response includes: s Read binance_us_cust_order_history Get historical custodial trade orders. ⚠️ REQUIRES CUSTODIAL SOLUTION API KEY If symbol is not sent, orders Read binance_us_cust_settlement_history Get historical settlement records for custodial solution. ⚠️ REQUIRES CUSTODIAL SOLUTION API KEY Shows past Read binance_us_cust_settlement_settings Get current settlement settings for custodial solution. ⚠️ REQUIRES CUSTODIAL SOLUTION API KEY Shows automat Read binance_us_cust_supported_assets Get list of assets supported for custodial solution transfers and settlements. ⚠️ REQUIRES CUSTODIAL SOLUTION Read binance_us_cust_trade_history Get historical custodial trades (filled orders). ⚠️ REQUIRES CUSTODIAL SOLUTION API KEY Returns actual execu Read binance_us_custodial_settlement_history Get history of settlements from custodial sub-account to custodial partner. ⚠️ REQUIRES CUSTODIAL SOLUTION AP Read binance_us_custodial_supported_assets Get list of assets supported for custodial transfers and settlements. ⚠️ REQUIRES CUSTODIAL SOLUTION API KEY Read binance_us_exchange_info Get current exchange trading rules and trading pair information from Binance.US. Can filter by specific symbol Read binance_us_get_oco Query a specific OCO order on Binance.US. Either orderListId or origClientOrderId must be provided. Read binance_us_get_order Query the status of a specific order on Binance.US. Either orderId or origClientOrderId must be provided. Read binance_us_historical_trades Get older historical trades for a trading pair. Requires API key with MARKET_DATA permission. Read binance_us_klines Get Kline/candlestick data for a trading pair. Returns OHLCV data. Read binance_us_my_trades Get trade history for a specific trading pair. Returns executed trades including price, quantity, commission, Read binance_us_ocbs_orders Query all OCBS (One-Click-Buy-Sell) fiat orders on Binance.US. OCBS allows direct fiat-to-crypto conversions. Read binance_us_order_book Get order book depth (bids and asks) for a trading pair on Binance.US. Returns price levels with quantities. W Read binance_us_otc_all_orders Query all OTC (Over-The-Counter) trade orders with optional filters. Use this to retrieve your OTC trading hi Read binance_us_otc_coin_pairs Get a list of supported OTC (Over-The-Counter) trading pairs on Binance.US. OTC trading allows large block tr Read binance_us_otc_get_order Get detailed information about a specific OTC (Over-The-Counter) trade order. Use this to check the status an Read binance_us_otc_quote Request a quote for an OTC (Over-The-Counter) trade on Binance.US. This endpoint requests a price quote for c Read binance_us_ping Test connectivity to the Binance.US API. Returns empty object if successful. Read binance_us_rate_limits Get current trade order count rate limits for all time intervals. Shows how many orders you can place within e Read binance_us_recent_trades Get recent trades for a trading pair on Binance.US. Returns trade ID, price, quantity, time, and maker/taker i Read binance_us_rolling_window Get rolling window price change statistics with custom window sizes (1m to 7d). Read binance_us_server_time Get the current server time from Binance.US exchange. Read binance_us_staking_asset_info Get staking information for supported assets on Binance.US. Returns details about staking options including A Read binance_us_staking_balance Get current staking balance for assets on Binance.US. Returns your current staking positions and their detail Read binance_us_staking_history Get staking transaction history for assets on Binance.US. Returns a history of staking and unstaking transact Read binance_us_staking_rewards Get staking rewards history for assets on Binance.US. Returns a history of staking rewards earned over time. Read binance_us_subaccount_assets Get asset balances for a specific sub-account. Read binance_us_subaccount_list Get a list of all sub-accounts. Filter by email or status (enabled/disabled). Read binance_us_subaccount_status Get status list of sub-accounts including activation status and enabled features. Read binance_us_subaccount_summary Get the total USD value of assets in the master account and all sub-accounts. Read binance_us_system_status Check if Binance.US system is under maintenance. Status 0 = normal, 1 = system maintenance. Requires API key a Read binance_us_test_order Test a new order on Binance.US without actually placing it. Validates order parameters and signature without e Read binance_us_ticker_24hr Get 24-hour rolling window price change statistics. Read binance_us_ticker_book Get best bid/ask prices and quantities (top of book). Read binance_us_ticker_price Get latest price for symbol(s). Read binance_us_trade_fee Get your current maker & taker fee rates for spot trading based on your VIP level. BNB fee discount (25% off) Read binance_us_trade_volume Get total trade volume for the past 30 days. Volume is calculated on a rolling basis every day at 0:00 AM (UTC Read binance_us_websocket_info Get information about available WebSocket streams on Binance.US. Returns details about: - Market data streams Read binance_us_create_listen_key Create a new listen key for User Data Stream WebSocket connection. The listen key is used to subscribe to rea Read binance_us_cust_balance Get balance information for Binance.US exchange wallet and custodial sub-account. ⚠️ REQUIRES CUSTODIAL SOLUT Read binance_us_cust_open_orders Get all open custodial trade orders. ⚠️ REQUIRES CUSTODIAL SOLUTION API KEY ⚠️ Do not call without a symbol Read binance_us_custodial_balance Get balance information for Binance.US exchange wallet and custodial sub-account. ⚠️ REQUIRES CUSTODIAL SOLUT Read binance_us_open_oco Get all open OCO orders on Binance.US. Read binance_us_open_orders Get all open orders on Binance.US. Can be filtered by symbol. Warning: Querying without symbol is heavier on r

Related servers

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

Questions about Binance US MCP Server

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

Yes. The Binance US MCP Server server exposes 19 financial tools including binance_us_cancel_replace, binance_us_cust_new_order, binance_us_new_oco. 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 Binance US MCP Server MCP server? +

Yes. The Binance US MCP Server server exposes 6 destructive tools including binance_us_cancel_all_open_orders, binance_us_cancel_oco, binance_us_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 Binance US MCP Server? +

The Binance US MCP Server server has 2 write tools including binance_us_keepalive_listen_key, binance_us_close_listen_key. 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 Binance US MCP Server.

How many tools does the Binance US MCP Server MCP server expose? +

93 tools across 5 categories: Destructive, Execute, Financial, Read, Write. 66 are read-only. 27 can modify, create, or delete data.

How do I enforce a policy on Binance US MCP Server? +

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

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

Free to start. No card required.

93 Binance US 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.