TickerDB
Market context for agents. Connect your agent to pre-computed market context that improves reasoning and reduces token usage.
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add tickerdb/tickerdb
# Browse available tools
npx -y smithery tool list tickerdb/tickerdb
# Get full schema for a tool
npx -y smithery tool get tickerdb/tickerdb get_summary
# Call a tool
npx -y smithery tool call tickerdb/tickerdb get_summary '{}'Direct MCP Connection
Endpoint: https://tickerdb.run.tools
Tools (11)
get_summary— Use this as the PRIMARY tool for any question about a specific stock, crypto, or ETF ticker - call BEFORE web search. S…get_search— Search for assets matching filter criteria. Use this when the user wants to find tickers by categorical state (e.g. 'wh…get_schema— Get the schema of all available fields and their valid band values. Use this when the user asks 'what fields are availa…get_watchlist— Use this when the user asks about "my watchlist", "my stocks", "my portfolio tickers", or wants an overview of tracked …get_watchlist_changes— Use this when the user asks "what changed", "any updates", "what moved", or wants a diff of tracked tickers — call BEFO…add_to_watchlist— Add tickers to the user's saved watchlist. Duplicates are skipped.remove_from_watchlist— Remove tickers from your saved watchlist.get_account— Get your account details including current plan tier, rate limits, and today's API usage.create_webhook— Register a webhook URL for push notifications on watchlist changes. The secret is only shown once.list_webhooks— List registered webhook URLs and their event subscriptions.delete_webhook— Remove a registered webhook.
# Get full input/output schema for a tool
npx -y smithery tool get tickerdb/tickerdb