Releases: SEC-API-io/sec-edgar-mcp
Releases · SEC-API-io/sec-edgar-mcp
Release list
v1.1.1
Maintenance release. No documentation content changed.
Fixed
- The version was out of sync in three places.
package.json,CITATION.cff
and the README BibTeX block all still said 1.0.0 after the v1.1.0 release.
Anyone citing the repository cited the wrong version. date-releasedinCITATION.cffwas stale for the same reason.
Added
- A
bump-versionscript that sets the version in every file that carries one,
including the README BibTeX block, which nothing reads and which is the
reason the drift went unnoticed.
v1.1.0
Complete field documentation for every tool.
Added
- Every response field on all 48 JSON tools is now documented, with meanings
taken from the sec-api.io API documentation. Field coverage grew from about
700 rows to 3,434. form-ncengoes from 42 to 444 rows,form-adv-firmsfrom 25 to 381, and
form-nportfrom 35 to 245.form-adv-firmsgainsFormInfo.Part1B, 61 paths for state-registered
advisers that were missing entirely.- Wide field tables are grouped by top-level object, so a 150-field response
reads as sections rather than one flat table.
Fixed
form-nportnamed the wrong form types. They areNPORT-PandNPORT-P/A,
notNPORTandNPORT/A. Every query copied from that page returned zero
rows.subsidiariessaid Exhibit 21 comes from 10-K filings only. It also comes
from 10-Q, S-1 and 20-F. Foreign issuers file 20-F.get-edgar-fileandfiling-to-pdfpublished the wrong REST route.- Five tools listed query fields the server does not search.
- Every Form ADV schedule page now uses a CRD that returns data.
- 13F holdings are reported quarterly with up to a 45-day lag. The pages said
the data is never current.
Changed
- Documentation states facts rather than instructions. "Never print 10000 as a
number of filings" is now "10000 is the result window ceiling, not a filing
count". - Removed internal testing vocabulary, confidence hedges and implementation
detail throughout. llms-full.txtis now 1.19 MB.
v1.0.0
First public release.
Access to 20 million SEC EDGAR filings over one hosted MCP server at
https://api.sec-api.io/mcp
- 49 tools, each with a reference page covering its input schema, response
envelope, pagination behaviour and a real captured response - Setup guides for 55 MCP clients, plus a support matrix
- Core guides: getting started, authentication, transport, response format,
query language, limits and errors - Ten worked use cases that chain tools end to end
- llms.txt and llms-full.txt for agent consumption
- data/tools.json and data/tool-responses/, the committed registry snapshot and
one real response per tool