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.
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/mcpUse -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.
Add to claude_desktop_config.json:
{
"mcpServers": {
"metricduck": {
"command": "npx",
"args": ["mcp-remote", "https://mcp.metricduck.com/mcp"]
}
}
}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.
search_companies— Find companies by name or tickerget_company_overview— Full snapshot: valuation, margins, earnings, filing intelget_financials— Income statement, balance sheet, cash flow (multi-period)get_filing_intelligence— 5-pass SEC filing analysis (44 extraction targets)compare_companies— Peer comparison with 70+ metricsscreen_companies— Filter companies by financial criterialist_filings— Browse SEC filings with section-level detailget_filing_section— Read specific filing sections (risk factors, MD&A, etc.)get_xbrl_facts— Search raw XBRL facts from SEC filingsAfter setup, try asking your AI assistant:
Search for Apple on MetricDuck and give me a quick overviewYour browser will open once for sign-in. After that, all 9 tools work automatically.
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.