Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

TickDB Market Data

REMOTE · MCP.TICKDB.AI · SCANNED AUG 3

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

Available components

+6 this week 57 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security54
  • The endpoint's TLS certificate is valid, in date, and uses a strong key. View diagnostics → Pass
  • Authorisation not fully verified: no authorisation is required to call this server, and 13 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe. See how to fix → View diagnostics → Unverified
  • HTTPS not yet verified: we couldn't determine whether a plaintext access path exists. View diagnostics → Unverified
  • The HSTS (Strict-Transport-Security) header is present. View diagnostics → Pass
  • DNSSEC is configured correctly; the domain's records validate against the full chain to the root. View diagnostics → Pass
Transport & Reachability100
Schema Quality & AI Usability49
  • AI-judged instruction clarity (fair).Partial
  • Tool/resource definitions use about 958 tokens (~73/item across 13 items; 13 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage67
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · mcp.tickdb.ai

# add to Claude Code
claude mcp add --transport http tickdb-tickdb-market-data https://mcp.tickdb.ai/
# ~/.codex/config.toml
[mcp_servers.tickdb-tickdb-market-data]
url = "https://mcp.tickdb.ai/"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "tickdb-tickdb-market-data": {
      "type": "remote",
      "url": "https://mcp.tickdb.ai/",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add tickdb-tickdb-market-data --url https://mcp.tickdb.ai/ --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  tickdb-tickdb-market-data:
    url: "https://mcp.tickdb.ai/"
// mcp.json
{
  "mcpServers": {
    "tickdb-tickdb-market-data": {
      "type": "http",
      "url": "https://mcp.tickdb.ai/"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

  • 31 Jul 26 +3
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 29 Jul 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

  • 28 Jul 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

  • 27 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Jul 26 51

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://mcp.tickdb.ai/

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=tickdb.ai CN=WE1,O=Google Trust Services,C=US 18 Jun 2026 16 Sept 2026 ECDSA 256 ECDSA-SHA256 98e252d818a2e9e01366044244c06180
SANs: tickdb.ai, *.tickdb.ai
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b
DNSSEC secure

Validation of mcp.tickdb.ai. Secure

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
ai. present 3799 8 Verified
tickdb.ai. present 2371 13 Verified
mcp.tickdb.ai. Verified address RRset verified with the apex keys
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=31536000
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp.tickdb.ai/ Verified 200
http (plaintext) http://mcp.tickdb.ai/ Inconclusive 406
MCP tools — 13 exposed · ~770 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
get_available_symbols ~59

Query all tradable symbols on TickDB (37,527+ products). Use this to discover and verify correct symbol codes before other calls.

NameTypeReqDescription
limit
market
offset
type

No output schema declared.

No examples provided.

get_capital_flow ~76

Get capital flow (money flow) analysis for a stock. Returns intraday flow timeline and breakdown of capital inflows/outflows by order size: large, medium, and small. Supported: US stocks, Hong Kong stocks, A-shares.

NameTypeReqDescription
symbolstringyes
type

No output schema declared.

No examples provided.

get_intraday ~63

Get today's intraday minute-level price data for stocks. Returns timestamp, price, volume, turnover, and average price per minute. Supported: US stocks, Hong Kong stocks, A-shares.

NameTypeReqDescription
symbolsstringyes
type

No output schema declared.

No examples provided.

get_kline ~61

Get historical K-line (OHLCV candlestick) data for a symbol.

NameTypeReqDescription
end_time
intervalstringyes
limit
start_time
symbolstringyes
type

No output schema declared.

No examples provided.

get_kline_intervals ~21

List all supported K-line candlestick interval strings.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_kline_latest ~47

Get the most recent (live/incomplete) K-line candle for one or more symbols.

NameTypeReqDescription
intervalstringyes
symbolsstringyes
type

No output schema declared.

No examples provided.

get_market_metrics ~93

Get comprehensive market metrics and valuation data for stocks. Returns: price, change, volume, turnover, YTD change, turnover rate, market cap, capital flow, PE (TTM), PB ratio, dividend yield, 5/10/180-day price change rates. Supported: US stocks, Hong Kong stocks, A-shares.

NameTypeReqDescription
symbolsstringyes
type

No output schema declared.

No examples provided.

get_order_book ~58

Get order book (market depth) with bid and ask price levels. Returns bids and asks as [price, quantity] arrays, best price first.

NameTypeReqDescription
limit
symbolstringyes
type

No output schema declared.

No examples provided.

get_recent_trades ~56

Get the most recent executed trades for a symbol. Returns trade id, price, quantity, side (buy/sell), and timestamp.

NameTypeReqDescription
limit
symbolstringyes
type

No output schema declared.

No examples provided.

get_stock_info ~79

Get fundamental stock information. Returns company name (CN/EN), exchange, currency, lot size, total/circulating shares, EPS, EPS TTM, BPS, and dividend yield. Supported: US stocks, Hong Kong stocks, A-shares.

NameTypeReqDescription
symbolsstringyes
type

No output schema declared.

No examples provided.

get_ticker ~56

Get real-time price snapshots for one or more symbols. Returns last price, 24h volume, 24h high/low, price change and percent change.

NameTypeReqDescription
symbolsstringyes
type

No output schema declared.

No examples provided.

get_trade_days ~49

Get the trading calendar (trading days and half-days) for a date range.

NameTypeReqDescription
beg_daystringyes
end_daystringyes
marketstringyes

No output schema declared.

No examples provided.

get_trading_sessions ~52

Get current trading session schedule for a stock market. Returns session begin/end times and session type (pre-market, regular, after-hours, closed, etc.).

NameTypeReqDescription
marketstringyes

No output schema declared.

No examples provided.