API access
Your AI client reaches SEC EDGAR Business Filings through one ParcelOps MCP endpoint, so there is no separate key to hold for it and no per-source client to write. Reaching it takes no credentials of your own.
Where it came from
Freshness and coverage
What this source cannot tell you
- ⚠ Anything outside United States public filers. A request past that edge comes back empty rather than approximated.
- ⚠ Which years it spans, because the covered period is not declared.
- ⚠ Anything U.S. Securities and Exchange Commission EDGAR does not publish. ParcelOps returns this source as it stands and never fills a blank field from a different one.
- ⚠ Private companies without SEC filings are not covered.
- ⚠ Financial facts preserve the issuer-reported period and filing form and are not a credit score.
Methods (3)
A method is one call your agent can make against this source.
searchCompany
readResolve a public-company name or ticker to SEC CIK candidates.
What you must providequeryFreshnessLive (source-level)Input schema
{ "type": "object", "properties": { "query": { "type": "string", "minLength": 1, "maxLength": 200 } }, "required": [ "query" ], "additionalProperties": false }getCompanyFilings
readRetrieve company identity and recent filing history by CIK.
What you must providecikFreshnessLive (source-level)Input schema
{ "type": "object", "properties": { "cik": { "type": "string", "pattern": "^\\d{1,10}$" } }, "required": [ "cik" ], "additionalProperties": false }getCompanyFacts
readRetrieve bounded recent XBRL financial facts by CIK.
What you must providecikFreshnessLive (source-level)Input schema
{ "type": "object", "properties": { "cik": { "type": "string", "pattern": "^\\d{1,10}$" } }, "required": [ "cik" ], "additionalProperties": false }
Where this source is used
- Commercial real estate
Parcel and assessment records, building programs, and the entity on the other side of the deal.
- Real estate law
Federal rule text, rulemaking dockets, party records, and the property facts a filing has to state.
- Who is behind the company that owns this property?
