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 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
Conversation Demo
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
Configuration
{
"mcpServers": {
"tickdb": {
"type": "http",
"url": "https://mcp.tickdb.ai/",
"headers": {
"X-TickDB-Key": "<YOUR_API_KEY>"
}
}
}
} 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 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
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
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