Drillr — The Financial MCP For AI Agents MCP Server

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

Local serverstdio

What is the Drillr — The Financial MCP For AI Agents MCP server?

Drillr — The Financial MCP For AI Agents MCP server exists for a simple reason — assistants are far more useful when they can act on Drillr — The Financial MCP For AI Agents directly instead of describing what you should do. The financial MCP for AI agents - 90+ financial tables, SEC filings, signals, alt-data.

What you get

The financial MCP for AI agents. Scan markets. Build conviction. Track every signal. Cite every claim.

Setting it up

The server ships on npm as @smithery/cli, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.

What the assistant can call

Once Drillr — The Financial MCP For AI Agents is connected, these are the calls the assistant has available:

  • run_sql — Standardized financial data over 90+ tables — statements, ratios, earnings, insider, ownership, prices, alt-data
  • sec_report_search — Paragraph-level semantic search across company filings in the US, Japan, Hong Kong, and China A-shares
  • sec_report_list — List a ticker's indexed filings by filing type
  • company_search — Four-market qualitative discovery by business model, supply chain, peers, or theme
  • news_search — Semantic search over news, market events, and attributed claims, grouped into storylines
  • ticker_lookup — Resolve a company name, brand, or ticker substring to ticker history
  • list_tables — Discover available alt-data SQL tables by category
  • get_table_schema — Inspect columns and types for any SQL table
  • fiscal_utility — Fiscal-period helpers (FY/FQ resolution across companies with non-calendar years)

Configuration and credentials

You will need 2 environment variables: DRILLR_API_KEY, YOUR_DRILLR_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 9 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Drillr — The Financial MCP For AI Agents.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the drillr — the financial mcp for ai agents mcp server does with a few real requests.

Choosing this one

This sits in the database access group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Drillr — The Financial MCP For AI Agents's toolset — run_sql, sec_report_search, sec_report_list and 6 more — is a fair guide to whether it matches your workflow. It is maintained by ai.drillr; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Drillr — The Financial MCP For AI Agents's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Available tools

ToolWhat it does
run_sqlStandardized financial data over 90+ tables — statements, ratios, earnings, insider, ownership, prices, alt-data
sec_report_searchParagraph-level semantic search across company filings in the US, Japan, Hong Kong, and China A-shares
sec_report_listList a ticker's indexed filings by filing type
company_searchFour-market qualitative discovery by business model, supply chain, peers, or theme
news_searchSemantic search over news, market events, and attributed claims, grouped into storylines
ticker_lookupResolve a company name, brand, or ticker substring to ticker history
list_tablesDiscover available alt-data SQL tables by category
get_table_schemaInspect columns and types for any SQL table
fiscal_utilityFiscal-period helpers (FY/FQ resolution across companies with non-calendar years)

How to install the Drillr — The Financial MCP For AI Agents MCP server

{
  "mcpServers": {
    "drillr": {
      "type": "http",
      "url": "https://gateway.drillr.ai/mcp/data",
      "headers": { "Authorization": "Bearer <YOUR_DRILLR_API_KEY>" }
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
DRILLR_API_KEYCredential the server authenticates with.Yes
YOUR_DRILLR_API_KEYCredential the server authenticates with.Yes

Example prompts to try

  • Use Drillr — The Financial MCP For AI Agents to run sql.
  • Use Drillr — The Financial MCP For AI Agents to sec report search.
  • Use Drillr — The Financial MCP For AI Agents to sec report list.

Frequently asked questions

It connects Drillr — The Financial MCP For AI Agents to MCP-compatible AI assistants such as Claude and Cursor, exposing 9 tools (run_sql, sec_report_search, sec_report_list, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Drillr — The Financial MCP For AI Agents directly.