# SEC Intelligence

Monitor real-time SEC filings and insider trading activity to stay ahead of market moves. Evaluate company health using comprehensive financial ratios and TTM statements. Investigate material events …

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add edgartools/sec-intelligence

# Browse available tools
npx -y smithery tool list edgartools/sec-intelligence

# Get full schema for a tool
npx -y smithery tool get edgartools/sec-intelligence search_companies

# Call a tool
npx -y smithery tool call edgartools/sec-intelligence search_companies '{}'
```

## Direct MCP Connection

Endpoint: `https://sec-intelligence--edgartools.run.tools`

## Tools (9)

- `search_companies` — Search for SEC-registered companies by name, ticker symbol, or CIK number.
- `get_live_filings` — Get recent SEC filings from a real-time feed (48-hour window).
- `get_insider_trades` — Get insider trading activity (SEC Forms 3, 4, 5) for a company.
- `get_material_events` — Get material events (8-K filings) for a company, with structured
- `get_financial_ratios` — Get financial ratios for a company from its latest annual filing (10-K).
- `get_ttm_financials` — Get trailing twelve months (TTM) financial statements for a company.
- `search_disclosures` — Search narrative text disclosures (XBRL TextBlock) across a company's filings.
- `search_advisers` — Search SEC-registered investment advisers by firm name or CRD number.
- `get_adviser_profile` — Get detailed profile for an investment adviser by CRD number.

```bash
# Get full input/output schema for a tool
npx -y smithery tool get edgartools/sec-intelligence <tool-name>
```
