Skip to main content
Glama
amao69904

moomoo-market-data-mcp

by amao69904

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
moomoo_connection_statusA

Check whether the configured Futu OpenD endpoint is reachable.

moomoo_snapshotB

Get market snapshots. Symbols must look like US.AAPL or HK.00700.

moomoo_quoteC

Subscribe and return the latest real-time quote for each symbol.

moomoo_candlesC

Return current candles. ktype examples: K_1M, K_5M, K_DAY.

moomoo_order_bookB

Return the real-time bid/ask order book for one symbol.

moomoo_tickerC

Return recent real-time time-and-sales records for one symbol.

moomoo_search_securitiesB

Search securities in a market such as US, HK, SH, or SZ.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 7 tools

Disambiguation4/5

Most tools target clearly distinct market data products (candles, order book, ticker, search, connection status). Snapshot and quote could be somewhat confusable since both return current market state, but their descriptions generally clarify the difference.

Naming Consistency4/5

All tools share a consistent moomoo_ prefix and snake_case convention. Most are noun-like resource names (snapshot, quote, candles, order_book, ticker), while search_securities is the only verb_noun form, which is a minor deviation.

Tool Count5/5

Seven tools is well-scoped for a market data server. Each tool covers a major data type or operation without unnecessary bloat or noticeable redundancy.

Completeness4/5

The toolset covers the core market data surface: search, current snapshots, quotes, candles, order book, and time-and-sales. Historical candle retrieval and additional market-data products like options or index constituents are absent, but these are reasonable gaps.

Maintenance

ActivityMaintained
ResponsivenessNo issues