Filings Intel
Public-company intelligence from SEC EDGAR: resolve a ticker, pull recent filings, search full text, read XBRL financials, and track insider trades. No API key.
$ claude mcp add --transport http filings-intel https://filings.datakoot.com/mcpEverything this server exposes.
The exact tools your agent sees, with their real parameters and the shape of what comes back. Descriptions are written for the model, so it knows when to call each one on its own.
Resolve a ticker or company name to its SEC identity — CIK, official name, tickers, exchange, industry (SIC) and fiscal year end. Start here before other calls.
AAPL), company name, or CIK.{
"name": "Apple Inc.",
"cik": "0000320193",
"ticker": "AAPL",
"exchange": "Nasdaq",
"sic": "3571",
"fiscalYearEnd": "09-28"
}A company's most recent SEC filings (10-K, 10-Q, 8-K, S-1…) with dates and direct document links. Optionally filter by form.
10-K, 8-K.{
"company": "Apple Inc.",
"filings": [
{
"form": "10-K",
"filed": "2024-11-01",
"url": "sec.gov/Archives/..."
},
{
"form": "10-K",
"filed": "2023-11-03",
"url": "sec.gov/Archives/..."
}
]
}Full-text search across all EDGAR filings for a keyword or phrase — a risk factor, product name or executive. Returns company, form and date.
{
"query": "artificial intelligence",
"results": [
{
"company": "NVIDIA Corp",
"form": "10-K",
"filed": "2024-02-21"
},
{
"company": "Microsoft Corp",
"form": "10-K",
"filed": "2024-07-30"
}
]
}Reported financial facts from XBRL — revenue, net income, assets, liabilities, equity, EPS and cash — latest values, or the full history of one concept.
Revenues.{
"company": "Apple Inc.",
"concept": "Revenues",
"latest": {
"value": 391035000000,
"period": "FY2024",
"unit": "USD"
}
}Recent insider ownership filings (Form 3/4/5) — the buys and sells officers, directors and 10% owners must report. Returns filings with dates and links.
{
"company": "Apple Inc.",
"filings": [
{
"form": "4",
"insider": "COOK TIMOTHY D",
"filed": "2025-04-02"
},
{
"form": "4",
"insider": "O BRIEN DEIRDRE",
"filed": "2025-02-15"
}
]
}One authority: SEC EDGAR.
Every answer comes from the SEC's official system — the same filings analysts and regulators read.
SEC EDGAR — submissions
Company identity, filing histories and document links for every US public company.
SEC EDGAR — XBRL facts
The structured financial data behind financials — revenue, income, assets and more, as reported.
One line, any MCP client.
Same endpoint everywhere. No account, no key, no config file.
claude mcp add --transport http filings-intel https://filings.datakoot.com/mcpSettings → MCP → Add → https://filings.datakoot.com/mcpAdd MCP server → https://filings.datakoot.com/mcpPrefer to look it up yourself?
The matching Chrome extension puts the same data in your browser — no agent required.
Filing Peek
Peek at any public company's latest SEC filings and financials from your browser — the same EDGAR data as the server. Free, keyless, no signup.
Questions about this server
SEC EDGAR only — the official source for US public-company filings, financials and insider transactions. Nothing scraped.
Read live from EDGAR, so a filing accepted today is available today. Responses are lightly cached.
No — connect with one keyless line. Datakoot handles the EDGAR calls and rate limits for you.
Put SEC filings in your agent’s reach.
Free to start. One line. No key to leak.