Skip to content
Back to search
100
MCP live v1.7.9 MCP 2025-11-25 streamable-http

TickerDB

com.tickerdb/mcp-server

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

Uptime
100.0%
1 direct probes · 30d
Response
275ms
last probe
Tools
9
callable
Resources
0
readable
Prompts
0
available

Tools · 9

get_summary

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) Histor…

get_ohlcv

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…

get_search

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…

get_schema

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 …

get_account

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, webh…

get_watchlist

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 it…

get_watchlist_changes

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 …

add_to_watchlist

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 conve…

remove_from_watchlist

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 …

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "tickerdb": {
      "url": "https://mcp.tickerdb.com/mcp",
      "transport": "streamable-http"
    }
  }
}