data
SEC EDGAR MCP, CLI, and Lua Integration for AI Agents
SEC EDGAR integration docs for AI agents: MCP gateway setup, SEC EDGAR CLI commands, Lua API reference, credentials, and function schemas.SEC EDGAR for agents
No credentials required; available in web and CLI hosts when runtime dependencies are installed.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
sec-edgar.sec_edgar_submissions | Read read | 0 | Retrieve current public filing history for a CIK. |
sec-edgar.sec_edgar_submission_file | Read read | 0 | Retrieve an additional paginated submissions JSON file. |
sec-edgar.sec_edgar_company_facts | Read read | 0 | Retrieve all standardized XBRL company facts for a CIK. |
sec-edgar.sec_edgar_company_concept | Read read | 0 | Retrieve one taxonomy concept across filings for a CIK. |
sec-edgar.sec_edgar_frames | Read read | 0 | Retrieve an XBRL frame across reporting entities. |
sec-edgar.sec_edgar_company_tickers | Read read | 0 | Retrieve SEC CIK, ticker, and company-title mappings. |
sec-edgar.sec_edgar_company_tickers_exchange | Read read | 0 | Retrieve SEC CIK, ticker, exchange, and company-title mappings. |
sec-edgar.sec_edgar_bulk_archives | Read read | 0 | Return official SEC bulk archive ZIP URLs. |