TickDB MCP — Real-Time Market Data for AI
TickDB MCP is a Model Context Protocol server that gives AI assistants direct access to real-time and historical market data through a single unified API.
Coverage
- Forex / FX — EURUSD, USDJPY, GBPUSD …
- Precious Metals — XAUUSD, XAGUSD
- Indices — SPX, NDX, VIX, DXY
- US Stocks (NASDAQ / NYSE) — AAPL.US, TSLA.US, NVDA.US
- HK Stocks — 700.HK, 9988.HK
- A-Shares — 600519.SH, 000858.SZ
- Crypto — BTCUSDT, ETHUSDT
- 37,527+ symbols across 6 major markets
13 Tools
Real-time quotes & ticker, OHLCV candlestick (K-line), latest live K-line, order book depth, recent trades, available symbols, K-line intervals, stock info, intraday data, trading sessions, trade calendar, market metrics, and capital flow.
Quick Start
- Get a free API key at tickdb.ai
- Add the config below to your MCP client
- Replace
YOUR_API_KEYwith your TickDB key
json { "mcpServers": { "tickdb": { "type": "http", "url": "https://mcp.tickdb.ai/", "headers": { "X-TickDB-Key": "YOUR_API_KEY" } } } }
Supported clients: Claude Code · Claude Desktop · Cursor · Kiro · Codex · Zed · Cherry Studio
Links: Website · Docs · GitHub
The MCP server is fully open source (Python · 13 tools · Docker-ready · MIT).
Server Config
{
"mcpServers": {
"tickdb": {
"type": "http",
"url": "https://mcp.tickdb.ai/",
"headers": {
"X-TickDB-Key": "YOUR_API_KEY"
}
}
}
}