mcpbeat

TickDB Market Data MCP Server

io.github.TickDB/tickdb-market-data
answering

TickDB Market Data is answering right now. Last checked 15 min ago. It exposes 13 tools. Last commit 20 Jun 2026.

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

Uptime history 39 hours of history
39 hours agonow
100.0%
Uptime 24h
91 of 91 checks
13
Tools
read from the server
1071 ms
Response time
average over 24h
608
Stars
last commit 20 Jun 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 15 min ago.

run in your terminal
claude mcp add tickdb-market-data --transport http https://mcp.tickdb.ai/
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tickdb-market-data": {
      "url": "https://mcp.tickdb.ai/"
    }
  }
}
~/.codex/config.toml
[mcp_servers.tickdb-market-data]
url = "https://mcp.tickdb.ai/"
.cursor/mcp.json
{
  "mcpServers": {
    "tickdb-market-data": {
      "url": "https://mcp.tickdb.ai/"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "tickdb-market-data": {
      "url": "https://mcp.tickdb.ai/"
    }
  }
}

Available tools 13

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

kline
get_kline
Get historical K-line (OHLCV candlestick) data for a symbol.
get_kline_intervals
List all supported K-line candlestick interval strings.
get_kline_latest
Get the most recent (live/incomplete) K-line candle for one or more symbols.
available
get_available_symbols
Query all tradable symbols on TickDB (37,527+ products). Use this to discover and verify correct symbol codes before other calls.
capital
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.
intraday
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.
market
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.
order
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.
recent
get_recent_trades
Get the most recent executed trades for a symbol. Returns trade id, price, quantity, side (buy/sell), and timestamp.
stock
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.
ticker
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.
trade
get_trade_days
Get the trading calendar (trading days and half-days) for a date range.
trading
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.).

Endpoints

URLTransportStateLatencyChecked
https://mcp.tickdb.ai/ streamable-http answering 1042 ms 15 min ago

TickDB Market Data — questions

Answers built from our own checks of this server.

What can TickDB Market Data do?
It exposes 13 tools, read directly from the server on our last check. Among them: get_available_symbols, get_capital_flow, get_intraday, get_kline, get_kline_intervals, get_kline_latest and 7 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is TickDB Market Data working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 1071 ms. The bar chart above shows every period we have measured.
How do I connect TickDB Market Data?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does TickDB Market Data need an API key?
No. TickDB Market Data completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 13 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is TickDB Market Data?
It answers our handshake in 1071 ms on average, which is faster than 4% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is TickDB Market Data open source?
Yes — it is published under the MIT licence, written in Python, 608 stars on GitHub and 3 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.