a day ago
Drillr is the official financial MCP for AI agents. One hosted endpoint exposes **9 tools** spanning standardized financial data (90+ SQL tables: statements, ratios, earnings, insider, ownership), paragraph-level SEC filing semantic search across 10-K/10-Q/20-F/6-K/S-1/DEF 14A, live cross-asset signals across ~6,900 tickers, and 24 alt-data categories spanning the AI value chain (energy, chips, compute pricing, model adoption, app usage). Coverage: US + Japan equities plus ADRs of global companies; fundamentals back to the 1980s. Built and maintained by Little Grebe Inc.
Tools
sec_report_list
sec_report_search
company_search
run_sql
get_table_schema
fiscal_utility
list_tables
signal_list
Server Config
{
"mcpServers": {
"drillr": {
"type": "http",
"url": "https://gateway.drillr.ai/mcp/data",
"headers": {
"Authorization": "Bearer ${DRILLR_API_KEY}"
}
}
}
}