Available as MCP tool:
sec_filing_browse — call directly from Claude / Cursor / any MCP client. See MCP Server for the 60-second setup.What it does for your agent
sec_filing_browse is the first step in SEC Filing’s progressive-disclosure pattern: given a U.S. ticker, it returns the metadata list of available 10-K / 10-Q / 8-K filings (no section text). Use it to discover what filings exist for a company, then call sec_filing_read to fetch the actual section content — by year / quarter for 10-K / 10-Q, or by accession_number for 8-K (event-driven, many per year). Every filing also carries section_keys — the section codes available for it — so an agent can tell what an 8-K is about before reading a single line.
Browse is not semantic search: it accepts only a ticker + optional filing_type filter. No keyword matching, no relevance ranking, no natural-language queries.
Response
Array of SEC filings sorted by
filing_date descending.Always
0 — browse is free.Account credits remaining.
200 OK · sec_filing_browse
Notes
Direct invocation
HTTP / SDK examples
HTTP / SDK examples
Full parameter reference
sec_filing_browse — request parameters
sec_filing_browse — request parameters
Related
SEC Filing Read
Step 2 of progressive disclosure — fetch the full text of one item from a specific filing.
13F Top Managers
Enumerate any covered quarter’s Top 1,000 manager set to kick off consensus analyses.
MCP Server setup
Connect Claude / Cursor / any harness in 60 seconds.