Submit

Tickdb Mcp — Real Time Market Data For Ai

@TickDB

TickDB MCP provides AI assistants with unified real-time and historical market data across Forex/FX, US/HK/A-share stocks (NASDAQ, NYSE), crypto, indices, and precious metals (XAU/XAG). 13 tools cover real-time quotes, ticker, order book depth, recent trades, and OHLCV candlestick (K-line) data over 37,527+ symbols. Powered by the TickDB unified market data API.
Overview

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

  1. Get a free API key at tickdb.ai
  2. Add the config below to your MCP client
  3. Replace YOUR_API_KEY with 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"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.

- MCP Server