Datakoot Servers Filings Intel
Filings · MCP Server

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.

terminal
$ claude mcp add --transport http filings-intel https://filings.datakoot.com/mcp
Endpoint: filings.datakoot.com/mcp5 toolsSource: SEC EDGARKeyless
The tools

Everything 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.

company_lookupSource: SEC EDGAR

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.

Parameters
querystringrequired
Ticker (e.g. AAPL), company name, or CIK.
company_lookup("AAPL")
{
  "name": "Apple Inc.",
  "cik": "0000320193",
  "ticker": "AAPL",
  "exchange": "Nasdaq",
  "sic": "3571",
  "fiscalYearEnd": "09-28"
}
recent_filingsSource: SEC EDGAR

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.

Parameters
querystringrequired
Ticker, name or CIK.
form_typestringoptional
Filter, e.g. 10-K, 8-K.
limitintegeroptional
How many filings to return.
recent_filings("AAPL","10-K",2)
{
  "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/..."
    }
  ]
}
filing_searchSource: SEC EDGAR

Full-text search across all EDGAR filings for a keyword or phrase — a risk factor, product name or executive. Returns company, form and date.

Parameters
querystringrequired
The phrase to search for.
form_typestringoptional
Restrict to a form type.
limitintegeroptional
How many results to return.
filing_search("artificial intelligence","10-K",2)
{
  "query": "artificial intelligence",
  "results": [
    {
      "company": "NVIDIA Corp",
      "form": "10-K",
      "filed": "2024-02-21"
    },
    {
      "company": "Microsoft Corp",
      "form": "10-K",
      "filed": "2024-07-30"
    }
  ]
}
financialsSource: SEC EDGAR (XBRL)

Reported financial facts from XBRL — revenue, net income, assets, liabilities, equity, EPS and cash — latest values, or the full history of one concept.

Parameters
querystringrequired
Ticker, name or CIK.
conceptstringoptional
A specific concept, e.g. Revenues.
financials("AAPL","Revenues")
{
  "company": "Apple Inc.",
  "concept": "Revenues",
  "latest": {
    "value": 391035000000,
    "period": "FY2024",
    "unit": "USD"
  }
}
insider_transactionsSource: SEC EDGAR

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.

Parameters
querystringrequired
Ticker, name or CIK.
limitintegeroptional
How many filings to return.
insider_transactions("AAPL",2)
{
  "company": "Apple Inc.",
  "filings": [
    {
      "form": "4",
      "insider": "COOK TIMOTHY D",
      "filed": "2025-04-02"
    },
    {
      "form": "4",
      "insider": "O BRIEN DEIRDRE",
      "filed": "2025-02-15"
    }
  ]
}
Data sources

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.

Connect it

One line, any MCP client.

Same endpoint everywhere. No account, no key, no config file.

Claude
claude mcp add --transport http filings-intel https://filings.datakoot.com/mcp
Cursor
Settings → MCP → Add → https://filings.datakoot.com/mcp
Windsurf
Add MCP server → https://filings.datakoot.com/mcp
Companion extension

Prefer 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.

Get the extension →
Filings Intel — FAQ

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.