Labsco
MCP SERVER

TickDB MCP

by TickDB

Ask for a quote on a US stock, a Hong Kong listing or a crypto pair without wiring up three different market-data vendors.

Equity & Fund Market Data
Summary
One key for seven markets, and the hosted server is the same code you can self-deploy.

The reason to reach for this over a per-exchange API is symbol coverage in a single account: US, HK and mainland China equities sit next to forex, metals and crypto pairs. If you would rather not send symbols through someone else's endpoint, the server source is in the repository and runs under Docker.

What it is

A hosted market-data endpoint for AI clients, backed by the Python server in this repository. One connection covers forex, precious metals, indices, US stocks, HK stocks, A-shares and crypto.

What you get
  • Live ticker prices for symbols across seven market types, from GBPUSD to AAPL.US to 600519.SH
  • Candlestick history at a chosen interval, for charts and backtests
  • Order-book depth and recent trades for a symbol
  • A lookup of which symbols are available in a given market
  • 13 MCP tools over the hosted endpoint, or the same code self-deployed from the repository's mcp/ directory
Requirements

An API key from tickdb.ai, sent as the X-TickDB-Key header to the hosted endpoint at https://mcp.tickdb.ai/ over HTTP. To run it yourself instead, the mcp/ directory is Python and Docker-ready; the published package is tickdb-mcp.

Setup effort

One command plus a key — npx -y mcp-remote https://mcp.tickdb.ai/, then supply credentials