The financial MCP for AI agents - 90+ financial tables, SEC filings, signals, alt-data.
Overview
What is Drillr?
Drillr is the financial MCP for AI agents. One hosted endpoint, 8 tools, full stack of equity research data — fundamentals, SEC filings, live signals, and 24 alt-data categories. Built and maintained by Little Grebe Inc.
Quick Start
- Sign up at drillr.ai
- Get an API key at drillr.ai/developer/keys
- Drop into your MCP host's config:
{
"mcpServers": {
"drillr": {
"type": "http",
"url": "https://gateway.drillr.ai/mcp/data",
"headers": { "Authorization": "Bearer ${DRILLR_API_KEY}" }
}
}
}
Works in Claude Code, Cursor, Claude Desktop, Hermes, OpenClaw, and any other MCP-compatible host.
8 Tools
| Tool | Purpose |
|---|---|
run_sql | 90+ standardized financial tables — statements, ratios, earnings, insider, ownership, prices, alt-data |
sec_report_search | Paragraph-level semantic search across 10-K / 10-Q / 20-F / 6-K / S-1 / DEF 14A |
sec_report_list | List filings by ticker, type, date range |
company_search | NL company discovery — by industry, business model, supply chain, thematic fit |
signal_list | Live cross-asset signal feed across ~6,900 tickers |
list_tables | Browse available SQL tables |
get_table_schema | Inspect any table's columns |
fiscal_utility | Fiscal-period helpers (FY/FQ resolution for non-calendar-year companies) |
What's Covered
- Global equities: US + Japan, plus ADRs of Chinese / Korean / European companies
- Fundamentals: financial statements back to the 1980s, 90+ structured tables
- SEC filings: 10-K / 10-Q / 20-F / 6-K / S-1 / DEF 14A with paragraph-level semantic search
- Earnings: call transcripts with AI-structured summaries (guidance, risks, segments, Q&A)
- Markets: equities, ETFs, indices (incl. Nikkei 225 / TOPIX), forex, crypto, commodities
- Analyst coverage: 565K rating events from 519 firms
- News & signals: continuously-updating feed across ~6,900 tickers
- AI value chain alt-data: 24 categories spanning energy, chips, compute pricing, LLM token economics, model benchmarks, app usage, web traffic, patents, papers, government contracts, trade flows
Links
- Repo: github.com/Little-Grebe-Inc/drillr-mcp-server
- Docs: drillr.ai/developer/docs
- Pricing: drillr.ai/pricing — free tier + paid plans, see site for current terms
- Get API key: drillr.ai/developer/keys
- License: MIT
Server Config
{
"mcpServers": {
"drillr": {
"type": "http",
"url": "https://gateway.drillr.ai/mcp/data",
"headers": {
"Authorization": "Bearer ${DRILLR_API_KEY}"
}
}
}
}