← drillr.ai
INDIVIDUAL MCP TOOL
ticker_lookup
Resolve a company name, brand, or ticker substring to canonical ticker(s).
LIVE ENDPOINT
https://gateway.drillr.ai/mcp/data
Connect to this endpoint to inspect the live schema for ticker_lookup 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
filing_list— Use to discover which SEC filings exist for a ticker before searching content.filing_search— Search one company's SEC filings.company_search— Use for qualitative company discovery (industry, business model, supply chain, competitors, management background).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.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.industry_inflections— Search industry inflections identified through structured research of earnings calls held by US-listed companies after July 2026, including the change mechanism, impact scope, market attention and affected companies.