← Back to MCP list

TickDB Unified Market Data MCP

v0.1.2
Data AcquisitionRemote

Official TickDB hosted MCP at https://mcp.tickdb.ai/ with X-TickDB-Key header auth. 37,000+ symbols; paid plans with 7-day trial. Official AI access via Skill, MCP, and CLI.

§ Connection Config

Transport Type: remote
https://mcp.tickdb.ai/
X-TickDB-Key: {env:TICKDB_API_KEY}
TickDB API KeyRequired

Obtain after registering at tickdb.ai.

Type: headerApply →

§ Quickstart

Add the following to your MCP client configuration (Cursor, Claude Desktop, etc.):

Settings → Tools & MCP → New MCP Server. Replace YOUR_API_KEY with your TickDB key.

MCP Client Configuration

{
  "mcpServers": {
    "tickdb": {
      "type": "streamableHttp",
      "url": "https://mcp.tickdb.ai/",
      "headers": {
        "X-TickDB-Key": "YOUR_API_KEY"
      }
    }
  }
}
View full setup guide →

§ Tools Reference

5 tools

get_ticker

Real-time price snapshot

ParameterTypeRequiredDescription
symbolstringSymbol

get_kline

Historical K-line (OHLCV)

ParameterTypeRequiredDescription
symbolstringSymbol
intervalstringInterval

get_order_book

Order book depth

ParameterTypeRequiredDescription
symbolstringSymbol

get_market_metrics

PE/PB, market cap, capital flow metrics

ParameterTypeRequiredDescription
symbolstringStock symbol

get_capital_flow

Large/medium/small order capital flow

ParameterTypeRequiredDescription
symbolstringA-share symbol

§ Examples

Once configured, you can ask the AI directly:

A-share snapshot

Get 600519 real-time quote with PE/PB

Combines get_ticker and get_market_metrics

Cross-asset

Compare latest K-lines for EURUSD and BTCUSDT

Unified cross-asset query