API access
Your AI client reaches NYC Property Timeline 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 New York City properties matched by exact ten-digit BBL. A request past that edge comes back empty rather than approximated.
- ⚠ Which years it spans, because the covered period is not declared.
- ⚠ Anything NYC Open Data property-history datasets does not publish. ParcelOps returns this source as it stands and never fills a blank field from a different one.
- ⚠ The timeline can be incomplete or delayed and is not a title or lien search, legal opinion, appraisal, tenant screen, inspection, or proof of current code status.
- ⚠ ParcelOps excludes party names, permittee and owner contacts, marshal names, court/docket identifiers, and apartment numbers.
Methods (2)
A method is one call your agent can make against this source.
getPropertyTimeline
readJoin five fixed public datasets for one exact ten-digit Borough-Block-Lot identifier.
What you must providebblFreshnessScheduled (source-level)Input schema
{ "type": "object", "properties": { "bbl": { "type": "string", "pattern": "^[1-5]\\d{9}$" }, "limitPerSource": { "type": "integer", "minimum": 1, "maximum": 100 }, "includeViolationDescriptions": { "type": "boolean" } }, "required": [ "bbl" ], "additionalProperties": false }getServiceInfo
readReturn fixed datasets, privacy exclusions, result limits, and legal-use notes.
FreshnessScheduled (source-level)Input schema
{ "type": "object", "properties": {}, "required": [], "additionalProperties": false }
Where this source is used
- Residential real estate
The parcel record, the housing programs that touch an address, and the conditions a buyer asks about.
- Realtors and brokerages
The facts behind a listing, the programs a buyer may qualify for, and your own files in the same place.
- What building permits have been pulled near this property?
