Tickdb Mcp — Real Time Market Data For Ai

Created By
TickDB9 days ago
TickDB MCP provides AI assistants with unified real-time and historical market data across Forex/FX, US/HK/A-share stocks (NASDAQ, NYSE), crypto, indices, and precious metals (XAU/XAG). 13 tools cover real-time quotes, ticker, order book depth, recent trades, and OHLCV candlestick (K-line) data over 37,527+ symbols. Powered by the TickDB unified market data API.
Overview

TickDB MCP — Real-Time Market Data for AI

TickDB MCP is a Model Context Protocol server that gives AI assistants direct access to real-time and historical market data through a single unified API.

Coverage

  • Forex / FX — EURUSD, USDJPY, GBPUSD …
  • Precious Metals — XAUUSD, XAGUSD
  • Indices — SPX, NDX, VIX, DXY
  • US Stocks (NASDAQ / NYSE) — AAPL.US, TSLA.US, NVDA.US
  • HK Stocks — 700.HK, 9988.HK
  • A-Shares — 600519.SH, 000858.SZ
  • Crypto — BTCUSDT, ETHUSDT
  • 37,527+ symbols across 6 major markets

13 Tools

Real-time quotes & ticker, OHLCV candlestick (K-line), latest live K-line, order book depth, recent trades, available symbols, K-line intervals, stock info, intraday data, trading sessions, trade calendar, market metrics, and capital flow.

Quick Start

  1. Get a free API key at tickdb.ai
  2. Add the config below to your MCP client
  3. Replace YOUR_API_KEY with your TickDB key

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

Supported clients: Claude Code · Claude Desktop · Cursor · Kiro · Codex · Zed · Cherry Studio

Links: Website · Docs · GitHub

The MCP server is fully open source (Python · 13 tools · Docker-ready · MIT).

Server Config

{
  "mcpServers": {
    "tickdb": {
      "type": "http",
      "url": "https://mcp.tickdb.ai/",
      "headers": {
        "X-TickDB-Key": "YOUR_API_KEY"
      }
    }
  }
}
Project Info
Created At
9 days ago
Updated At
9 days ago
Author Name
TickDB
Star
-
Language
-
License
-
Category

Recommend Servers

View All
//beforeyouship — LLM Cost Modeling From Your Editor
@Indiegoing

Query realistic LLM cost models without leaving your editor. beforeyouship models the **true monthly cost** of an LLM app architecture — retries, prompt caching, batch discounts, infra overhead, and 3×/10× growth — across GPT-5.x, Claude, Gemini, DeepSeek, and more. Not a token calculator: a planning tool for the design phase, before you commit to a stack. **No API key needed to try it** — demo mode covers the six free-tier models. A Pro key from [beforeyouship.dev](https://beforeyouship.dev) unlocks the full 18-model catalog. ## What you can ask - "How much will a RAG chatbot cost at 10,000 requests/day?" - "Compare Claude Haiku vs Gemini Flash pricing for my workload" - "What's the cheapest model for a multi-step agent at scale?" - "Show me current per-token prices for Anthropic models" ## Tools ### `estimate_cost` Full cost model for an architecture at a given usage level. Returns Naive / Realistic / Worst Case monthly cost per model, 3×/10× growth scenarios, and an opinionated recommendation with reasoning. ### `get_model_prices` Current per-1M-token pricing — input, output, cached input, batch — with context windows and staleness metadata. ### `list_archetypes` Seven preset architecture patterns (simple chatbot, chatbot with history, RAG pipeline, multi-model router, coding assistant, document processor, multi-step agent) used as starting points for estimates. ## Setup **Claude Code:** ​```bash claude mcp add --transport http beforeyouship https://beforeyouship.dev/api/mcp ​``` **Cursor / other clients** — add a remote server: ​```json { "mcpServers": { "beforeyouship": { "type": "streamable-http", "url": "https://beforeyouship.dev/api/mcp" } } } ​``` Add an `Authorization: Bearer bys_...` header with a Pro key for the full catalog. ## Try it > Estimate the monthly cost of a RAG pipeline at 10,000 requests/day

16 hours ago