Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

SEC EDGAR Fundamentals

com.toolfeeds/sec-edgar-mcp

Normalized SEC EDGAR fundamentals. 3 of 6 tools free; the rest $0.04-$0.10 per call in USDC.

Uptime
100.0%
1 direct probes · 30d
Response
956ms
last probe
Tools
12
callable
Resources
0
readable
Prompts
0
available

Tools · 12

list_metrics

Publishes the canonical metric vocabulary this server normalizes SEC XBRL facts into: for each metric its key (revenue, net_income, assets, operating_cash_flow, ...), a human label, the statement it b…

company_profile

Resolves an exchange ticker to its SEC filer and returns that filer's reference data in one call: the zero-padded ten-digit CIK that identifies it in EDGAR, its official registrant name, its SIC indus…

list_filings

Recent EDGAR filing history for one company, newest first: form type (10-K, 10-Q, 8-K, S-1 and the rest), filing date, the period end the document reports on, its accession number and a direct link to…

get_concept

The reported time series for a single normalized metric from one company's XBRL facts — every revenue, net_income or assets observation the filer has published, each with its value, unit, period start…

get_financials

The normalized financial statement view for one company across recent fiscal periods: revenue, gross profit, operating income, research and development, net income, diluted earnings per share, total a…

compare_companies

Compares one normalized metric across several filers in a single call, with reporting periods aligned so companies whose fiscal calendars end in different months still line up period by period. Use it…

list_ownership_codes

Publishes the vocabulary every insider answer is written in: the three SEC ownership form types — Form 3, the initial statement filed when somebody becomes an insider; Form 4, the change; Form 5, the …

latest_insider_filings

The most recently filed Form 3, 4 and 5 rows in the corpus, across every issuer and every insider, newest filing first, capped at a small fixed number the response states. It takes no arguments — no f…

issuer_insider_activity

Every Form 3, 4 and 5 row filed against one company — identified by ticker — by its directors, officers and ten-percent owners, newest transaction first. Returns transaction rows, one per filed row, e…

insider_profile

Everything the corpus holds about one person, identified by the owner CIK the SEC assigns them: every name spelling they have filed under, every issuer and role they hold or have held as director, off…

screen_insider_transactions

Insider transactions from every issuer at once, filtered by date range, transaction code, direction, minimum stated value, the role the filer holds and Rule 10b5-1 status. Returns one row per transact…

screen_insiders

The same filters as screen_insider_transactions, aggregated the other way: one row per person, ranked by the cash they realized from open-market sales inside the window. This is the tool for a questio…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "sec_edgar_fundamentals": {
      "url": "https://api.toolfeeds.com/sec-edgar-mcp",
      "transport": "streamable-http"
    }
  }
}