Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’° Finance & Fintech
  3. Drillr β€” The financial MCP for AI agents
D
Health: ActiveRecent health check succeeded.Last checked 8/10/2026, 10:56:32 PM

Drillr β€” The financial MCP for AI agents

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository6 GitHub StarsTotal stargazers on GitHub for the source repository (6 stars).

The financial MCP for AI agents - 90+ financial tables, SEC filings, signals, alt-data.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "drillr-the-financial-mcp-for-ai-agents": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’° More in Finance & Fintech

Documentation Overview

🌐 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.

License MCP Tools REST API Docs Issues

One API key. 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

  1. Sign up at drillr.ai
  2. Get an external-scope API key (format drl_xxxxxxxx_xxx..., 45 chars) at drillr.ai/developer/keys β€” you'll paste this into the config below
  3. Drop into your host's mcp.json β€” one endpoint exposes all the tools below.

Option A: Manual mcp.json (any MCP host β€” recommended)

Claude Code / Claude Agent SDK / Cursor / VS Code

JSON Config
{
  "mcpServers": {
    "drillr": {
      "type": "http",
      "url": "https://gateway.drillr.ai/mcp/data",
      "headers": { "Authorization": "Bearer <YOUR_DRILLR_API_KEY>" }
    }
  }
}

⚠️ Replace <YOUR_DRILLR_API_KEY> (including the angle brackets) with the drl_* key you got in step 2. Power users on Claude Code / Cursor / VS Code can use ${DRILLR_API_KEY} instead and export DRILLR_API_KEY=drl_... in the shell launching the host.

For Cursor, paste the block into ~/.cursor/mcp.json. For VS Code (GitHub Copilot Chat), run MCP: Add Server from the Command Palette and paste the block. Or use one-click install:

Install in Cursor Install in VS Code

After install, replace ${DRILLR_API_KEY} in the generated config with your real drl_* key.

Hermes Agent

yaml
mcp_servers:
  drillr:
    url: 'https://gateway.drillr.ai/mcp/data'
    headers: { Authorization: 'Bearer <YOUR_DRILLR_API_KEY>' }

Other hosts

Any MCP-compatible host (OpenClaw, ChatGPT MCP, etc.) β€” same Streamable HTTP transport. A Bearer API key is the recommended setup. Clients with MCP OAuth support can instead omit the headers block and complete the browser sign-in flow.

Option B: Smithery one-line

Terminal
npx -y @smithery/cli install drillr/drillr --client claude

Smithery prompts for your drl_* API key on first install and writes it into your client's mcp.json automatically.

Listing: https://smithery.ai/servers/drillr/drillr

Option C: Claude Code plugin

This repo doubles as its own single-plugin marketplace. From Claude Code:

Code
/plugin marketplace add Little-Grebe-Inc/drillr-mcp-server
/plugin install drillr

Then set DRILLR_API_KEY in your environment (or paste it into the generated config) and you're done.

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:

  1. Your host routes the question to the drillr MCP server
  2. The agent picks the right tools β€” typically sec_report_search (10-Q content) and run_sql (financial_statements for margins)
  3. You get back a markdown answer with sources cited, typically in 8-15 seconds
  4. 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:

ToolPurpose
run_sqlStandardized financial data over 90+ tables β€” statements, ratios, earnings, insider, ownership, prices, alt-data
sec_report_searchParagraph-level semantic search across company filings in the US, Japan, Hong Kong, and China A-shares
sec_report_listList a ticker's indexed filings by filing type
company_searchFour-market qualitative discovery by business model, supply chain, peers, or theme
news_searchSemantic search over news, market events, and attributed claims, grouped into storylines
ticker_lookupResolve a company name, brand, or ticker substring to ticker history
list_tablesDiscover available alt-data SQL tables by category
get_table_schemaInspect columns and types for any SQL table
fiscal_utilityFiscal-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, and price_volume_history cover all four core markets; financial history reaches back to the 1980s
  • Company 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.

Terminal
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.

DiscordWeChat
Drillr Discord QRDrillr WeChat group QR
Devs building agentic research products β€” office hours, debugging help, early access.Chinese-speaking dev community β€” fastest product feedback.

License

MIT β€” see LICENSE.

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • S
    Stockscope Mcp

    SEC EDGAR financial data for AI agents β€” revenue, margins, filings, company comparisons.

    πŸ’° Finance & Fintech0 views
    Compare vs Stockscope Mcp β†’
  • Cabrini Market Data logoCabrini Market Data

    US stock market data for AI agents β€” 23 years of minute bars, SEC filings, fundamentals.

    πŸ’° Finance & Fintech0 views
    Compare vs Cabrini Market Data β†’
  • D
    Datasignals Lab Mcp

    13 scored financial & market-data tools for AI agents in one MCP endpoint (SEC, FDA, crypto).

    πŸ’° Finance & Fintech0 views
    Compare vs Datasignals Lab Mcp β†’
  • P
    Plainyogurt21 Sec Edgar Mcp

    Provide AI assistants with real-time access to official SEC EDGAR filings and financial data. Enab…

    πŸ’° Finance & Fintech0 views
    Compare vs Plainyogurt21 Sec Edgar Mcp β†’

Frequently Asked Questions about Drillr β€” The financial MCP for AI agents

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "drillr-the-financial-mcp-for-ai-agents": { "command": "npx", "args": ["-y", "Drillr β€” The financial MCP for AI agents"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewDrillr β€” The financial MCP for AI agents AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/drillr-the-financial-mcp-for-ai-agents?style=directory)](https://allmcps.com/mcp/drillr-the-financial-mcp-for-ai-agents)
HTML Embed
<a href="https://allmcps.com/mcp/drillr-the-financial-mcp-for-ai-agents"><img src="https://allmcps.com/api/badge/drillr-the-financial-mcp-for-ai-agents?style=directory" alt="Drillr β€” The financial MCP for AI agents on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’°Finance & Fintech
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars6
GitHub Star CountTotal stargazers on GitHub representing community popularity (6 stars).
Last commit18d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 23, 2026
41Quality signal: Fair Β· 41/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity5/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’° Finance & Fintech β†’Best MCP servers for Finance & Fintech β†’Alternatives to Drillr β€” The financial MCP for AI agents β†’Install in Claude DesktopInstall in CursorInstall in VS Code