TickDB Market Data

v1.0.0Finance & Fintechstable

统一的实时金融行情数据API,覆盖外汇、贵金属、指数、美股、港股、A股和加密货币,支持 WebSocket 实时推送与 REST 接口访问 | Unified real-time market data API covering forex, commodities, indices, US stocks, HK stocks, A-shares and cryptocurrencies, with WebSocket streaming and REST access

clicommoditiescryptocurrencyfinancial-dataforex
Share:
321
Stars
0
Downloads
0
Weekly
0/5

What is TickDB Market Data?

TickDB Market Data is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to 统一的实时金融行情数据api,覆盖外汇、贵金属、指数、美股、港股、a股和加密货币,支持 websocket 实时推送与 rest 接口访问 | unified real-time market data api covering forex, commodities, indices, us stocks, hk stocks, a-shares and cryptocurrencies, wit...

统一的实时金融行情数据API,覆盖外汇、贵金属、指数、美股、港股、A股和加密货币,支持 WebSocket 实时推送与 REST 接口访问 | Unified real-time market data API covering forex, commodities, indices, US stocks, HK stocks, A-shares and cryptocurrencies, with WebSocket streaming and REST access

This server falls under the Finance & Fintech category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • 统一的实时金融行情数据API,覆盖外汇、贵金属、指数、美股、港股、A股和加密货币,支持 WebSocket 实时推送与

Use Cases

Access real-time market data globally.
Stream forex and crypto prices.
Query equity and commodity data.
TickDB

Maintainer

LicenseMIT
Languagepython
Versionv1.0.0
UpdatedMay 22, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx tickdb-unified-realtime-marketdata-api

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use TickDB Market Data

TickDB Unified Realtime Market Data API is an MCP server that gives AI assistants access to real-time and historical financial market data across seven asset classes: forex, precious metals, stock indices, US equities, Hong Kong stocks, China A-shares, and cryptocurrencies. It exposes 13 tools covering candlestick/K-line history, live ticker quotes, order book depth, recent trade history, and WebSocket streaming subscriptions—all through a single authenticated API endpoint. Quant researchers, traders, and developers use it to build AI-driven market analysis workflows without managing multiple data-provider integrations.

Prerequisites

  • A TickDB API key (register for free at tickdb.ai)
  • An MCP-compatible client such as Claude Desktop or Claude Code
  • Node.js 18+ and npx, or the tickdb npm package installed globally
  • Optional: access to the hosted MCP endpoint at https://mcp.tickdb.ai/
1

Register for a TickDB API key

Go to tickdb.ai, create a free account, and copy your API key from the dashboard. This key authenticates all requests to the data API.

2

Install the tickdb CLI (optional but useful for testing)

Install the tickdb npm package globally to verify your API key and explore available symbols from the command line before wiring up the MCP server.

npm install -g tickdb
tickdb config set-key YOUR_API_KEY
3

Configure the MCP server in your client

Add the TickDB MCP server to your Claude Desktop config. The hosted endpoint at https://mcp.tickdb.ai/ accepts your key via the X-TickDB-Key header. Alternatively, use the npx command if a local package is available.

4

Restart your MCP client

Quit and reopen Claude Desktop (or run 'claude mcp restart' in Claude Code). The 13 market data tools will appear in your session.

5

Query a symbol to verify connectivity

Ask your AI assistant to fetch a real-time quote for a well-known symbol. A successful response confirms the API key is valid and the connection is working.

TickDB Market Data Examples

Client configuration

Connect to the hosted TickDB MCP endpoint using your API key. Replace YOUR_API_KEY with the key from your tickdb.ai dashboard.

{
  "mcpServers": {
    "tickdb": {
      "command": "npx",
      "args": ["tickdb-unified-realtime-marketdata-api"],
      "env": {
        "TICKDB_API_KEY": "YOUR_API_KEY"
      }
    }
  }
}

Prompts to try

Sample queries covering different asset classes and data types.

- "Get 24 hours of hourly OHLCV data for BTCUSDT"
- "Show real-time prices for AAPL.US, 700.HK, and XAUUSD"
- "Fetch the order book depth for EURUSD with 10 levels"
- "What symbols are available in the A-shares market?"
- "Get the last 20 trades for SPX index"

Troubleshooting TickDB Market Data

API returns 401 Unauthorized

Verify your API key is correct and has not expired. Run 'tickdb config set-key YOUR_API_KEY' and then 'tickdb symbols' to confirm the key works from the CLI before using it in the MCP config.

Symbol not found errors for a valid ticker

Check the correct symbol format for each market: US stocks use AAPL.US, Hong Kong stocks use 700.HK, A-shares use 600519.SH, crypto uses BTCUSDT (no separator). Use the list symbols tool to browse available instruments.

Frequently Asked Questions about TickDB Market Data

What is TickDB Market Data?

TickDB Market Data is a Model Context Protocol (MCP) server that 统一的实时金融行情数据api,覆盖外汇、贵金属、指数、美股、港股、a股和加密货币,支持 websocket 实时推送与 rest 接口访问 | unified real-time market data api covering forex, commodities, indices, us stocks, hk stocks, a-shares and cryptocurrencies, with websocket streaming and rest access It connects AI assistants to external tools and data sources through a standardized interface.

How do I install TickDB Market Data?

Follow the installation instructions on the TickDB Market Data GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with TickDB Market Data?

TickDB Market Data works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is TickDB Market Data free to use?

Yes, TickDB Market Data is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Finance & Fintech MCP Servers

Explore all finance & fintech servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "tickdb-unified-realtime-marketdata-api": { "command": "npx", "args": ["-y", "tickdb-unified-realtime-marketdata-api"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use TickDB Market Data?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides