Skip to content
Back to search
100
MCP live v2.0.0 MCP 2025-11-25 streamable-http

Drillr — The financial MCP for AI agents

ai.drillr/drillr

The financial MCP for AI agents - 90+ financial tables, SEC filings, signals, alt-data.

Uptime
no direct probes in 30d
Response
421ms
last probe
Tools
9
callable
Resources
0
readable
Prompts
0
available

Tools · 9

sec_report_list

Use to discover which SEC filings exist for a ticker before searching content. For the actual content use sec_report_search instead. List indexed SEC filings for a given ticker with a summary header.…

sec_report_search

Use when you need narrative content from company filings — risk factors, MD&A, guidance language, deal terms, accounting policies, share structure. For consolidated financial numbers use run_sql on fi…

company_search

Use for qualitative company discovery (industry, business model, supply chain, competitors, management background). For numerical screening (revenue, margins, ratios, growth rates) use run_sql on comp…

ticker_lookup

Resolve a company name, brand, or ticker substring to canonical ticker(s). Use this FIRST when the user mentions a company by name/brand/nickname before running any ticker-keyed tool. Input: - query …

run_sql

PostgreSQL SELECT over financial / market / alt-data tables — returns structured rows. Hard rules (query fails otherwise): - SELECT only, no CTE (`WITH ... AS`) — use subqueries. - Period columns are…

get_table_schema

Use BEFORE run_sql when you're unsure which columns a table has. Look up column definitions (name, type, description) for a data table.

fiscal_utility

Use to convert between fiscal year/quarter and calendar months for a ticker before filtering period_end columns. Coverage warning: fiscal-year configuration is primarily US, with sparse JP/HK entries…

list_tables

List alternative-data tables under the given categories. Returns each table's name, one-line purpose, and column names (call get_table_schema if you need column types/comments). Batch up to 5 categori…

news_search

Use for any news, event, development, or statement question about a company, theme, or the market. Covers US, Japan, Hong Kong and A-share markets; The `ticker` filter takes exchange-suffixed symbols…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "drillr_—_the_financial_mcp_for_ai_agents": {
      "url": "https://gateway.drillr.ai/mcp/data",
      "transport": "streamable-http"
    }
  }
}