The financial MCP for AI agents - 90+ financial tables, SEC filings, signals, alt-data.
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.
The financial MCP for AI agents. Scan markets. Build conviction. Track every signal. Cite every claim.
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.
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-datasec_report_search — Paragraph-level semantic search across company filings in the US, Japan, Hong Kong, and China A-sharessec_report_list — List a ticker's indexed filings by filing typecompany_search — Four-market qualitative discovery by business model, supply chain, peers, or themenews_search — Semantic search over news, market events, and attributed claims, grouped into storylinesticker_lookup — Resolve a company name, brand, or ticker substring to ticker historylist_tables — Discover available alt-data SQL tables by categoryget_table_schema — Inspect columns and types for any SQL tablefiscal_utility — Fiscal-period helpers (FY/FQ resolution across companies with non-calendar years)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.
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.
| Tool | What it does |
|---|---|
| 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) |
{
"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.
| Variable | Description | Required |
|---|---|---|
| DRILLR_API_KEY | Credential the server authenticates with. | Yes |
| YOUR_DRILLR_API_KEY | Credential the server authenticates with. | Yes |
Read-only SQL access to Postgres — let your assistant inspect schemas and answer questions from real data.
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Official MongoDB server covering data, schemas and Atlas management — from find queries to spinning up clusters.
Serverless Postgres with database branching — point your assistant at Neon and let it work on disposable copies.