# TickDB Market Data MCP server

Real-time & historical market data: forex, stocks, crypto, indices, metals, K-line, quotes

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-tickdb-tickdb-market-data
- Repository: https://github.com/TickDB/tickdb-unified-realtime-marketdata-api
- Website: https://tickdb.ai

## Install
- Endpoint: https://mcp.tickdb.ai/
- Auth: Auth required by registry metadata

## Setup notes
- Remote header: X-TickDB-Key (required; secret)
- The upstream registry signals required auth or secrets.
- Remote endpoint: https://mcp.tickdb.ai/
- Header: X-TickDB-Key

## Tools
- get_ticker - Get real-time price snapshots for one or more symbols.

        Returns last price, 24h volume, 24h high/low, price change and percent change.
         Endpoint: https://mcp.tickdb.ai/
- get_kline - Get historical K-line (OHLCV candlestick) data for a symbol. Endpoint: https://mcp.tickdb.ai/
- get_kline_latest - Get the most recent (live/incomplete) K-line candle for one or more symbols. Endpoint: https://mcp.tickdb.ai/
- get_order_book - Get order book (market depth) with bid and ask price levels.

        Returns bids and asks as [price, quantity] arrays, best price first.
         Endpoint: https://mcp.tickdb.ai/
- get_recent_trades - Get the most recent executed trades for a symbol.

        Returns trade id, price, quantity, side (buy/sell), and timestamp.
         Endpoint: https://mcp.tickdb.ai/
- get_available_symbols - Query all tradable symbols on TickDB (37,527+ products).

        Use this to discover and verify correct symbol codes before other calls.
         Endpoint: https://mcp.tickdb.ai/
- get_kline_intervals - List all supported K-line candlestick interval strings. Endpoint: https://mcp.tickdb.ai/
- get_stock_info - Get 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.
         Endpoint: https://mcp.tickdb.ai/
- get_intraday - Get 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.
         Endpoint: https://mcp.tickdb.ai/
- get_trading_sessions - Get current trading session schedule for a stock market.

        Returns session begin/end times and session type
        (pre-market, regular, after-hours, closed, etc.).
         Endpoint: https://mcp.tickdb.ai/
- get_trade_days - Get the trading calendar (trading days and half-days) for a date range. Endpoint: https://mcp.tickdb.ai/
- get_market_metrics - Get 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.
         Endpoint: https://mcp.tickdb.ai/
- get_capital_flow - Get 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.
         Endpoint: https://mcp.tickdb.ai/

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.TickDB
- Version: 0.1.2
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jun 4, 2026
- Source: https://registry.modelcontextprotocol.io
