mcpserver.lol
registry/tickdb-market-data
Connection check verified live · 26h ago

tickdb-market-data

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

Tools 13
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 26h ago

Tools & capabilities

13 tools

Read from the running server on 26h ago.

get_available_symbols typelimitmarketoffset
Query all tradable symbols on TickDB (37,527+ products). Use this to discover and verify correct symbol codes before other calls.
get_capital_flow typesymbol*
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 smal…
get_intraday typesymbols*
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…
get_kline typelimitsymbol*end_timeinterval*start_time
Get historical K-line (OHLCV candlestick) data for a symbol.
get_kline_intervals
List all supported K-line candlestick interval strings.
get_kline_latest typesymbols*interval*
Get the most recent (live/incomplete) K-line candle for one or more symbols.
get_market_metrics typesymbols*
Get comprehensive market metrics and valuation data for stocks. Returns: price, change, volume, turnover, YTD change, turnover rate, market cap, capital flow, PE (…
get_order_book typelimitsymbol*
Get order book (market depth) with bid and ask price levels. Returns bids and asks as [price, quantity] arrays, best price first.
get_recent_trades typelimitsymbol*
Get the most recent executed trades for a symbol. Returns trade id, price, quantity, side (buy/sell), and timestamp.
get_stock_info typesymbols*
Get fundamental stock information. Returns company name (CN/EN), exchange, currency, lot size, total/circulating shares, EPS, EPS TTM, BPS, and dividend yield.…
get_ticker typesymbols*
Get real-time price snapshots for one or more symbols. Returns last price, 24h volume, 24h high/low, price change and percent change.
get_trade_days market*beg_day*end_day*
Get the trading calendar (trading days and half-days) for a date range.
get_trading_sessions market*
Get current trading session schedule for a stock market. Returns session begin/end times and session type (pre-market, regular, after-hours, closed, etc.).…