MetricDuck MCP Server

Connect your AI assistant to SEC filing intelligence: structured financials, filing analysis, and company screening.

Free — no credit card required

500 credits/day, 9 tools, 5,500+ companies, 7 years of data. Every number links back to its SEC filing.

Quick Setup

Add this to your MCP config. Your client handles authentication automatically.

{
  "mcpServers": {
    "metricduck": {
      "type": "http",
      "url": "https://mcp.metricduck.com/mcp"
    }
  }
}

Claude Code CLI:

claude mcp add --transport http -s user metricduck https://mcp.metricduck.com/mcp

Use -s project for per-repo, -s user for global

When you first use a tool, your browser will open for a quick sign-in. After that, it's automatic.

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "metricduck": {
      "command": "npx",
      "args": ["mcp-remote", "https://mcp.metricduck.com/mcp"]
    }
  }
}

Headless Agents & CI

For automated pipelines without a browser, use an API key:

{
  "mcpServers": {
    "metricduck": {
      "type": "http",
      "url": "https://mcp.metricduck.com/mcp",
      "headers": {
        "Authorization": "Bearer fda_your_api_key_here"
      }
    }
  }
}

Get your API key from the dashboard.

9 Tools Available

search_companiesFind companies by name or ticker
get_company_overviewFull snapshot: valuation, margins, earnings, filing intel
get_financialsIncome statement, balance sheet, cash flow (multi-period)
get_filing_intelligence5-pass SEC filing analysis (44 extraction targets)
compare_companiesPeer comparison with 70+ metrics
screen_companiesFilter companies by financial criteria
list_filingsBrowse SEC filings with section-level detail
get_filing_sectionRead specific filing sections (risk factors, MD&A, etc.)
get_xbrl_factsSearch raw XBRL facts from SEC filings

Verify It Works

After setup, try asking your AI assistant:

Search for Apple on MetricDuck and give me a quick overview

Your browser will open once for sign-in. After that, all 9 tools work automatically.

FAQ

What is MetricDuck?

SEC filing intelligence for AI agents. MetricDuck processes 10-K, 10-Q, and 8-K filings from SEC EDGAR into structured financial data, derived metrics, and LLM-generated filing analysis for 5,500+ US-listed companies.

How much does it cost?

Free tier: 500 credits/day, all 9 tools, no credit card. Paid plans: Plus $15/mo (50K credits), Pro $29/mo (200K), Max $79/mo (1M). Annual billing saves 17%.

What AI clients work with MetricDuck?

Any MCP-compatible client: Claude Code, Claude Desktop, Cursor, Windsurf, and custom agents. Uses Streamable HTTP transport with OAuth 2.1 authentication (automatic).

Where does the data come from?

Direct from SEC EDGAR. Every number traces back to an official SEC filing — XBRL-parsed, not scraped or estimated. No third-party aggregators.

metricduck.com