drillr-mcp-server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@drillr-mcp-serverGet the latest earnings report for AAPL"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
π English Β· δΈζ
Drillr Β· The Financial Research Data Backend for Agents
The financial MCP for AI agents. Scan markets. Build conviction. Track every signal. Cite every claim.
Browser sign-in. No API key to copy. Nine tools for agent research: standardized financial data, company discovery, semantic news and event search, paragraph-cited company filings, and alt-data.
β If drillr helps your agent, star us β that's how we know to keep building this in the open.
Quick Start
Sign up at drillr.ai
Add
https://gateway.drillr.ai/mcp/datato an OAuth-capable MCP clientSign in and approve the named client in your browser. No secret is displayed or copied.
Claude Code
claude mcp add --scope user --transport http drillr \
https://gateway.drillr.ai/mcp/data
claude mcp login drillrCodex CLI
codex mcp add drillr --url https://gateway.drillr.ai/mcp/dataCodex starts browser sign-in during setup. For an existing entry, run codex mcp login drillr.
Claude Desktop / OAuth-capable hosts
{
"mcpServers": {
"drillr": {
"type": "http",
"url": "https://gateway.drillr.ai/mcp/data"
}
}
}Restart the host after saving, then approve Drillr in the browser when prompted.
Cursor / VS Code
One click writes the server entry; your editor then signs you in through the browser.
API-key fallback
Use this only for REST or an MCP host that does not support browser OAuth. Create an external key at drillr.ai/developer/keys, store it as a secret, and add:
"headers": { "Authorization": "Bearer <YOUR_DRILLR_API_KEY>" }Hermes Agent fallback
mcp_servers:
drillr:
url: 'https://gateway.drillr.ai/mcp/data'
headers: { Authorization: 'Bearer <YOUR_DRILLR_API_KEY>' }Other hosts
Any MCP-compatible host uses the same Streamable HTTP endpoint. Omit headers and use browser OAuth whenever the host supports it; otherwise use the API-key fallback above. Never configure OAuth and a static bearer header on the same server entry.
Smithery fallback
npx -y @smithery/cli install drillr/drillr --client claudeSmithery offers the API key as an optional field. Leave it empty on an OAuth-capable client and sign in through the browser instead.
Listing: https://smithery.ai/servers/drillr/drillr
Claude Code plugin fallback
This repo doubles as its own single-plugin marketplace. From Claude Code:
/plugin marketplace add Little-Grebe-Inc/drillr-mcp-server
/plugin install drillrThe plugin installs the server without a key. Restart Claude Code, run /mcp, pick drillr, and choose Authenticate.
Related MCP server: Signal8 MCP Server
Hello World
Once configured, ask your agent something like:
"Pull NVDA's last 10-Q gross margin and compare it to AMD's same quarter β flag any divergence in segment mix."
What happens under the hood:
Your host routes the question to the
drillrMCP serverThe agent picks the right tools β typically
sec_report_search(10-Q content) andrun_sql(financial_statements for margins)You get back a markdown answer with sources cited, typically in 8-15 seconds
Check your remaining credit balance at drillr.ai/developer/keys; REST clients additionally get an inline
{ "data": ..., "_credits": ... }envelope on every 2xx (see REST API βΊ Response Envelope) β MCP responses follow standard JSON-RPC and do not carry per-call credit info inline
One Toolkit, 9 Tools
drillr exposes a single MCP endpoint with 9 tools β an all-in-one toolkit for most financial research workflows:
Tool | Purpose |
| Standardized financial data over 90+ tables β statements, ratios, earnings, insider, ownership, prices, alt-data |
| Paragraph-level semantic search across company filings in the US, Japan, Hong Kong, and China A-shares |
| List a ticker's indexed filings by filing type |
| Four-market qualitative discovery by business model, supply chain, peers, or theme |
| Semantic search over news, market events, and attributed claims, grouped into storylines |
| Resolve a company name, brand, or ticker substring to ticker history |
| Discover available alt-data SQL tables by category |
| Inspect columns and types for any SQL table |
| Fiscal-period helpers (FY/FQ resolution across companies with non-calendar years) |
Full tool reference: docs/tools.md.
What's Covered
Core equity coverage: US, Japan, Hong Kong, and China A-shares. Ticker formats:
AAPL,6758.T,00700.HK,600519.SH/300750.SZ.Ontology-based Company Search: Search over the universe of equities with business model descriptions, supply chain positions, growth vector or thematic fit.
Fundamentals:
financial_statements,company_snapshot, andprice_volume_historycover all four core markets; financial history reaches back to the 1980sCompany filings: SEC EDGAR, Japan EDINET, HKEX, and China A-share reports with paragraph-level semantic search
Earnings: call transcripts with AI-structured summaries and estimate-vs-actuals history; this specialized dataset covers US + Japan
Markets: equities, ETFs, indices, forex, crypto, commodities
Specialized US datasets: analyst ratings, ownership, executives, 8-K events, and extended-hours quotes
News + events: continuously updating four-market and cross-asset search with story grouping and attributed claims
AI value chain alt-data: energy & power, data centers, semiconductors, compute pricing, AI models / companies / benchmarks, LLM token pricing, macro & trade, prediction markets, critical minerals
Full data dictionary: docs/tools.md.
REST API
Every MCP tool has a 1:1 REST endpoint. Same drl_* key, same data, same billing. See docs/rest-api.md.
curl -X POST https://gateway.drillr.ai/api/v1/data/run_sql \
-H "Authorization: Bearer $DRILLR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"sql":"SELECT ticker, close FROM price_volume_history WHERE ticker='\''AAPL'\'' AND time_frame='\''daily'\'' ORDER BY period_end DESC LIMIT 5"}'Out of Scope
We're upfront about edges so your agent doesn't waste research loops:
Private / unlisted companies (we cover public-listed only)
On-chain crypto metrics β we have CEX prices (BTCUSD / ETHUSD / SOLUSD etc.), not TVL / holders / wallets
Options chains, real-time order book, intraday tick data
Retail brokerage actions (placing orders, managing positions)
drillr does not produce its own price forecasts β we surface analyst consensus
Community
Building something with drillr, hit a rough edge, or want early-access drops? Come say hi β scan to join, or click the heading link.
License
MIT β see LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Realtime financial context for AI agents: what changed, who is affected, and what to watch next. One suite covering news, events, guidance, filing changes, sentiment, stakeholders, and alerts. Information-efficient responses with evidence for every result. First-class point-in-time safety for backtests. Pairs well with web search and a market-data API. All data is our own.
Evidence-backed capital-change intelligence and sourced financial data for AI agents
US stock market data for AI agents: SEC filings, financials, insider trades, 13F, options, macro.
Institutional financial data with SEC filing citations, for every AI agent. OAuth 2.1.
Related MCP Servers
- AlicenseCqualityCmaintenanceEnables financial research and analysis through AI agents that combine web search, content crawling, entity extraction, and deep research workflows. Supports extracting stock/fund entities with security codes and conducting structured financial investigations.925Apache 2.0

Signal8 MCP Serverofficial
AlicenseAqualityDmaintenanceProvides AI agents with direct access to SEC filing intelligence, company fundamentals, dilution risk scoring, and cross-company analytics for financial research.871301MIT- FlicenseNot gradedqualityDmaintenanceEnables AI agents to access real-time financial data including crypto, equities, on-chain, prediction markets, and macro via a single API key.-
- AlicenseNot gradedqualityCmaintenanceProvides AI agents with clean, normalized access to financial data including company fundamentals, insider trades, SEC filings, macro series from FRED, real-time quotes, and ETF holdings.MIT