Tutorials¶
Ordered from "never seen it" to "in production":
-
Scenario-indexed command reference: multi-account / multi-instance / recovery / auth / restricted networks.
-
Turn on auth for REST / gRPC / WS / MCP, generate / revoke / rotate keys.
-
How to point Claude / GPT clients at
futu-mcp, stdio vs HTTP. -
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 Start → API Key setup |
| Wiring up an LLM to trade | Quick Start → API Key setup → MCP integration |
| Going live | All of the above → Production deploy |
| Day-to-day command reference | Cheatsheet |