
TickDB Market Data MCP server
Real-time & historical market data: forex, stocks, crypto, indices, metals, K-line, quotes
828 stars
Reviews
Write oneNobody has reviewed TickDB Market Data yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
TickDB Market Data tools (13, 1 write)
write = sends, deletes, buys or postsget_available_symbolsFreeQuery all tradable symbols on TickDB (37,527+ products). Use this to discover and verify correct symbol codes before other calls.
get_capital_flowFreeGet capital flow (money flow) analysis for a stock. Returns intraday flow timeline and breakdown of capital inflows/outflows by order size: large, medium, and small. Supported: US stocks, Hong Kong stocks, A-shares.
get_intradayFreeGet today's intraday minute-level price data for stocks. Returns timestamp, price, volume, turnover, and average price per minute. Supported: US stocks, Hong Kong stocks, A-shares.
get_klineFreeGet historical K-line (OHLCV candlestick) data for a symbol.
get_kline_intervalsFreeList all supported K-line candlestick interval strings.
get_kline_latestFreeGet the most recent (live/incomplete) K-line candle for one or more symbols.
get_market_metricsFreeGet comprehensive market metrics and valuation data for stocks. Returns: price, change, volume, turnover, YTD change, turnover rate, market cap, capital flow, PE (TTM), PB ratio, dividend yield, 5/10/180-day price change rates. Supported: US stocks, Hong Kong stocks, A-shares.
get_order_bookwrite actionFreeGet order book (market depth) with bid and ask price levels. Returns bids and asks as [price, quantity] arrays, best price first.
get_recent_tradesFreeGet the most recent executed trades for a symbol. Returns trade id, price, quantity, side (buy/sell), and timestamp.
get_stock_infoFreeGet fundamental stock information. Returns company name (CN/EN), exchange, currency, lot size, total/circulating shares, EPS, EPS TTM, BPS, and dividend yield. Supported: US stocks, Hong Kong stocks, A-shares.
get_tickerFreeGet real-time price snapshots for one or more symbols. Returns last price, 24h volume, 24h high/low, price change and percent change.
get_trade_daysFreeGet the trading calendar (trading days and half-days) for a date range.
get_trading_sessionsFreeGet current trading session schedule for a stock market. Returns session begin/end times and session type (pre-market, regular, after-hours, closed, etc.).
Public scan report
scanner v0.1.9 · 2026-09-27 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 2072ms17/20
- Tool poisoning13 tool descriptions checked15/15
- Auth qualityAPI key sent as a header8/15
- Maintenancelast push 99 days ago8/15
- Maintainer identityregistry namespace matches repository owner6/10
What the publisher says
From the TickDB Market Data repository's README, as published. We do not edit it. Read it on GitHub
TickDB — Unified Real-time Market Data API for Forex, Stocks, Crypto
One connection for Forex, Precious Metals, Indices, US Stocks, HK Stocks, A-Shares, and Crypto
开源工具集 · 完整 API 文档 + AI Skill + MCP 服务端实现
语言版本: 🇨🇳 简体中文 • 🇹🇼 繁體中文 • 🇺🇸 English
📚 在线文档 • 🌐 官网 • 🤖 AI 接入 ↓
🎯 什么是 TickDB?
TickDB 是面向开发者、AI 代理和多市场金融应用的 AI 原生实时行情数据 API(AI-native real-time market data API)。
通过 一次接入(one connection),无缝访问外汇(Forex)、贵金属(Precious Metals)、指数(Indices)、美股(US Stocks / NASDAQ / NYSE)、港股(HK Stocks)、A 股(A-Shares)、加密货币(Cryptocurrency)等多个金融市场的实时与历史行情数据。
TickDB 专为需要可靠、低延迟、可长期依赖行情数据的开发者构建,帮助你避免管理多个数据源、协议和供应商的复杂性,专注于业务和策略本身。
支持 tick 级成交(trades)、盘口深度(order book / depth)、K 线(candlestick)等多种行情形式,
通过 REST API 与 WebSocket 接入,覆盖量化交易、AI Agent、实时行情系统、交易平台与数据分析场景。
🚀 快速接入
📦 本仓库提供完整源码:SKILL/(AI Skill 配置)· mcp/(Python MCP 服务端,13 工具 · Dockerfile · 46 单元测试 · CI · MIT)。托管端点 mcp.tickdb.ai 即基于 mcp/ 代码运行 — 你看到的、你部署的、官方在跑的,是同一套代码。
选一种适合你的接入方式:
✨ 核心特性
- 🔌 统一接入 - 一套 API 覆盖外汇、贵金属、指数、美股、港股、A 股、加密货币
- ⚡ 实时数据 - 基于 WebSocket 的流式推送,端到端延迟约 10-50ms
- 🤖 AI 原生 - 官方提供 Skill / MCP / CLI 三档 AI 接入,AI Agent 与编码助手开箱即用
- 🛠️ 开发者友好 - RESTful API + WebSocket,结构化 JSON 响应,完整文档与多语言示例
- 🌍 全球覆盖 - 37,527+ 品种,6 大市场(US/HK/CN + Forex/Crypto/Indices)
- 🆓 免费开始 - 无需信用卡,立即获取 API 密钥
🏗️ 典型使用场景
- 量化交易(Quantitative Trading) - 算法与策略系统的实时行情数据源
- AI Agent / 编码助手 - 通过 Skill / MCP 让 AI 助手直接调用行情数据,自然语言驱动查询
- 行情看板 - 实时价格展示、资产与投资组合监控
- 交易应用 - 构建类似 TradingView 的行情界面与图表系统
- 数据分析与回测(Backtesting) - 历史行情分析、策略回测与研究
- 金融服务集成 - 集成到现有交易平台或金融基础设施中
- 自部署 / 私有化 - 不想用托管端点?基于本仓库 mcp/ 代码自部署,完全控制数据流
🚀 快速开始 — REST API
1. 注册并获取 API 密钥
访问 TickDB.ai 注册账户,即可获取 API 密钥。
🔑 身份认证
所有 HTTP API 请求都需要在请求头中包含 API 密钥:
X-API-Key: YOUR_API_KEY🌐 基础 URL
https://api.tickdb.ai📋 HTTP API 核心接口
🏪 支持的市场
Shortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
claude mcp add --transport http tickdb-market-data https://mcp.tickdb.ai/
TickDB Market Data: common questions
- Is TickDB Market Data MCP server safe?
- Mostly: it is graded B (72/100). Read the TickDB Market Data safety report
- How do I install TickDB Market Data?
- It runs remotely at mcp.tickdb.ai. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does TickDB Market Data need an API key?
- Yes. The registry entry asks for
X-TickDB-Key. - Is TickDB Market Data maintained?
- The last commit was 99 days ago (2026-06-20). The latest release is v0.1.2.
- Is TickDB Market Data up?
- 96% of our last 28 checks got an answer. We check remote servers about four times a day.
- What can I use instead of TickDB Market Data?
- Servers from other publishers that do the same job: Tradingview MCP server, Tapetide — Indian Stock Market (NSE & BSE) MCP server and MCP server. Compare all TickDB Market Data alternatives.
Alternatives to TickDB Market Data
Same job from other publishers: the closest match first, then the best rated.
- TradingviewReal-time market data, screeners, technical analysis & backtesting for stocks, crypto and forex.not reviewedEstablishedA
- Tapetide — Indian Stock Market (NSE & BSE)52 tools for Indian stock markets — NSE & BSE quotes, screener, financials, FII/DII, optionsnot reviewedEstablishedA
MCPTwelve Data MCP: real-time & historical market data (stocks, crypto, forex, etc).not reviewedGrowingA- BlockrunWeb search, deep research, prediction markets & crypto data for AI agents. Pay per call via x402.not reviewedEstablishedB
- Akshare OneMCP server that provides access to Chinese stock market data using akshare-onenot reviewedEstablishedA