Drillr
Financial research for AI agents — agentic search over company fundamentals, SEC filings, earnings, market signals, analyst ratings, alternative data, and persistent watchlists. Powers stock and sect…
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add drillr/drillr
# Browse available tools
npx -y smithery tool list drillr/drillr
# Get full schema for a tool
npx -y smithery tool get drillr/drillr search
# Call a tool
npx -y smithery tool call drillr/drillr search '{}'Direct MCP Connection
Endpoint: https://drillr--drillr.run.tools
Required config:
apiKey(query) — Your Drillr API key (starts with drl_). Create one at https://drillr.ai/developer/keys
Tools (9)
search— Fast financial data lookup powered by the Drillr research agent. Returns a concise answer within 5-15 seconds.watchlist_list— List all watchlists for the current user with their tickers.watchlist_create— Create a new watchlist. Passwatchlist_name(the new watchlist's name) and optionaltickersarray for initial membe…watchlist_add— Add a stock ticker to a watchlist. Defaults to "My Watchlist" if no watchlist_name specified. Creates the watchlist if …watchlist_remove— Remove a stock ticker from a watchlist. Defaults to "My Watchlist" if no watchlist_name specified.watchlist_delete— Delete a watchlist (soft delete). Passwatchlist_name(the watchlist's name) to identify which one.signals— Query recent high-score content signals (news, events, alerts) surfaced by Drillr's signal pipeline.article_list— List published articles from Drillr's research content feed.article_get— Fetch a single published article by id, including its linked topics and citation references.
# Get full input/output schema for a tool
npx -y smithery tool get drillr/drillr