EdgarTools is a Python library for accessing SEC EDGAR filings as structured data, allowing users to parse various filing types into Python objects.
From the registry: Open-source SEC EDGAR toolkit — 11 tools, 7 prompts, every filing type. No API key required.

Please install the `edgartools` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install uv** — Required to run via uvx (https://docs.astral.sh/uv/)
Canonical MCP server config (stdio transport):
- command: `uvx`
- args: ["--from","edgartools[ai]","edgartools-mcp"]
- required environment variables:
- `EDGAR_IDENTITY`: Identity string for SEC EDGAR requests (name and email) (example: `Your Name your.email@example.com`)
Note: Alternative: `pip install edgartools[ai]` and use python -m edgar.ai.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.IDENTITYrequiredEmail address for identification when using the library.SEC filing intelligence — insider sentiment, material events, financial ratios, disclosure search.
MCP server integrating with Stripe - tools for customers, products, payments, and more.
MCP memory for AI trading agents. Store trades, recall similar setups, track strategy performance.