INDIVIDUAL MCP TOOL
sec_report_search
Use when you need narrative content from company filings — risk factors, MD&A, guidance language, deal terms, accounting policies, share structure.
LIVE ENDPOINT
https://gateway.drillr.ai/mcp/data
Connect to this endpoint to inspect the live schema for sec_report_search and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.drillr-data]
url = "https://gateway.drillr.ai/mcp/data"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"drillr-data": {
"type": "http",
"url": "https://gateway.drillr.ai/mcp/data"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: drillr-data
Remote MCP URL: https://gateway.drillr.ai/mcp/data
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"drillr-data": {
"url": "https://gateway.drillr.ai/mcp/data"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"drillr-data": {
"type": "http",
"url": "https://gateway.drillr.ai/mcp/data"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "drillr-data",
"transport": "streamable-http",
"url": "https://gateway.drillr.ai/mcp/data"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
sec_report_list— Use to discover which SEC filings exist for a ticker before searching content.company_search— Use for qualitative company discovery (industry, business model, supply chain, competitors, management background).ticker_lookup— Resolve a company name, brand, or ticker substring to canonical ticker(s).run_sql— PostgreSQL SELECT over financial / market / alt-data tables — returns structured rows.get_table_schema— Use BEFORE run_sql when you're unsure which columns a table has.fiscal_utility— Use to convert between fiscal year/quarter and calendar months for a ticker before filtering period_end columns.list_tables— List alternative-data tables under the given categories.news_search— Use for any news, event, development, or statement question about a company, theme, or the market.