MAX Exchange MCP Server

45 tools. 9 can modify or destroy data without limits.

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

Last updated:

9 can modify or destroy data
36 read-only
45 tools total

Community server · catalogue entry verified 03/07/2026

How to control MAX Exchange MCP Server ↓

What MAX Exchange MCP Server exposes to your agents

Read (36) Write / Execute (0) Destructive / Financial (9)
Critical Risk

The most dangerous MAX Exchange MCP Server tools

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

How to control MAX Exchange MCP Server

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

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

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

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.

Cap read operations
{
  "get_accounts": {
    "limits": [
      {
        "counter": "get_accounts_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 MAX Exchange 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 MAX EXCHANGE →

Instant setup, no code required.

All 45 MAX Exchange MCP Server tools

READ 36 tools
Read get_accounts 取得帳戶各幣種餘額 Read get_closed_orders 取得已關閉的訂單(已成交、已取消等) Read get_convert 查詢單筆閃兌詳情 Read get_converts 取得閃兌歷史記錄 Read get_currencies 取得 MAX 所有可用貨幣列表 Read get_deposit 查詢單筆存款詳情 Read get_deposit_address 取得指定幣種的充值地址 Read get_deposits 取得存款歷史記錄 Read get_depth 取得市場深度(掛單簿),顯示買賣雙方的掛單價格與數量 Read get_internal_transfers 取得平台內部轉帳記錄(MAX 用戶間互轉) Read get_k 取得市場 K 線(蠟燭圖)資料 Read get_m_ad_ratio 取得 M 錢包目前 AD 比率(資產 / 借貸),低於門檻會觸發清算 Read get_m_index_prices 取得 M 錢包各幣種指數價格 Read get_m_interest_rates 取得 M 錢包各幣種目前借貸利率 Read get_m_interests 取得 M 錢包利息計費歷史記錄 Read get_m_limits 取得 M 錢包目前可用借貸額度上限 Read get_m_liquidation 取得單筆 M 錢包清算詳情 Read get_m_liquidations 取得 M 錢包清算歷史記錄 Read get_m_loans 取得 M 錢包借貸歷史記錄 Read get_m_repayments 取得 M 錢包還款歷史記錄 Read get_m_transfers 取得 M 錢包資金轉移記錄 Read get_markets 取得 MAX 所有可用交易市場列表 Read get_open_orders 取得目前未成交的掛單列表 Read get_order 查詢單筆訂單詳情 Read get_order_trades 取得特定訂單的所有成交明細 Read get_orders_history 依 ID 順序分頁取得訂單歷史(適合完整匯出) Read get_public_trades 取得市場最近公開成交記錄(無需登入) Read get_rewards 取得獎勵記錄(返傭、空投、利息獎勵等) Read get_ticker 取得單一市場即時行情(最新成交價、買賣一口價、24h 成交量等) Read get_tickers 取得多個市場即時行情,可一次查詢多個 Read get_timestamp 取得 MAX 伺服器目前時間(Unix 時間戳,秒) Read get_trades 取得個人歷史成交記錄 Read get_user_info 取得目前登入帳戶的用戶資訊(KYC 狀態、帳號 ID 等) Read get_withdraw_addresses 取得已綁定的提現地址列表 Read get_withdrawal 查詢單筆提現詳情 Read get_withdrawals 取得提現歷史記錄

Related servers

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

Questions about MAX Exchange MCP Server

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

Yes. The MAX Exchange MCP Server server exposes 7 financial tools including submit_convert, submit_m_loan, submit_m_repayment. 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 MAX Exchange MCP Server MCP server? +

Yes. The MAX Exchange MCP Server 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 many tools does the MAX Exchange MCP Server MCP server expose? +

45 tools across 4 categories: Destructive, Financial, Read, Write. 36 are read-only. 9 can modify, create, or delete data.

How do I enforce a policy on MAX Exchange MCP Server? +

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

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

Instant setup, no code required.

45 MAX Exchange 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.