Skip to content
OSINT Tradecraft
OSINT Tradecraft
Investigation skills · Vol. 8
← MCP catalog#011 · OSINT — Records

EdgarTools MCP

SEC EDGAR filings (10-K, 10-Q, 8-K, 13F, Form 4, XBRL)

13+ tools for pulling, parsing, and monitoring SEC EDGAR filings in real time. Covers all major form types and includes XBRL financial parsing.

Cost
Free · no API key
API key
Not required
Slug
edgartools
MCP.md
---
name: edgartools
category: osint-records
cost: free
api_key_required: no
repo: https://github.com/dgunning/edgartools
paired_skills: ["corporate-filings-research", "nonprofit-990-research", "sec-edgar-research"]
capabilities: ["corporate-filings", "sec-edgar", "financial-records"]
---

# EdgarTools MCP — SEC EDGAR filings (10-K, 10-Q, 8-K, 13F, Form 4, XBRL)

13+ tools for pulling, parsing, and monitoring SEC EDGAR filings in real time. Covers all major form types and includes XBRL financial parsing.

## Install

```
pip install edgartools
edgar-mcp
```

The `edgar-mcp` command starts the MCP server after installation.

## Configuration

```json
{
  "mcpServers": {
    "edgartools": {
      "command": "edgar-mcp"
    }
  }
}
```

## What it adds

Claude pulls full filings on demand — 10-K annual reports, 10-Q quarterly, 8-K material events, 13F institutional holdings, Form 4 insider transactions — and parses XBRL-structured financials without hand-scraping EDGAR. Useful for corporate fraud investigations, due diligence, and asset tracing.

## Pairs with skills

- 026 `corporate-filings-research`
- 038 `nonprofit-990-research` (partial — IRS not EDGAR, but 990-PF filers sometimes appear)
- 039 `sec-edgar-research`

## Cost

Free. SEC EDGAR requires a User-Agent header which the tool sets automatically. No API key needed.
Pairs with skills
  • #026corporate-filings-research
  • #038nonprofit-990-research
  • #039sec-edgar-research

This MCP gives your agent the tools to execute the workflow described by these skills — instead of just describing it.

Bundled in the Toolkit

This MCP is one of 36 pre-configured servers in the Investigator's MCP Toolkit. One-command installer, $149 one-time.

Pricing
Back to MCP catalog
EdgarTools MCP — SEC EDGAR filings (10-K, 10-Q, 8-K, 13F, Form 4, XBRL) — MCP server · OSINT Tradecraft