Skip to content

Tutorials

Ordered from "never seen it" to "in production":

  • Cheatsheet

    Scenario-indexed command reference: multi-account / multi-instance / recovery / auth / restricted networks.

  • API Key setup

    Turn on auth for REST / gRPC / WS / MCP, generate / revoke / rotate keys.

  • Hook up an LLM via MCP

    How to point Claude / GPT clients at futu-mcp, stdio vs HTTP.

  • Production deploy

    Docker + systemd + Prometheus + audit + SIGHUP hot reload — full checklist.

First-run walkthrough lives in Quick Start (top-level "Quick Start" nav) — install + login + pull a quote, ~5 minutes.

Prerequisites

  • Comfortable with a shell (bash / zsh / PowerShell)
  • A Futu account (niuniu ID + login password); trading also needs a trade password
  • For MCP: an MCP-capable LLM client (Claude Desktop / Cursor / Continue / ...)

Pick your path

You are Recommended order
Just curious, running locally Quick Start — stop there
Writing a bot / script over REST or gRPC Quick StartAPI Key setup
Wiring up an LLM to trade Quick StartAPI Key setupMCP integration
Going live All of the above → Production deploy
Day-to-day command reference Cheatsheet