Drillr provides market data, SEC filings, and AI-generated analysis for informational purposes only. Third-party data is not guaranteed accurate. See Disclaimer.

Agent Setup

Install Drillr with your coding agent

Paste one prompt into Codex or Claude Code. Your agent will detect its client, configure Drillr MCP, guide you through browser approval, and verify the connection using the client’s native flow.

Fastest setup

Copy this into a coding agent with local shell access.

Setup prompt
Set up Drillr MCP for this coding agent using this exact setup profile:
- MCP_SERVER_NAME: drillr-data
- MCP_SERVER_URL: https://gateway.drillr.ai/mcp/data
- MCP_PERMISSION_LABEL: Drillr Data
- MCP_VERIFICATION_INSTRUCTION: Call ticker_lookup with {"query":"Apple"} exactly once

Fetch the self-contained installation contract directly as plain Markdown with `curl -fsSL https://drillr.ai/developer/mcp-install.md` and follow it, resolving every {{...}} token with the exact values above.

Use the MCP client's native browser OAuth flow described in the contract. Guide me to sign in if needed, review the client name, and click Allow. Then complete the client-specific verification flow with one free read-only Drillr tool call. Treat the English setup text as transport text and use my established conversation or client language for every instruction, progress update, and final result.
Configure
The agent checks existing MCP entries first, then adds or repairs the canonical Streamable HTTP connection without duplicating it.
Authorize
Drillr opens in your browser. Sign in first if needed, then review the client name and click Allow. The agent keeps the client’s OAuth command attached and continues when the browser callback succeeds.
Verify
The agent starts a clean client process, makes one free read-only Drillr lookup, and reports the real result before marking setup complete.
Stay in your coding agent
Browser approval is the only handoff. The agent waits for its callback and resumes on its own while you stay in the browser and coding agent. All guidance and results stay in your conversation language.