Skip to content

Releases: SEC-API-io/sec-edgar-mcp

v1.1.1

Choose a tag to compare

@janlukasschroeder janlukasschroeder released this 14 Aug 14:04

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-released in CITATION.cff was stale for the same reason.

Added

  • A bump-version script 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

Choose a tag to compare

@janlukasschroeder janlukasschroeder released this 13 Aug 21:18

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-ncen goes from 42 to 444 rows, form-adv-firms from 25 to 381, and
    form-nport from 35 to 245.
  • form-adv-firms gains FormInfo.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-nport named the wrong form types. They are NPORT-P and NPORT-P/A,
    not NPORT and NPORT/A. Every query copied from that page returned zero
    rows.
  • subsidiaries said 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-file and filing-to-pdf published 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.txt is now 1.19 MB.

v1.0.0

Choose a tag to compare

@janlukasschroeder janlukasschroeder released this 13 Aug 15:27

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