Back to search
100
MCP live v2.0.0 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
23.1%
13 probes
Response
344ms
last probe
Tools
9
callable

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 (risk factors, MD&A, guidance language). For consolidated financial numbers use run_sql on financial_statements instead. SEC report semantic search. Search paragra…

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_resolve

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

Use when you need structured rows from financial/market/altdata tables. For SEC filing narrative use sec_report_search instead. For company qualitative discovery use company_search instead. For recent…

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 given ticker. Companies have different fiscal year starts (Apple Sep, Nvidia Jan) — call this before filtering on period_end column…

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…

signal_list

Use when you need recent news, events, or market-moving signals for specific tickers or sectors. For SEC filing narrative use sec_report_search instead. Recent news + market events filtered by ticker…

Similar MCP servers embedding-nearest

Drillr
Financial data MCP for AI agents: 90+ SQL tables, SEC filings, earnings transcripts, and alternative data.
0 tools
io.github.bch1212/pubrecords live
US public-records intelligence for AI agents — companies, SEC, courts, spending, licenses.
10 tools · streamable-http
Bizfile MCP live
Company intelligence and sanctions screening across 130+ jurisdictions and 328 sanctions lists.
3 tools · streamable-http
mcp-server-sec-filings
SEC EDGAR financial intelligence with XBRL data, filing search, and insider trades for 8000+ companies
0 tools
FilingFirehose live
SEC EDGAR filings parsed: 8-K body-text classification, 13D activist tagging, S-3 ATM detection.
4 tools · streamable-http
Nordic Financial MCP live
Semantic search over Nordic filings, press releases, macro data and electricity prices.
7 tools · streamable-http

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"
    }
  }
}