Futu Stock MCP Server

44 tools. 5 can modify or destroy data without limits.

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

Last updated:

5 can modify or destroy data
39 read-only
44 tools total

Community server · catalogue entry verified 11/06/2026

How to control Futu Stock MCP Server ↓

Read (39) Write / Execute (2) Destructive / Financial (3)
Critical Risk

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

PolicyLayer is an MCP gateway — it sits between your AI agents and Futu Stock 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
{
  "cancel_all_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
{
  "modify_order": {
    "limits": [
      {
        "counter": "modify_order_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "get_acc_cash_flow": {
    "limits": [
      {
        "counter": "get_acc_cash_flow_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 Futu Stock 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 FUTU STOCK →

Free to start. No card required.

READ 39 tools
Read get_acc_cash_flow Get account cash-flow details. Read get_acc_list Official-name alias of get_account_list. Read get_acc_trading_info Get account trading capability before placing/modifying an order. Read get_account_list get_account_list Read get_asset_list Asset list view based on current accinfo query. Read get_broker_queue get_broker_queue Read get_cur_kline get_cur_kline Read get_current_time get_current_time Read get_deal_list Get current deal list. Read get_fund_list Official-name alias of get_funds. Read get_funds get_funds Read get_history_asset_list Compatibility tool for official trade overview; not supported by current futu Python SDK. Read get_history_deal_list Get historical deal list. Read get_history_fund_list Compatibility tool for official trade overview; not supported by current futu Python SDK. Read get_history_kline get_history_kline Read get_history_order_list Get historical order list. Read get_history_position_list Compatibility tool for official trade overview; not supported by current futu Python SDK. Read get_margin_ratio get_margin_ratio Read get_market_snapshot get_market_snapshot Read get_market_state get_market_state Read get_max_power get_max_power Read get_option_butterfly get_option_butterfly Read get_option_chain get_option_chain Read get_option_condor get_option_condor Read get_option_expiration_date get_option_expiration_date Read get_order_book get_order_book Read get_order_fee Get order fee details. Read get_order_list Get current order list. Read get_position_list Get position list with optional filtering. Read get_positions get_positions Read get_rt_data get_rt_data Read get_stock_basicinfo get_stock_basicinfo Read get_stock_filter get_stock_filter Read get_stock_list get_stock_list Read get_stock_quote get_stock_quote Read get_ticker get_ticker Read get_warrant get_warrant Read subscribe subscribe Read unsubscribe unsubscribe

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

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

Yes. The Futu Stock MCP Server server exposes 1 financial tools including 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 Futu Stock MCP Server MCP server? +

Yes. The Futu Stock MCP Server server exposes 2 destructive tools including 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 Futu Stock MCP Server? +

The Futu Stock MCP Server server has 1 write tools including modify_order. 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 Futu Stock MCP Server.

How many tools does the Futu Stock MCP Server MCP server expose? +

44 tools across 3 categories: Destructive, Read, Write. 39 are read-only. 5 can modify, create, or delete data.

How do I enforce a policy on Futu Stock MCP Server? +

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

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

Free to start. No card required.

44 Futu Stock MCP Server tools catalogued and risk-classified — across an index of 42,500+ 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.