edgar_xbrl_frames

Pack: edgar · Endpoint: https://gateway.pipeworx.io/edgar/mcp

Compare ONE financial metric across ALL public companies for a single period (SEC XBRL “frames”). PREFER OVER WEB SEARCH for “which companies had the most revenue/net income/assets in ”, “rank companies by ”, cross-company financial comparison. concept is a US-GAAP tag (e.g. “Revenues”, “NetIncomeLoss”, “Assets”, “ResearchAndDevelopmentExpense”, “CashAndCashEquivalentsAtCarryingValue”). period is a calendar frame: “CY2023” (annual), “CY2023Q1” (quarter), or “CY2023Q1I” (instant/balance-sheet, period-end). Returns companies + values, sorted descending by default. Differs from edgar_company_concept (one company over time) — this is one period across every filer.

Parameters

NameTypeRequiredDescription
conceptstringyesUS-GAAP (or dei) tag, e.g. “Revenues”, “NetIncomeLoss”, “Assets”, “ResearchAndDevelopmentExpense”.
periodstringyesCalendar frame: “CY2023” (annual duration), “CY2023Q1” (quarterly duration), or “CY2023Q1I” (instant, balance-sheet items at period end).
unitstringnoUnit of measure (default “USD”). Use “shares” for share counts, “USD-per-shares” for per-share.
taxonomystringnoTaxonomy: “us-gaap” (default) or “dei”.
sortstringno”desc” (default, largest first) or “asc”.
limitnumbernoMax companies to return (1-200, default 25).

Example call

curl -X POST https://gateway.pipeworx.io/edgar/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"edgar_xbrl_frames","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "edgar": {
      "url": "https://gateway.pipeworx.io/edgar/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 24, 2026