TickDB MCP

by TickDB

322 downloads
Not rated
GitHub

About

外汇/加密/美港A股实时行情 MCP 服务,支持 K 线、订单簿,通过 TickDB 统一 API 访问 | Real-time market data MCP server for Forex, Crypto, US/HK/A-shares, supporting K-line, Order Book via TickDB Unified API

Details

Author
TickDB
Downloads
322
Categories
Finance, Other, Developer Tools

- Supports Forex, Crypto, US/HK/A-shares markets
- Retrieves ticker snapshots in real time
- Fetches historical K-line data
- Provides order book snapshots
- Returns recent trade records
- Integrates via TickDB Unified API

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name TickDB MCP
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "tickdb mcp": {
            "tickdb": {
                "type": "http",
                "url": "https://mcp.tickdb.ai/",
                "headers": {
                    "X-TickDB-Key": "YOUR_API_KEY"
                }
            }
        }
    }
}

McpServers

{
    "tickdb": {
        "type": "http",
        "url": "https://mcp.tickdb.ai/",
        "headers": {
            "X-TickDB-Key": "YOUR_API_KEY"
        }
    }
}

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 服务端实现

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/代码自部署,完全控制数据流

curl -H "X-API-Key: YOUR_API_KEY" \ "https://api.tickdb.ai/v1/market/kline?symbol=700.HK&interval=1h&limit=24"
curl -H "X-API-Key: YOUR_API_KEY" \ "https://api.tickdb.ai/v1/market/ticker?symbols=AAPL.US,700.HK,BTCUSDT"
curl -H "X-API-Key: YOUR_API_KEY" \ "https://api.tickdb.ai/v1/market/depth?symbol=AAPL.US&limit=10"
curl -H "X-API-Key: YOUR_API_KEY" \ "https://api.tickdb.ai/v1/market/trades?symbols=AAPL.US&limit=20"
curl -H "X-API-Key: YOUR_API_KEY" \ "https://api.tickdb.ai/v1/symbols/available?market=HK&limit=10"

低延迟(10-50ms)的流式数据推送,适合实时行情看板、量化策略与 Agent 自动化场景。

- ticker- 实时价格更新
- depth- 订单簿(Order Book)变化
- trade- 实时成交执行

TickDB 是AI-native行情数据 API,提供三档原生接入方式,覆盖从零配置对话到生产级深度集成的全场景需求。

npx clawhub@latest install tickdb-market-data

一次配置,让 Claude、Cursor、Kiro 等 AI 编码客户端永久获得 13 个行情工具。

{ "mcpServers": { "tickdb": { "type": "http", "url": "https://mcp.tickdb.ai/", "headers": { "X-TickDB-Key": "YOUR_API_KEY" } } } }

支持客户端:Claude Code · Claude Desktop · Cursor · Kiro · Codex · Zed · Cherry Studio

📊mcp/ 概览:13 个 MCP 工具 · Python 3.11+ · Docker 就绪 · 46 单元测试 · MIT 许可证 · CI 持续验证

npm install -g tickdb tickdb config set-key YOUR_API_KEY tickdb ticker BTCUSDT,XAUUSD

- Docs:https://docs.tickdb.ai
- 官网:
https://tickdb.ai
- AI 接入页面:
https://tickdb.ai/ai-tools

- GitHub Issues-报告错误或请求功能
- 技术支持-
Telegram
- 邮箱-
support@tickdb.ai
- 文档-
docs.tickdb.ai

Remote MCP server for historical crypto & prediction-market data: search ~500K instruments, live market stats (OHLC, turnover, spreads, depth, slippage) and tick-data purchase. Keyless for catalog & stats; optional OAuth for account tools. Endpoint: https://cryptostruct.com/mcp

Read-only MCP server for your Evibe investment portfolio + live market data (holdings, performance, dividends, benchmarks, screeners). Works with Claude & ChatGPT.

Alpaca’s official MCP Server lets you trade stocks, ETFs, crypto, and options, run data analysis, and build strategies in plain English directly from your favorite LLM tools and IDEs

Real-time crypto whale intelligence MCP server with 54 tools across 14 blockchains. No auth required.

18 detection engines across crypto and US equities/ETFs return read-only market-risk verdicts — every one judged against realized outcomes in a public ledger, misses included.

Remote MCP server for prediction markets — search and compare live odds across Polymarket, Kalshi, and Limitless from Claude, ChatGPT, or Gemini. Six read-only tools, free tier available.

Real-time and historical market data including US Equities, Forex, Crypto (CEX & DEX), Commodities and fundamentals.

Graded trading signals & market analysis (FX, crypto, sports, prediction markets) with a public machine-graded track record. Free track-record tools; pay per call with x402 USDC or credit packs.

Real-time and historical FX/crypto signal API for AI agents. Pay-per-call via x402 protocol on Base. No subscription, no API key. Correlation, regime, momentum, volatility across 10 instruments.

Market phase transition signals (Phi/Chi critical state detection) for HS300 and BTC. Free sensing and briefing endpoints. x402 payment protocol for advanced tools. Action signals by role.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.