AgentMarketMCP / SKILL 资产档案馆

目录 / TickDB MCP — Real-time Market Data for AI

MCP 需 API Key 未评级 已上架

TickDB MCP — Real-time Market Data for AI

TickDB-MCP is a Python MCP server implementation that connects AI assistants to real-time and historical market data via the Model Context Protocol (MCP) and the TickDB Unified Market Data API. Covers Forex/FX · Precious Metals · Indices · US Stocks (NASDAQ/NYSE) · HK Stocks · A-shares/CN Stocks · Cryptocurrency through 13 MCP tools backed by a REST API.

该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链

接入信息

传输形态
http
鉴权方式
需 API Key(需要配置:X-TickDB-Key)
端点
https://tickdb-market-data-mcp--tickdb.run.tools
该服务需要凭证,请按官方文档申请后替换占位符
{
  "mcpServers": {
    "TickDB MCP — Real-time Market Data for AI": {
      "headers": {
        "Authorization": "Bearer \u003cYOUR_KEY\u003e"
      },
      "url": "https://tickdb-market-data-mcp--tickdb.run.tools"
    }
  }
}

能力清单

工具说明
get_tickerGet real-time price snapshots for one or more symbols. Returns last price, 24h volume, 24h high/low, price change and percent change.
get_klineGet historical K-line (OHLCV candlestick) data for a symbol.
get_kline_latestGet the most recent (live/incomplete) K-line candle for one or more symbols.
get_order_bookGet order book (market depth) with bid and ask price levels. Returns bids and asks as [price, quantity] arrays, best price first.
get_recent_tradesGet the most recent executed trades for a symbol. Returns trade id, price, quantity, side (buy/sell), and timestamp.
get_available_symbolsQuery all tradable symbols on TickDB (37,527+ products). Use this to discover and verify correct symbol codes before other calls.
get_kline_intervalsList all supported K-line candlestick interval strings.
get_stock_infoGet fundamental stock information. Returns company name (CN/EN), exchange, currency, lot size, total/circulating shares, EPS, EPS TTM, BPS, and dividend yield. Supported: US stocks, Hong Kong stocks, A-shares.
get_intradayGet today's intraday minute-level price data for stocks. Returns timestamp, price, volume, turnover, and average price per minute. Supported: US stocks, Hong Kong stocks, A-shares.
get_trading_sessionsGet current trading session schedule for a stock market. Returns session begin/end times and session type (pre-market, regular, after-hours, closed, etc.).
get_trade_daysGet the trading calendar (trading days and half-days) for a date range.
get_market_metricsGet comprehensive market metrics and valuation data for stocks. Returns: price, change, volume, turnover, YTD change, turnover rate, market cap, capital flow, PE (TTM), PB ratio, dividend yield, 5/10/180-day price change rates. Supported: US stocks, Hong Kong stocks, A-shares.
get_capital_flowGet capital flow (money flow) analysis for a stock. Returns intraday flow timeline and breakdown of capital inflows/outflows by order size: large, medium, and small. Supported: US stocks, Hong Kong stocks, A-shares.
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错

侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。