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

TickerDB

REMOTE · MCP.TICKERDB.COM · 2 COMPONENTS · SCANNED SEP 25

Pre-computed market data that improves agent reasoning, reduces token usage, and replaces pipelines.

0 this week 77 Trust /100

Recent critical change

Authorization (6 Aug 2026). See the changelog before you install this server.

Trust breakdown (7 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 → Why this is hard to score →

Endpoint Security60
Transport & Reachability100
Schema Quality & AI Usability62
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 3849 tokens (~427/item across 9 items; 9 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 10 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the TickerDB MCP server?

TickerDB is a hosted endpoint at https://mcp.tickerdb.com/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · mcp.tickerdb.com

# add to Claude Code
claude mcp add --transport http com-tickerdb-mcp-server 'https://mcp.tickerdb.com/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "com-tickerdb-mcp-server": {
      "url": "https://mcp.tickerdb.com/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "com-tickerdb-mcp-server": {
      "type": "http",
      "url": "https://mcp.tickerdb.com/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.com-tickerdb-mcp-server]
url = "https://mcp.tickerdb.com/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-tickerdb-mcp-server": {
      "type": "remote",
      "url": "https://mcp.tickerdb.com/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-tickerdb-mcp-server --url 'https://mcp.tickerdb.com/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-tickerdb-mcp-server:
    url: "https://mcp.tickerdb.com/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "com-tickerdb-mcp-server": {
      "Transport": "http",
      "Url": "https://mcp.tickerdb.com/mcp"
    }
  }
}
# add to Vellum
assistant mcp add com-tickerdb-mcp-server -t streamable-http -u 'https://mcp.tickerdb.com/mcp'
// mcp.json
{
  "mcpServers": {
    "com-tickerdb-mcp-server": {
      "type": "http",
      "url": "https://mcp.tickerdb.com/mcp"
    }
  }
}

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.

  • 25 Sept 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
  • 5 Sept 26 +1
    • Stability: fail → pass ▲ security
  • 4 Sept 26 0
    • Tool “get_summary” rewrote its description, which is the text the model reads security
    • Tool “get_search” rewrote its description, which is the text the model reads security
    • “get_summary” reworded the description of “fields” cosmetic
  • 26 Aug 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
  • 11 Aug 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
  • 6 Aug 26 0
    • Authorization: pass → fail ▼ critical
    • Stability: 0.33 → fail ▼ security
    • The server rewrote its instructions, which are the text every model session reads security
    • Tool “get_watchlist” rewrote its description, which is the text the model reads security
    • Tool “get_ohlcv” rewrote its description, which is the text the model reads security
    • Schema quality: 3363 → 3705 ▼ functional
    • Server version: 1.9.1 → 1.9.2 functional
    • New tool “get_watchlist_changes” functional
    • “get_ohlcv” added an optional parameter “timeframe” cosmetic
    • “get_ohlcv” reworded the description of “end” cosmetic
    • “get_ohlcv” reworded the description of “start” cosmetic
  • 5 Aug 26 0
    • The server rewrote its instructions, which are the text every model session reads security
    • New tool “remove_from_watchlist”, which the server declares destructive security
    • Schema quality: 568 → 420 ▲ functional
    • Schema quality: good → excellent functional
    • Server version: 1.9.0 → 1.9.1 functional
    • New tool “add_to_watchlist” functional
    • New tool “get_watchlist” functional
  • 3 Aug 26 0
    • The server rewrote its instructions, which are the text every model session reads security
    • Tool “get_summary” rewrote its description, which is the text the model reads security
    • Tool “get_search” rewrote its description, which is the text the model reads security
    • Schema quality: excellent → good functional
    • “get_summary” reworded the description of “fields” cosmetic
    • “get_search” reworded the description of “sort_by” cosmetic
    • “get_search” reworded the description of “fields” cosmetic
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 25 Sept 2026 · Probed https://mcp.tickerdb.com/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=tickerdb.com CN=WE1,O=Google Trust Services,C=US 23 Aug 2026 21 Nov 2026 ECDSA 256 ECDSA-SHA256 e9e778738259d2330efa432e56e07340
SANs: tickerdb.com, mcp.tickerdb.com, *.mcp.tickerdb.com
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

Background: What to check on a remote MCP endpoint →

DNSSEC secure

Validation of mcp.tickerdb.com. — Secure

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
tickerdb.com. present 2371 13 Verified
mcp.tickerdb.com. 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

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp.tickerdb.com/mcp Verified 200
http (plaintext) http://mcp.tickerdb.com/mcp HTTPS enforced 301 https://mcp.tickerdb.com/mcp
MCP tools · 9 exposed · ~3,690 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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
add_to_watchlist ~133

Add tickers to the user's saved watchlist. Duplicates are skipped. Only call this when the user explicitly asks to track, save, or watch a ticker; do not add tickers just because they came up in conversation. The watchlist is capped by the plan's watchlist_limit (see get_account), so the request can be rejected or accepted only in part. Report back which tickers the response actually confirms rather than assuming every requested ticker was added.

NameTypeReqDescription
tickersarrayyesArray of ticker symbols to add, e.g. ["AAPL", "MSFT", "BTCUSD"]
NameTypeReqDescription
data––The TickerDB API response payload for this tool call.

No examples provided.

get_account ~86

Get your account details including current plan tier, monthly credit limits, and current usage. Response includes tier, limits (monthly_requests, overage_enabled, watchlist_limit, search_results, webhook_urls, history_days), and usage (monthly_requests_used, monthly_requests_remaining, credit_balance for pay-per-use accounts). Also returns scheduled_tier and scheduled_change_at if a plan change is pending.

Input schema present but exposes no named parameters.

NameTypeReqDescription
data––The TickerDB API response payload for this tool call.

No examples provided.

get_ohlcv ~284

Get stored end-of-day OHLCV candles for a stock, ETF, or crypto ticker, daily or weekly. Use this for exact-return calculations, charts, and backtests after get_summary identifies a setup. Results are paginated; pass next_cursor back as cursor to continue. Equity and ETF bars are split-and-dividend adjusted; crypto bars are unadjusted. Credit cost is 1 credit per 100 bars returned, rounded up, with a 1 credit minimum.

NameTypeReqDescription
cursorstring–Exclusive date cursor from next_cursor for pagination (YYYY-MM-DD).
endstring–Inclusive end date (YYYY-MM-DD). Compared against the candle date.
limitinteger–Maximum candles to return (1-1000). Default: 100.
orderstring–Sort by candle date. Default: desc.
startstring–Inclusive start date (YYYY-MM-DD). Compared against the candle date, so for weekly this is the Sunday week end. Lookback is limited by plan.
tickerstringyesTicker symbol, e.g. AAPL, BTCUSD, SPY
timeframestring–Candle timeframe. Default: daily. Weekly candles cover Monday-Sunday and are dated by the Sunday week end, matching get_summary with timeframe=weekly. The in-progress week is not returned.
NameTypeReqDescription
data––The TickerDB API response payload for this tool call.

No examples provided.

get_schema ~71

Get the schema of all available fields and their valid band values. Use this when the user asks 'what fields are available?', 'what bands does momentum_rsi_zone have?', 'what sectors exist?', or when you need to validate field/band names before calling get_summary with event parameters or get_search with filters.

Input schema present but exposes no named parameters.

NameTypeReqDescription
data––The TickerDB API response payload for this tool call.

No examples provided.

get_search ~992

Search for assets matching filter criteria, including categorical states (e.g. oversold assets, strong uptrends, bull/bear flag setups, triangle or wedge setups, free-cash-flow surplus or burn, recent golden crosses, weekly stage 2 assets near the 40w MA with high volume, volatility squeeze active, volume climax detected, insider buying zone, sector-aligned breakouts) or rankings by a field such as market_cap on a historical date. Pass filters as a JSON-encoded array of {field, op, value} objects. Use get_schema to discover valid field names; fields use clean flat names for raw values such as pe_ratio, ma8, ma200, momentum_rsi, momentum_stochastic_k, and momentum_stochastic_d (aliases rsi, stochastic_k, stochastic_d accepted; all three are 0-100, null while lookbacks form, filterable and sortable, available for stocks, ETFs, and crypto), and full expanded names for semantic fields such as momentum_rsi_zone, pattern_bull_flag, pattern_bull_flag_breakout, pattern_bear_flag_breakdown, pattern_ascending_triangle, pattern_rising_wedge, trend_ma_crossover_event, trend_distance_ma40, trend_stage, fundamentals_free_cash_flow, insider_zone, sector_agreement, volatility_squeeze_active, volume_climax_detected, fundamentals_analyst_consensus, and fundamentals_earnings_proximity, fundamentals_earnings_proximity_basis. Use fields to control returned columns and sort_by to rank results server-side.

NameTypeReqDescription
datestring–Historical snapshot date (YYYY-MM-DD). Omit for latest per asset class.
fieldsstring–JSON-encoded array of column names to return. Example: ["ticker", "sector", "market_cap", "pe_ratio", "trend_stage", "ma40", "trend_ma50_slope", "trend_ma_crossover_event", "trend_distance_ma40", "pa…
filtersstringyesJSON-encoded filter array. Each filter: {"field": "column_name", "op": "eq|neq|in|gt|gte|lt|lte", "value": "..."}. Example: [{"field": "momentum_rsi_zone", "op": "in", "value": ["oversold", "deep_ove…
limitinteger–Max results to return. Tier-gated: Starter 25, Plus 100, Pro 500. Default: 20
sort_bystring–Column name to sort results by (e.g. "market_cap", "pe_ratio", "extremes_condition_percentile", "fundamentals_valuation_percentile", "volume_percentile", "sector_oversold_count", "sector_breakout_cou…
sort_directionstring–Sort direction. Default: desc. Use 'asc' for lowest-first (e.g. cheapest valuation percentile).
timeframestring–Analysis timeframe. Default: daily
NameTypeReqDescription
data––The TickerDB API response payload for this tool call.

No examples provided.

get_summary ~1,536

Get pre-computed market intelligence for a specific stock, crypto, or ETF ticker. Supports 4 modes: (1) Snapshot (default) for the latest categorical state; (2) Historical snapshot by date; (3) Historical series with start and end dates; (4) Events by field and optional band, including aftermath fields on paid tiers, weekly trend_stage analysis, pattern setup states such as pattern_bull_flag and pattern_ascending_triangle, MA signal fields, trend_ma_crossover_event, MA distance lookbacks such as trend_distance_ma40, and stock-only fundamentals_free_cash_flow events. Add stats=true in event mode to return aggregate event-band and aftermath distributions instead of raw rows. Results can include freshness via as_of_date, same-candle OHLCV, market_cap, market_cap_tier, trend, momentum (including raw rsi, stochastic_k, stochastic_d alongside their zones, divergence_detected, divergence_type, stochastic_zone), volatility (including squeeze_active, squeeze_days), volume (including climax_detected, climax_type), patterns, support/resistance, levels (paid tiers), sector_context (rsi_zone, trend, agreement, asset_vs_sector_rsi), and stock-only fundamentals such as raw pe_ratio (latest ratio on or before the snapshot date; negative values preserved and unavailable values null), free_cash_flow, growth_zone, earnings_proximity, earnings_proximity_basis, analyst_consensus, valuation_percentile, and nested insider_activity when available. Raw momentum values (momentum.rsi 0-100, momentum.stochastic_k, momentum.stochastic_d) are the exact numbers behind their zones for all asset classes and both timeframes, null while lookbacks form; query zone transitions via momentum_rsi_zone / momentum_stochastic_zone, not the raw values. Summary keeps sibling _meta objects off by default; set meta=true or request explicit *_meta fields when paid-tier stability metadata is needed.

NameTypeReqDescription
afterstring–Return events after this date (YYYY-MM-DD). Only used with field.
bandstring–Filter events to a specific band value (e.g. deep_oversold, strong_uptrend, stage_2_growth). For MA distance event fields such as trend_distance_ma40, grouped aliases above and below are also support…
beforestring–Return events before this date (YYYY-MM-DD). Only used with field.
context_bandstring–Only return events where the context ticker was in this band (e.g. downtrend). For MA distance context fields, grouped aliases above and below are also supported. Must be provided with context_ticker…
context_fieldstring–Band field to check on the context ticker (e.g. trend_direction, trend_stage, or trend_distance_ma40). Must be provided with context_ticker and context_band.
context_tickerstring–Cross-asset correlation: a second ticker to filter against (e.g. SPY). Requires context_field and context_band. Plus/Pro only.
datestring–Historical date (YYYY-MM-DD) for a point-in-time snapshot. Requires Plus or Pro plan. Omit for latest.
endstring–Range end date (YYYY-MM-DD). Use with start for historical series.
fieldstring–Band field name for event queries (e.g. momentum_rsi_zone, extremes_condition, trend_direction, trend_stage, pattern_bull_flag, pattern_ascending_triangle, pattern_rising_wedge, trend_ma8_slope throu…
fieldsarray–Optional summary fields to return. Identity fields such as market_cap and market_cap_tier are always kept. Pass sections like ohlcv, trend, momentum, volatility, volume, patterns, extremes, support_l…
limitinteger–For event mode: max results (1-50), returned newest-first by default. For sample=even date ranges: requested sampled rows, capped by plan (Free 3, Plus 10, Pro 50).
metaboolean–Snapshot and history modes only. Add true to include sibling _meta / status_meta stability objects across the response. Explicit *_meta field paths in fields still work without this flag.
samplestring–Date range mode only. Use 'even' to evenly distribute snapshots across the full start/end range.
startstring–Range start date (YYYY-MM-DD). Use with end for historical series.
statsboolean–Event mode only. Add true to return aggregate stats instead of raw event rows.
tickerstringyesTicker symbol, e.g. AAPL, BTCUSD, SPY
timeframestring–Analysis timeframe. Default: daily
NameTypeReqDescription
data––The TickerDB API response payload for this tool call.

No examples provided.

get_watchlist ~293

Get analytical summaries for every ticker on the user's saved watchlist. This supports requests about the user's watchlist, tracked stocks, portfolio tickers, or an overview of tracked assets. Each item includes trend, momentum, volatility, volume, extremes, support/resistance prices, and a notable_changes array of human-readable day-over-day change alerts (e.g. 'entered deep_oversold', 'volume spike', 'trend reversed to downtrend', 'earnings within days', 'squeeze activated', 'MA crossover: golden cross'). Additional per-item fields include squeeze_active, squeeze_days, climax_detected, climax_type, divergence_detected, divergence_type. Plus/Pro plans also return analyst_consensus, earnings_proximity, growth_zone, free_cash_flow. Pro plans also return insider_activity and insider_net_direction. Band fields include _meta stability objects on Plus and Pro plans. Use this only for questions that span the whole tracked set; for a question about one specific ticker use get_summary instead, even if that ticker is on the watchlist. When the question is only whether anything changed, prefer get_watchlist_changes: it returns just the deltas, whereas this returns a full summary per ticker and grows large on a watchlist of many assets. Use add_to_watchlist to save tickers first; an empty watchlist means the user has not saved any tickers yet, not that the lookup failed.

Input schema present but exposes no named parameters.

NameTypeReqDescription
data––The TickerDB API response payload for this tool call.

No examples provided.

get_watchlist_changes ~211

Get field-level state changes for all tickers on the user's saved watchlist since the last pipeline run. Supports daily day-over-day and weekly week-over-week comparisons. Each change object includes stability metadata such as stability, periods_in_current_state, flips_recent, and flips_lookback when available. Stability metadata requires a Plus or Pro plan. Prefer this over get_watchlist for monitoring questions such as whether anything moved, turned bearish, or became overbought, and for tracking a watchlist over time: it returns only what changed, while get_watchlist returns full summaries for every tracked ticker and is far larger on a big watchlist. Use get_watchlist when the current state of the whole list is needed rather than just the deltas. This is the only way to get week-over-week changes; the notable_changes array on get_watchlist is day-over-day only.

NameTypeReqDescription
timeframestring–Change comparison period. daily = day-over-day, weekly = week-over-week. Default: daily
NameTypeReqDescription
data––The TickerDB API response payload for this tool call.

No examples provided.

remove_from_watchlist ~84

Remove tickers from the user's saved watchlist. Only call this when the user explicitly asks to stop tracking, remove, or drop a ticker; never prune the watchlist on your own initiative. Removal only stops tracking and can be undone with add_to_watchlist.

NameTypeReqDescription
tickersarrayyesArray of ticker symbols to remove, e.g. ["MSFT"]
NameTypeReqDescription
data––The TickerDB API response payload for this tool call.

No examples provided.

Common questions

What is the TickerDB MCP server?

TickerDB is an MCP server listed in the public MCP registry as com.tickerdb/mcp-server. Pre-computed market data that improves agent reasoning, reduces token usage, and replaces pipelines. This page covers its hosted endpoint (https://mcp.tickerdb.com/mcp).

Is the TickerDB MCP server safe to use?

TickerDB scores 77 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the TickerDB MCP server expose?

TickerDB exposes 9 tools: get_summary, get_ohlcv, get_search, get_schema, get_account, and 4 more. Their descriptions and schemas cost roughly 3,690 tokens of context every time the server is loaded.

Does the TickerDB MCP server require authentication?

No. We connected to TickerDB without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the TickerDB MCP server still maintained?

TickerDB is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.