mcpserver.lol
registry/tickerdb-mcp-server
Connection check verified live · 27h ago

tickerdb-mcp-server

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

Tools 9
GitHub stars
Installs / wk 167
Licence
Transport streamable-http, stdio
Last checked 27h ago

Tools & capabilities

9 tools

Read from the running server on 27h ago.

add_to_watchlist tickers*
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 t…
get_account read-only
Get your account details including current plan tier, monthly credit limits, and current usage. Response includes tier, limits (monthly_requests, overage_enabled, watchlist_limit,…
get_ohlcv read-only endlimitorderstartcursorticker* +1
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…
get_schema read-only
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 secto…
get_search read-only datelimitfieldsfilters*sort_bytimeframe +1
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 sur…
get_summary read-only endbanddatemetaafterfield +11
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…
get_watchlist read-only
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 tra…
get_watchlist_changes read-only timeframe
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 cha…
remove_from_watchlist can modify data tickers*
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 initi…