HomeOther › TickDB Market Data

TickDB Market Data

Real-time & historical market data: forex, stocks, crypto, indices, metals, K-line, quotes

Python Remote
★ 817 stars Last pushed 2026-06-20 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.tickdb.ai/ Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http tickdb-unified-realtime-marketdata-api https://mcp.tickdb.ai/ --header "X-TickDB-Key: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "tickdb-unified-realtime-marketdata-api": {
      "url": "https://mcp.tickdb.ai/",
      "headers": {
        "X-TickDB-Key": "<YOUR_VALUE>"
      }
    }
  }
}
  • X-TickDB-Key required secret — Your TickDB API key. Free signup at https://tickdb.ai

Related servers

Data from the Official MCP Registry