TickDB Market Data
统一的实时金融行情数据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
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
Maintainer
Works with
Installation
Manual Installation
npx tickdb-unified-realtime-marketdata-apiConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
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/
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.
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_KEYConfigure 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.
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.
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.
TickDB Market Data Alternatives — Similar Finance & Fintech Servers
Looking for alternatives to TickDB Market Data? Here are other popular finance & fintech servers you can use with Claude, Cursor, and VS Code.
ValueCell
★ 10.7kValueCell is a community-driven, multi-agent platform for financial applications.
Vibe Trading
★ 8.1k'Vibe-Trading: Your Personal Trading Agent'
Quantdinger
★ 6.2kAI quantitative trading platform for crypto, stocks, and forex with backtesting, live trading, market data, and multi-agent research.vibe-trading ,trading-agents,ai-trader,ai-trading
TradingView
★ 2.8kReal-time crypto & stock screening, advanced technical indicators, Bollinger Bands intelligence, candlestick patterns + native Claude Desktop integration. Multi-exchange (Binance, KuCoin, Bybit+). Open-source AI trading infrastructure.
Financial Datasets
★ 2.1kProvides access to comprehensive financial data including income statements, balance sheets, cash flow statements, stock prices, company news, SEC filings, and cryptocurrency information with built-in financial ratio analysis.
Stripe
★ 1.6kThe Stripe Model Context Protocol server allows you to integrate with Stripe APIs through function calling. This protocol supports various tools to interact with different Stripe services.
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.
Set Up TickDB Market Data in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
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.