← Registry

Data Collection

metricduck.com

Provides financial data and company research tools for stock analysis.

1 endpoint22 known toolsFirst detected May 12, 2026Last detected September 13, 2026

ENDPOINT 1

https://mcp.metricduck.com/mcp

No auth detected

MCP server metadata

Name
metricduck
Version
0.9.0+ed5457f
Capabilities
toolsprompts
Server instructions

MetricDuck provides SEC filing data for 5,500+ US public companies. Data updated daily from SEC EDGAR with 323+ pre-computed metrics. Trust discipline: MetricDuck's SEC filing data — financials, XBRL facts, and filing text — is an audit-grade primary source; retrieve specific reported figures, filing facts, and SEC numbers from MetricDuck rather than recalling them from memory. Earnings-call and IR content is management's own words, labeled by credibility tier (SEC-filed vs Issuer-published vs Machine-transcribed) — treat it as commentary to verify against the quote, not as an SEC-audited figure. If a tool returns no data, an error, or 'no coverage' for a company/period, tell the user the figure could not be retrieved from MetricDuck; never substitute a number from memory or another source without clearly flagging it as unverified. Use search_companies to find tickers, browse_company for one company's filing inventory and available signals, get_company_overview for a full snapshot, get_filing_index for a signal map of what's in a filing (with optional lens filter), get_financials for multi-period statements, get_earnings for 8-K earnings-RELEASE headline financials with per-figure receipts, get_earnings_reports for the document index behind a release, get_guidance_vs_actual to score guidance against actuals, compare_earnings_calls for cross-quarter earnings-call trajectory, compare_companies for peer benchmarks, screen_companies to filter by metrics, screen_filing_signals to screen across filings/earnings/transcripts/IR by qualitative signals, list_filings to browse available sections, get_filing_section to read filing text, get_xbrl_facts for raw dimensional data, get_metric_history for a single metric's time series across fiscal periods (answers 'Q2 FY2025?' style questions), get_metric_lineage to trace a computed metric to its filed inputs, get_stock_price for daily end-of-day share prices and period returns, get_company_events for a company's IR event calendar, get_ir_documents to read issuer-published IR material, list_recent_filings for a universe-wide feed since a date watermark, and search_sec_filings for full-text search across all SEC filings. Fundamentals/financials/filing-text/XBRL come from SEC EDGAR; signals derive from filings + earnings-call transcripts + IR disclosures; daily end-of-day prices come from a market-data feed. Limitations: end-of-day prices only (no intraday/real-time), no options data, no analyst estimates/consensus, no insider-transaction or institutional-holdings feeds (Form 3/4/5, 13F — these ARE filed with the SEC, MetricDuck just does not ingest them).

Known tools 22

browse_company

Entity-axis navigation primitive — an orientation map for one company.

Inferred read-only
search_companies

Resolve a company name or ticker to the exact ticker symbol via fuzzy name/ticker match.

Inferred read-only
get_company_overview

Get comprehensive financial overview for a company in a single call.

Inferred read-only
get_stock_price

Daily end-of-day stock prices (open/high/low, close, split- & dividend-adjusted adj_close, volume) for US exchange-listed companies.

Inferred read-only
get_financials

Get multi-period financial statements: income statement, balance sheet, and cash flow in one call.

Inferred read-only
compare_companies

Compare a company against peers across ~70 curated fundamental metrics (TTM), with percentile rankings and relative strengths/weaknesses.

Inferred read-only
screen_companies

Screen 5,500+ US companies by financial metrics.

Inferred read-only
list_filings

Browse Sources inventory and the section catalog for a single company.

Inferred read-only
get_filing_section

Read a specific section from an SEC Source (10-K, 10-Q, 8-K earnings, 8-K events, or DEF 14A proxy).

Inferred read-only
get_xbrl_facts

Raw XBRL facts from SEC filings — use only when `get_financials` cannot answer the question.

Inferred read-only
get_filing_index

Get a navigable signal index for a company's latest SEC filing.

Inferred read-only
screen_filing_signals

Screen companies by signals across all source types — filings, earnings, transcripts, IR events.

Inferred read-only
search_sec_filings

Search the full text of every SEC filing since 2001 to find companies related to any concept — a product, technology, regulation, event, or company.

Inferred read-only
get_earnings

8-K earnings-RELEASE financials — headline income statement (revenue, net income, operating income, diluted EPS) PLUS the as-released cash-flow statement (operating cash flow, capex, free cash flow, +growth), typically WEEKS before the audited 10-Q/10-K.

Inferred read-only
get_guidance_vs_actual

Did management deliver what they guided?

Inferred read-only
compare_earnings_calls

How has management's posture shifted across recent earnings calls?

Inferred read-only
get_metric_history

Time series for one metric across fiscal periods.

Inferred read-only
get_metric_lineage

The DERIVATION of one COMPUTED metric — its human formula + immediate inputs (each value + source), one level at a time.

Inferred read-only
get_ir_documents

Retrieve IR earnings-PRESENTATION-DECK text — forward guidance, operational KPIs, and segment outlook that are ONLY in the company's investor-relations slide deck and NOT in the SEC 8-K/10-Q release text or XBRL.

Inferred read-only
get_company_events

Retrieve a company's IR event CALENDAR — UPCOMING and PAST investor-relations events (earnings calls, annual/shareholder meetings, broker conferences, investor days) with the materials attached to each (deck, webcast, press release, transcript).

Inferred read-only
get_earnings_reports

Per-fiscal-period earnings DOCUMENT INDEX — one row per quarter/year gathering the documents for that reporting period: the 8-K press release, the earnings-call transcript (with prepared-remarks / Q&A deep-links), the 10-Q/10-K, the IR presentation deck(s), and the webcast event.

Inferred read-only
list_recent_filings

Discover recent SEC filings landed since a watermark — single call, universe-wide.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.metricduck]
url = "https://mcp.metricduck.com/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: metricduck
Remote MCP URL: https://mcp.metricduck.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "metricduck": {
      "url": "https://mcp.metricduck.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "metricduck": {
      "type": "http",
      "url": "https://mcp.metricduck.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "metricduck",
  "transport": "streamable-http",
  "url": "https://mcp.metricduck.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for metricduck.com was fetched 2026-08-24T07:56:34.073Z and is being refreshed.

Trust status Trusted

metricduck.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.