✨ AI NATIVE ACCESS

Bring TickDB into Your AI

Three tiers of integration — from a single chat to deep, persistent access. Give your AI real-time market intelligence across 37,527+ symbols.

Choose Your Integration Level

💬
Skill Chat to use · Zero config For PMs, researchers, casual users
🔌
MCP Persistent · Hosted HTTPS For AI coding & long-term integration
💻
CLI Terminal & Agent · npm global For scripts, Bash, and agents
💬

Skill — Chat to Use, Zero Setup

Use TickDB directly in ChatGPT or Claude. Install the Skill and your AI auto-fetches a trial key to query live market data.

Install Command

$ npx clawhub@latest install tickdb-market-data
  • Auto trial — no signup required
  • 72 popular symbols free (forex, crypto, stocks)
  • Works with any LLM that supports tools
  • Version auto-update via ClawHub registry
View on ClawHub →

Conversation Demo

👤 You
What's the gold price now?
⚡ Calling TickDB · get_ticker...
🤖 AI
XAU/USD $2,341.20 ▲ +0.42% | 24h range $2,328 – $2,348
👤 You
What's Tencent's PE ratio?
⚡ Calling TickDB · get_market_metrics...
🤖 AI
Tencent (700.HK) — Price HK$380.20 | PE(TTM) 18.7× | PB 3.4× | Market Cap HK$3.6T
📡 Data by TickDB.ai
🔌

MCP Server — Persistent Integration

One config, hosted HTTPS endpoint — your AI coding assistant gets 13 market-data tools in one connection.

Hosted: https://mcp.tickdb.ai/

Supported Clients

Claude Code (~/.claude/settings.json)Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json)Codex (OpenAI) (~/.codex/config.json)Cursor (~/.cursor/mcp.json)Kiro (~/.kiro/settings/mcp.json)Zed (~/.config/zed/settings.json)Cherry Studio (Settings → MCP Servers → Add)

Configuration

{
  "mcpServers": {
    "tickdb": {
      "type": "http",
      "url": "https://mcp.tickdb.ai/",
      "headers": {
        "X-TickDB-Key": "<YOUR_API_KEY>"
      }
    }
  }
}
Hosted at mcp.tickdb.ai — no self-hosting needed
13 standardized MCP tools
HTTPS + Header auth (X-TickDB-Key)
Compatible with all MCP protocol clients

13 MCP Tools

get_tickerget_klineget_kline_latestget_order_bookget_recent_tradesget_available_symbolsget_kline_intervalsget_stock_infoget_intradayget_trading_sessionsget_trade_daysget_market_metricsget_capital_flow
MCP Setup Docs →
💻

CLI — Terminal & AI Agent Ready

Real-time market data from the command line. JSON and table output, 16 native commands. Perfect for scripts and autonomous agents.

Installation

$ npm install -g tickdb
$ tickdb config set-key <YOUR_KEY>
$ tickdb ticker BTCUSDT,XAUUSD
  • JSON & formatted table dual output
  • 16 native commands (ticker, kline, depth, trades, stock-info, etc.)
  • Bash-tool friendly — ideal for AI agent tool-use
  • API key via flag, env var, or local config
View on npm →

Example Commands

$ tickdb ticker BTCUSDT,XAUUSD Real-time price snapshots
$ tickdb kline AAPL.US -i 1d --limit 10 Historical K-line candles
$ tickdb depth BTCUSDT -l 10 Order book depth
$ tickdb metrics 700.HK PE, PB, market cap
$ tickdb capital-flow 600519.SH Capital flow analysis

Compatible Platforms

ChatGPTClaudeClaude CodeClaude DesktopCodexCursorKiroZedCherry StudioClineContinueCustom Agents

Frequently Asked Questions

Do I need an API key to use the Skill?

No. The Skill auto-fetches a trial key for 72 popular symbols. For full access to 37,527+ symbols, register a free key at tickdb.ai.

Is the MCP server self-hosted or managed?

Managed. The endpoint at mcp.tickdb.ai is hosted by TickDB with HTTPS and header-based auth. No Docker or server setup needed.

Can I use the CLI in CI/CD pipelines?

Yes. Use --json flag for structured output. Pass the API key via TICKDB_API_KEY environment variable for non-interactive use.

Which AI clients support MCP?

Claude Code, Claude Desktop, Codex (OpenAI), Cursor, Kiro, Zed, Cherry Studio, and any client implementing the MCP HTTP transport protocol.

What markets are covered?

Forex (1,207), Indices (12,708), US Stocks (12,409), HK Stocks (4,305), A-Shares (6,023), Crypto (875) — 37,527+ total symbols.

Give Your AI Real-time Market Intelligence

Get a free API key and integrate in minutes