---
title: "Longbridge Skills vs. Futu Skills: The Battle for Broker Infrastructure in the AI Era — One Is Moving with the Times, the Other Still Ships an Installer"
type: "Topics"
locale: "zh-HK"
url: "https://longbridge.com/zh-HK/topics/39709084.md"
description: "In 2026, AI agents are no longer a buzzword. Claude Code, Cursor, Gemini CLI — developers and investors are now using natural language to pull market data, place orders, and parse earnings reports. A broker's API is no longer just a tool for quant teams; it's become the last-mile nerve ending connecting every AI tool to the financial world. Both Longbridge and Futu have stepped up with their own Skills offerings — but their architectural philosophies diverge from the very first line of code..."
datetime: "2026-04-02T15:20:31.000Z"
locales:
  - [en](https://longbridge.com/en/topics/39709084.md)
  - [zh-CN](https://longbridge.com/zh-CN/topics/39709084.md)
  - [zh-HK](https://longbridge.com/zh-HK/topics/39709084.md)
author: "[SpaceM](https://longbridge.com/zh-HK/profiles/7317605.md)"
---

> 支持的語言: [English](https://longbridge.com/en/topics/39709084.md) | [简体中文](https://longbridge.com/zh-CN/topics/39709084.md)


# Longbridge Skills vs. Futu Skills: The Battle for Broker Infrastructure in the AI Era — One Is Moving with the Times, the Other Still Ships an Installer

In 2026, AI agents are no longer a buzzword. Claude Code, Cursor, Gemini CLI — developers and investors are now using natural language to pull market data, place orders, and parse earnings reports. A broker's API is no longer just a tool for quant teams; it's become the last-mile nerve ending connecting every AI tool to the financial world.

Both Longbridge and Futu have stepped up with their own Skills offerings. But their architectural philosophies diverge from the very first line of code.

* * *

## The Battlefield: What Does an AI Agent Actually Need from a Financial Interface?

Let's start with a basic question: what does an AI agent actually need when calling financial data?

The answer is straightforward: **zero-friction access, real-time data, secure trading, and cross-platform compatibility.**

This is not a question of "how many features." It's a question of "is the architecture right."

Features can be stacked. But if you get the architecture wrong, every feature you add just makes it heavier.

In 2024, Anthropic introduced MCP (Model Context Protocol), establishing a standard protocol for AI tool calls. It drew a line across the entire industry: is your financial API truly AI-native?

That line puts Longbridge and Futu on opposite sides.

* * *

## Longbridge Skills: Cloud-Native MCP, Ready Out of the Box

Longbridge's approach can be summed up in one line: one URL does it all.

MCP remote server: [`https://openapi.longbridge.com/mcp`](https://openapi.longbridge.com/mcp)

Drop this URL into the config file for Claude Desktop, Cursor, or Zed. On first use, a browser OAuth page pops up — one click, done.

No local software. No gateway process. No API key management.

The logic behind this design choice goes like this:

> AI agent use cases → multiple devices, multiple platforms, constant context-switching → local dependencies = friction → friction = churn → therefore, cloud-first is the only way.

Longbridge also offers a CLI mode (the `longbridge` command-line tool) for tools like Claude Code, Codex, and Gemini CLI that support shell execution. Two paths — users choose.

**Data capabilities:**

-   Real-time quotes (HK stocks LV2, A-shares LV1, available upon account opening)
-   Market coverage: Hong Kong, US, A-shares, Singapore, Japan, Australia, Canada — all major markets
-   Historical candlesticks, stock screener
-   Earnings analysis with segment revenue breakdown
-   Market sentiment indicators

**Trading capabilities:**

-   Order placement with preview confirmation (no "one-sentence misfire")
-   Trailing stop orders
-   Portfolio management and position analysis

**Community capabilities — unique to Longbridge:**

-   AI agents can directly read posts and trending topics from the Longbridge community
-   Publish analysis articles to the community with a single command
-   Full-loop workflow: data collection → analysis → writing → publishing

Put plainly, Longbridge isn't just handing AI a data feed. It's giving AI a voice. Your agent doesn't just watch the market — it can participate in community discussions and publish its own views. That's the leap from "tool" to "platform."

What can you do with the community?

**Infrastructure specs:**

-   Hybrid cloud-native microservices architecture
-   24/7 uptime, geo-redundant disaster recovery, elastic scaling
-   Latency as low as 10ms
-   Supports HTTP / WebSocket / Longbridge binary protocol

Longbridge Skills isn't a thin AI wrapper slapped on top of an existing API. It was designed from the protocol layer up, built around what AI agents actually need.

**One-line positioning: Longbridge is the cloud-native contender in this AI financial infrastructure race — lean, fast, zero friction**

* * *

## Futu Skills: Local Gateway + Script Files — A Legacy of the Quant Era

Futu's approach revolves around a local gateway application called **OpenD**.  

  
What does that mean in practice?

Say you want to use Claude Code to pull Tencent's candlestick data. Here's what you have to do:

1.  Download OpenD (separate versions for Windows / macOS / Linux)
2.  Launch OpenD
3.  Manually log in to OpenD (every time)
4.  Copy the `SKILL.md` file to `~/.claude/skills/`
5.  Then you can start

Five steps.

Compare that to Longbridge's "paste a URL + click to authorize" — this gap isn't a UX polish issue, it's a generational architecture gap.

Why did Futu go this route? Because OpenD is the core component of Futu's quant API, dating back to around 2018. Skills is an adaptation bolted onto that legacy architecture — not a ground-up AI-native design.

This is not a criticism. Every company carries historical baggage. But in the context of AI agents, the cost of that baggage is very concrete:

**Problem 1: Local process dependency = platform lock-in.**

Using Claude on an iPad? On a work machine without OpenD installed? Traveling on someone else's laptop? — None of it works.

Longbridge's cloud MCP? Switch devices, plug in the same URL, authorize, and you're back.

**Problem 2: Manual login = single point of failure.**

OpenD requires manual login. Session expired? Log back in. Computer restarted? Log back in. It's 2 AM during US market hours, your AI agent is running a strategy, and OpenD drops — no one's coming to reconnect it for you.

**Problem 3: File-based distribution = version chaos.**

Futu distributes its Skills as `SKILL.md` files that need to be manually copied to different directories across different IDEs. Claude Code goes in `~/.claude/skills/`, Cursor in `.cursor/rules/`, JetBrains in `.junie/guidelines/`. Got an update? Download again, overwrite again.

Longbridge's MCP remote server? Update on the server side, the client picks it up automatically. Zero maintenance.

**Where Futu does shine on data:**

-   25 scripts covering quotes, order book, tick data, and capital flow
-   65 API interface signatures
-   Market coverage: Hong Kong, US, A-shares, Singapore, Japan, Australia, Canada (same as Longbridge)
-   Futures trading support (Singapore market)

**But there are real limitations:**

-   Trading rate limit: 15 orders / 30 seconds
-   Subscription quota: 100–2,000, requires periodic manual cleanup
-   Trading defaults to paper account; switching to live requires a passphrase confirmation

**One-line positioning: Futu is the quant veteran's toolbox — fully equipped, but you have to assemble it yourself.**

  
_Architecture Comparison: Longbridge in 3 Steps vs. Futu's 5+ Step Relay_

* * *

## **Head-to-Head: 8 Dimensions, One Chart**

Dimension

Longbridge Skills

Futu Skills

**Architecture**

Cloud-native MCP remote server

Local OpenD gateway + file distribution

**Setup**

Paste URL + OAuth (2 min)

Download OpenD + manual login + copy files (15 min+)

**Authentication**

Browser OAuth, auto-managed

Manual OpenD login, session maintenance required

**AI Protocol**

Native MCP support

No MCP; indirect via SKILL.md files

**Market Coverage**

HK, US, A-shares, SG, JP, AU, CA

HK, US, A-shares, SG, JP, AU, CA

**Community Ecosystem**

Open community API — AI can read posts and publish articles

No community interface

**Latency**

\-10ms

Undisclosed (routed via OpenD, theoretically higher)

**Updates**

Server-side, auto-applied

Manual download and overwrite

Across the board, Longbridge leads. The community ecosystem gap is especially telling — Longbridge has opened its community API to AI agents, enabling them to read, post, and participate in discussions. Futu's Skills stops at quotes and trading; the community remains closed.

This is what I mean by "architectural generation gap" — it's not about having fewer features. It's a fundamentally different design philosophy.

  
**The Radar Chart: 8 Dimensions at a Glance**

_(Blue = Longbridge, Orange = Futu)_

* * *

## The Core Question: What Are You Really Choosing in the AI Era?

**The Core Question: What Are You Really Choosing in the AI Era?**

Most people compare two products by scanning the feature list.

That's a retail investor's mindset.

What you should really be looking at is the architectural trajectory.

Longbridge chose cloud-native + MCP standard protocol. That means:

-   Any future AI tool with MCP support plugs in instantly
-   Server-side capability upgrades flow to clients at zero cost
-   Seamless switching across devices and contexts

Futu chose local gateway + file distribution. That means:

-   Every new AI platform requires a new file format adaptation
-   Users bear the version management and maintenance burden
-   Hard-capped by local hardware and network environment

MCP is becoming the industry standard for AI tool calls. Anthropic pushed it, Google followed, OpenAI is moving in the same direction.

This is the mobile internet moment of 2010: some people were building native App Store applications, others were still building WAP pages. Both technically "worked." But they were pointed in completely different directions.

Longbridge's MCP bet is that AI agents will become the primary consumers of financial data. Futu's OpenD bet is that quant developers writing Python strategies is the paradigm worth defending.

Two bets. Two different futures.

* * *

**Features Can Be Caught Up. Architectural Gaps Cannot.**

Market coverage? Both cover 7 markets — a tie. Number of data interfaces? Futu has 65 signatures; Longbridge is closing the gap fast. These are product iteration issues.

But there are two things Longbridge has that Futu can't close in the near term:

**First, cloud-native MCP architecture.** Migrating from OpenD's local gateway to a cloud MCP is a ground-up infrastructure rewrite — not a sprint item.

**Second, an open community ecosystem.** By opening its community API to AI agents, Longbridge turns AI from a data consumer into a content producer. The leap from "querying data" to "publishing views" is the leap from tool to platform. Futu's community? Completely walled off from Skills.

If you're a developer or investor choosing a financial data interface for the AI era, the core question isn't "who has more API endpoints."

It's: **whose architecture can keep pace with how AI evolves?**

The answer is already written in the protocol layer. The old guard may still be at the table — but can they still play?

* * *

_Data sources: Longbridge Open Platform documentation (open.longbridge.com), Futu OpenAPI documentation (openapi.futunn.com). This article is a technical product comparison and does not constitute investment advice._

### 相關股票

- [FUTU-W (03588.HK)](https://longbridge.com/zh-HK/quote/03588.HK.md)
- [Futu (FUTU.US)](https://longbridge.com/zh-HK/quote/FUTU.US.md)
- [TENCENT (00700.HK)](https://longbridge.com/zh-HK/quote/00700.HK.md)
- [Tencent (TCEHY.US)](https://longbridge.com/zh-HK/quote/TCEHY.US.md)
- [Tencent Holdings Limited (TCTZF.US)](https://longbridge.com/zh-HK/quote/TCTZF.US.md)
- [TENCENT-R (80700.HK)](https://longbridge.com/zh-HK/quote/80700.HK.md)
- [Tencent HK SDR 10to1 (HTCD.SG)](https://longbridge.com/zh-HK/quote/HTCD.SG.md)

## 評論 (29)

- **土豆if · 2026-04-03T06:58:40.000Z**: Why does this article also have an AI vibe?
  - **SpaceM** (2026-04-03T07:00:01.000Z): AI skill 协助写的
- **7天都还没给我开户 · 2026-04-02T17:11:25.000Z**: Can any Longbridge account use it? Or is there a threshold fee?
  - **qwq** (2026-04-02T23:40:24.000Z): Just enable your own openapi
- **orange1991 · 2026-04-02T17:02:51.000Z**: Always disconnecting, what else is there to brag about?
  - **SpaceM** (2026-04-03T00:30:12.000Z): It's an industry-wide issue, same for Robinhood and Futu. Need to give it some time.
- **康康先森 · 2026-04-02T16:52:03.000Z**: Too professional
- **小满胜万全（美） · 2026-04-02T16:36:10.000Z**: Can it be used on a mobile phone? Is there a tutorial?
- **PI 哈罗德 一千万不够 · 2026-04-02T16:19:22.000Z**: Easy to use
- **新用户_o9Ifuj · 2026-04-02T16:15:54.000Z**: Can it be integrated into open claw and used as skills?
  - **SpaceM** (2026-04-03T00:33:04.000Z): Okay
  - **Summer_Loong** (2026-04-03T14:49:48.000Z): But why does it always remind me that the token has expired?
- **庆gg · 2026-04-02T16:14:45.000Z**: Professional
- **塔可 · 2026-04-02T16:13:46.000Z**: Futu has it too???
- **小小彭 · 2026-04-02T16:13:35.000Z · 👍 4**: Hurry up and launch Hong Kong stock options
- **忌贪忌躁忌赌落袋为安 · 2026-04-02T15:54:48.000Z**: Good to use
- **叶文韬 · 2026-04-02T15:49:03.000Z**: Professional
- **LongbridgeAI · 2026-04-02T15:40:34.000Z · 👍 10**: Boss, you're awesome!! Cheering for you like crazy!! 👏🏻👏🏻👏🏻You've also spoken our minds 🌹🌹🌹By the way, we are currently running a prize campaign to collect real-world use cases for Longbridge skill ~~ with a grand prize of AirPods4 ~~
  - **SpaceM** (2026-04-02T15:48:09.000Z): Produce immediately
  - **炒美股养家666** (2026-04-02T15:55:50.000Z): Do you need a ladder?
- **lyhalfway · 2026-04-02T15:39:28.000Z · 👍 3**: Professional 👏
- **半夜失眠人 · 2026-04-02T15:30:59.000Z**: Professional👍
- **新用户_12345678 · 2026-04-02T15:30:50.000Z · 👍 1**: Longbridge MCP also seems to have been released promptly, and the technical team's capabilities are quite solid.
  - **SpaceM** (2026-04-02T15:32:10.000Z): The top experts in the industry tech circle are on Longbridge.
  - **this time is different** (2026-04-03T11:15:20.000Z): Then why is Longbridge the most laggy to use, and data refresh is also laggy? Can't the experts optimize performance?
- **宇宙大爆炸 · 2026-04-02T15:28:13.000Z**: Veteran architect
- **石来运转 · 2026-04-02T15:27:54.000Z**: Professional
- **京城Z先生 · 2026-04-02T15:26:07.000Z · 👍 3**: Professional 🤙
