MetricDuck MCP Server
AI-native access to financial data: SEC filings, earnings, peer comparisons, and screening for 5,500+ US companies.
Free tier: 500 tool calls/day, no signup required. OAuth creates your account automatically.
Connect
Add this server to your MCP client. Auth is handled automatically — no manual setup needed.
Claude Code
Add to .mcp.json in your project root:
{
"mcpServers": {
"metricduck": {
"type": "http",
"url": "https://mcp.metricduck.com/mcp"
}
}
}
Or via CLI: claude mcp add --transport http -s project metricduck https://mcp.metricduck.com/mcp
Using Claude Desktop, Cursor, Windsurf, or a headless agent with an API key? See the full setup guide for client-specific configs.
Note: MCP clients handle authentication and transport automatically. Do not manually call this endpoint with curl or raw HTTP — MCP uses Streamable HTTP, not simple JSON-RPC POST.
Tools (18)
browse_company — Entry point: what data & sources exist for a company, by axis
browse_signal — Discover which qualitative signals are available to screen on
search_companies — Find companies by name or ticker
get_company_overview — Full snapshot: valuation, margins, earnings, filing signals
get_stock_price — Daily end-of-day stock prices & period returns
get_financials — Income statement, balance sheet, cash flow (multi-period)
compare_companies — Peer comparison with 70+ metrics
screen_companies — Filter 5,500+ companies by financial criteria
list_filings — Browse SEC filings with section-level detail
get_filing_section — Read specific filing sections (risk factors, MD&A, etc.)
get_xbrl_facts — Search raw XBRL facts from SEC filings
get_filing_index — Navigable signal index for a filing (progressive disclosure)
screen_filing_signals — Cross-company screening by filing-intelligence signals
search_sec_filings — Full-text search across all SEC EDGAR filings since 2001
get_guidance_vs_actual — Cross-feed join: transcript guidance vs reported actuals
compare_earnings_calls — Cross-quarter earnings-call trajectory (themes, guidance, tone)
get_metric_history — A single metric's time series across fiscal periods
list_recent_filings — Latest filings across the market, newest first
metricduck.com · Setup Guide · Docs · Privacy · Terms · MCP Registry