EdgarParser Docs
EdgarParser exposes SEC filing data as an API and hosted MCP server. The core promise is raw, source-backed extraction: facts, filing sections, tables, and premium evidence stay tied to the underlying filing artifacts.
Start with get_metric for one number, get_metric_series for a period range, and get_filing_document or get_filing_sections when the agent needs the source text.
Mental Model
What To Read First
- Getting Started: API key, base URL, and first request.
- MCP Setup: configure the hosted tool surface in Claude Code or any stdio MCP client.
- Cache And Tiers: how cache-only, cold-allowed, and LLM-backed tools differ.
- Tool Reference: generated from
docs/tool_manifest.yamland checked against the codebase.