Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.tickdb-market-data]
url = "https://mcp.tickdb.ai"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tickdb-market-data": {
"type": "http",
"url": "https://mcp.tickdb.ai"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tickdb-market-data
Remote MCP URL: https://mcp.tickdb.ai
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"tickdb-market-data": {
"url": "https://mcp.tickdb.ai"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tickdb-market-data": {
"type": "http",
"url": "https://mcp.tickdb.ai"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tickdb-market-data",
"transport": "streamable-http",
"url": "https://mcp.tickdb.ai"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_ticker— Get real-time price snapshots for one or more symbols.get_kline— Get historical K-line (OHLCV candlestick) data for a symbol.get_kline_latest— Get the most recent (live/incomplete) K-line candle for one or more symbols.get_order_book— Get order book (market depth) with bid and ask price levels.get_recent_trades— Get the most recent executed trades for a symbol.get_available_symbols— Query all tradable symbols on TickDB (37,527+ products).get_kline_intervals— List all supported K-line candlestick interval strings.get_intraday— Get today's intraday minute-level price data for stocks.