← Registry

Data Collection

tickdb.ai

Provides real-time and historical cryptocurrency market data including ticker, kline, order book, and recent trades.

1 endpoint13 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://mcp.tickdb.ai

No auth detected

MCP server metadata

Name
tickdb-market-data
Version
1.27.2
Capabilities
experimentalpromptsresourcestools
Server instructions

Real-time and historical market data for forex, precious metals, indices, US stocks, Hong Kong stocks, A-shares, and cryptocurrencies via TickDB API. Symbol formats: Crypto: BTCUSDT, ETHUSDT Forex: EURUSD, GBPUSD, USDJPY Metals: XAUUSD, XAGUSD Indices: SPX, DJI, IXIC, NDX, VIX, DXY US stocks: AAPL.US, TSLA.US, NVDA.US HK stocks: 700.HK, 9988.HK A-shares: 600519.SH, 000858.SZ A valid TickDB API key is required. Register at https://tickdb.ai to obtain one. Pass your key via the X-TickDB-Key request header or set TICKDB_API_KEY on the server.

Known tools 13

get_ticker

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

Inferred read-only
get_kline

Get historical K-line (OHLCV candlestick) data for a symbol.

Inferred read-only
get_kline_latest

Get the most recent (live/incomplete) K-line candle for one or more symbols.

Inferred read-only
get_order_book

Get order book (market depth) with bid and ask price levels.

Inferred read-only
get_recent_trades

Get the most recent executed trades for a symbol.

Inferred read-only
get_available_symbols

Query all tradable symbols on TickDB (37,527+ products).

Inferred read-only
get_kline_intervals

List all supported K-line candlestick interval strings.

Inferred read-only
get_stock_info

Get fundamental stock information.

Inferred read-only
get_intraday

Get today's intraday minute-level price data for stocks.

Inferred read-only
get_trading_sessions

Get current trading session schedule for a stock market.

Inferred read-only
get_trade_days

Get the trading calendar (trading days and half-days) for a date range.

Inferred read-only
get_market_metrics

Get comprehensive market metrics and valuation data for stocks.

Inferred read-only
get_capital_flow

Get capital flow (money flow) analysis for a stock.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.tickdb-market-data]
url = "https://mcp.tickdb.ai"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "tickdb-market-data": {
      "type": "http",
      "url": "https://mcp.tickdb.ai"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: tickdb-market-data
Remote MCP URL: https://mcp.tickdb.ai

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "tickdb-market-data": {
      "url": "https://mcp.tickdb.ai"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "tickdb-market-data": {
      "type": "http",
      "url": "https://mcp.tickdb.ai"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "tickdb-market-data",
  "transport": "streamable-http",
  "url": "https://mcp.tickdb.ai"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.