MARKET_AI_HUB
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| health_checkA | 整體健康檢查:models / providers / 環境 / build fingerprint。 |
| get_system_infoB | Python / GPU / CUDA / models(role + task + dual status)/ ensemble / MCP tools / gates / build fingerprint。 |
| get_research_gatesB | Research validation gates:ENGINEERING_GATE / DATA_GATE / MODEL_PREDICTIVE_GATE / TRADING_EDGE_GATE。 |
| get_data_source_statusB | 各資料來源狀態(TWSE/FinMind/FRED/yfinance/JQuants/TradingView/Broker)。 |
| get_market_dataC | 取市場資料(yfinance symbols,或數字代碼走台股流程)。僅回傳結構化資料。 |
| predict_chronosB | Chronos-2 多步預測。horizon "Nd" = N trading bars(1d/2d/5d/10d)。含 build fingerprint。 |
| predict_timesfmC | TimesFM-3.0 多步預測(weights 非商業授權)。含 build fingerprint。 |
| predict_ensembleC | Chronos + TimesFM + XGBoost + LightGBM ensemble。 |
| get_model_performanceB | 讀取歷史 backtest 績效(model 空白 = 全部)。 |
| backtestA | walk-forward backtest(yfinance 資料 + baseline 分類器)。 |
| run_ts_validationB | 時間序列模型 rolling-origin OOS 驗證(V1.1 pipeline)。 |
| analyze_osaka_nikkeiB | 大阪日經 PROXY 分析(^N225 index + 跨市場;非 OSE micro 即時)。 |
| analyze_taiwan_stockA | 台股分析(如 2330 / 3706.TW / 華邦電)。只回傳 structured evidence。 |
| get_analysis_packetC | 正式分析封包(backend 先完成大部分工作)。 |
| get_data_coverageA | 大阪微型日經各 factor 資料覆蓋摘要(LIVE_VERIFIED/CONTRACT_ONLY/NEEDS_CONFIG/...)。不得隱藏缺口。 |
| get_event_calendarA | 近期重要官方事件日曆(BOJ/Fed/CPI/NFP/PCE/GDP/MOF),只回 Top-N。 |
| get_official_release_snapshotB | 官方 macro 來源狀態快照(LIVE_VERIFIED / NEEDS_CONFIG / CONTRACT_ONLY)。 |
| get_target_instrument_stateB | 真正交易標的狀態(OSE_NIKKEI225_MICRO_FUTURES)+ Micro settlement + 角色標記。 |
| get_model_leaderboardD | 模型 leaderboard(tournament PerformanceStore,含 BEST_BASELINE)。 |
| get_forward_test_statusB | Forward test 註冊狀態(Prediction Registry 中 joint/scenario/ensemble 預測是否已結算)。 |
| get_analysis_archive_statusB | Analysis Archive 狀態(不可變分析 / append-only outcome / reanalysis)。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 21 tools
Most tools target distinct resource/action pairs, but several status/snapshot tools overlap (health_check vs get_system_info, get_data_source_status vs get_official_release_snapshot vs get_data_coverage), and analyze_taiwan_stock/analyze_osaka_nikkei vs get_analysis_packet have unclear boundaries. The detailed descriptions help, but the tool set is not immediately unambiguous.
The dominant patterns get_<noun>, predict_<model>, and analyze_<market> are consistent and readable. Minor deviations like health_check, backtest, and run_ts_validation break the pattern slightly but do not create serious confusion.
21 tools is on the heavy side for an MCP surface, with several status/coverage/snapshot tools that could plausibly be consolidated. The broad hub scope makes the count defensible, but it is borderline and requires agents to absorb a large tool list.
The surface covers health, data ingestion, prediction, backtesting, time-series validation, market analysis, and monitoring/archive status. Minor gaps exist around triggering forward tests and retrieving raw prediction outputs, but the core workflows are represented without major dead ends.