Skip to content
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
21.7%
46 probes
Response
664ms
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 from SEC filings — risk factors, MD&A, guidance language, deal terms, accounting policies, share structure. For consolidated financial numbers use run_sql on financ…

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

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

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
cornerdatastore-mcp
MCP client for CornerdataStore — SEC financial data API for AI agents
0 tools
jsoprych/elko-market-mcp
Financial data MCP server for AI agents — stocks, SEC, Treasury, BLS, FDIC & World Bank.
0 tools
DrillSpark MCP Server
Create and manage Mermaid.js flowcharts and diagrams with AI agents via MCP.
0 tools · streamable-http
financial-mcp-server
MCP server for AI-powered stock market intelligence
0 tools
io.github.toolstem/toolstem-mcp-server
Financial intelligence MCP for AI agents — DCF, ratios, comparisons. Pre-computed signals.
0 tools

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