API access
Your AI client reaches Florida Statewide Parcels 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 Florida, United States. A request past that edge comes back empty rather than approximated.
- ⚠ Which years it spans, because the covered period is not declared.
- ⚠ Anything Florida Statewide Cadastral 2025 does not publish. ParcelOps returns this source as it stands and never fills a blank field from a different one.
- ⚠ County property appraisers remain authoritative for current local records.
- ⚠ The statewide layer is an annual snapshot and is not a title record.
Methods (5)
A method is one call your agent can make against this source.
searchParcels
readSearch Florida parcels by bounded filters; full addresses automatically use geocoder then bbox.
Records returnedparcelHow to get more resultsoffset (offsetField: offset, limitField: limit)Coordinate systemEPSG:4326FreshnessScheduled (source-level)Input schema
{ "type": "object", "properties": { "sourceObjectId": { "type": "integer", "minimum": 0 }, "parcelId": { "type": "string", "maxLength": 240 }, "owner": { "type": "string", "maxLength": 200 }, "address": { "type": "string", "maxLength": 240 }, "city": { "type": "string", "maxLength": 120 }, "bbox": { "type": "array", "minItems": 4, "maxItems": 4, "items": { "type": "number" }, "description": "[minLongitude, minLatitude, maxLongitude, maxLatitude] in WGS84. At most 4 square degrees." }, "minMarketValue": { "type": "number", "minimum": 0 }, "maxMarketValue": { "type": "number", "minimum": 0 }, "saleYear": { "type": "integer", "minimum": 1800, "maximum": 2200 }, "includeGeometry": { "type": "boolean" }, "limit": { "type": "integer", "minimum": 1, "maximum": 500 }, "offset": { "type": "integer", "minimum": 0, "maximum": 100000 } }, "required": [], "additionalProperties": false }Output schema
{ "oneOf": [ { "type": "object", "properties": { "records": { "type": "array", "items": { "type": "object", "properties": { "source": { "type": [ "string", "null" ] }, "sourceName": { "type": [ "string", "null" ] }, "sourceObjectId": { "type": [ "string", "number", "null" ] }, "parcelId": { "type": [ "string", "null" ] }, "alternateParcelId": { "type": [ "string", "null" ] }, "owner": { "type": [ "string", "null" ] }, "ownerName": { "type": [ "string", "null" ] }, "siteAddress": { "type": [ "string", "null" ] }, "address": { "type": [ "string", "null" ] }, "mailingAddress": { "type": [ "string", "null" ] }, "city": { "type": [ "string", "null" ] }, "county": { "type": [ "string", "null" ] }, "state": { "type": [ "string", "null" ] }, "stateCode": { "type": [ "string", "null" ] }, "postalCode": { "type": [ "string", "null" ] }, "marketValue": { "type": [ "number", "null" ] }, "assessedValue": { "type": [ "number", "null" ] }, "taxableValue": { "type": [ "number", "null" ] }, "landValue": { "type": [ "number", "null" ] }, "improvementValue": { "type": [ "number", "null" ] }, "salePrice": { "type": [ "number", "null" ] }, "saleDate": { "type": [ "string", "null" ] }, "saleYear": { "type": [ "integer", "string", "null" ] }, "yearBuilt": { "type": [ "integer", "string", "null" ] }, "area": { "type": [ "number", "null" ] }, "areaUnit": { "type": [ "string", "null" ] }, "acreage": { "type": [ "number", "null" ] }, "landUse": { "type": [ "string", "null" ] }, "legalDescription": { "type": [ "string", "null" ] }, "sourceUpdatedAt": { "type": [ "string", "null" ] }, "coverage": { "type": "object", "properties": { "status": { "const": "attributes_not_published" }, "message": { "type": "string" } }, "required": [ "status", "message" ], "additionalProperties": true }, "sourceAttributes": { "type": [ "object", "null" ], "additionalProperties": true } }, "additionalProperties": true } }, "count": { "type": "integer", "minimum": 0 }, "nextOffset": { "type": [ "integer", "null" ], "minimum": 0 }, "resultsTruncated": { "const": true }, "source": { "type": "object", "additionalProperties": true } }, "required": [ "records", "count" ], "additionalProperties": true }, { "type": "object", "properties": { "type": { "const": "FeatureCollection" }, "features": { "type": "array", "items": { "type": "object", "properties": { "type": { "const": "Feature" }, "geometry": { "type": [ "object", "null" ], "additionalProperties": true }, "properties": { "type": "object", "properties": { "source": { "type": [ "string", "null" ] }, "sourceName": { "type": [ "string", "null" ] }, "sourceObjectId": { "type": [ "string", "number", "null" ] }, "parcelId": { "type": [ "string", "null" ] }, "alternateParcelId": { "type": [ "string", "null" ] }, "owner": { "type": [ "string", "null" ] }, "ownerName": { "type": [ "string", "null" ] }, "siteAddress": { "type": [ "string", "null" ] }, "address": { "type": [ "string", "null" ] }, "mailingAddress": { "type": [ "string", "null" ] }, "city": { "type": [ "string", "null" ] }, "county": { "type": [ "string", "null" ] }, "state": { "type": [ "string", "null" ] }, "stateCode": { "type": [ "string", "null" ] }, "postalCode": { "type": [ "string", "null" ] }, "marketValue": { "type": [ "number", "null" ] }, "assessedValue": { "type": [ "number", "null" ] }, "taxableValue": { "type": [ "number", "null" ] }, "landValue": { "type": [ "number", "null" ] }, "improvementValue": { "type": [ "number", "null" ] }, "salePrice": { "type": [ "number", "null" ] }, "saleDate": { "type": [ "string", "null" ] }, "saleYear": { "type": [ "integer", "string", "null" ] }, "yearBuilt": { "type": [ "integer", "string", "null" ] }, "area": { "type": [ "number", "null" ] }, "areaUnit": { "type": [ "string", "null" ] }, "acreage": { "type": [ "number", "null" ] }, "landUse": { "type": [ "string", "null" ] }, "legalDescription": { "type": [ "string", "null" ] }, "sourceUpdatedAt": { "type": [ "string", "null" ] }, "coverage": { "type": "object", "properties": { "status": { "const": "attributes_not_published" }, "message": { "type": "string" } }, "required": [ "status", "message" ], "additionalProperties": true }, "sourceAttributes": { "type": [ "object", "null" ], "additionalProperties": true } }, "additionalProperties": true } }, "required": [ "type", "geometry", "properties" ], "additionalProperties": true } }, "count": { "type": "integer", "minimum": 0 }, "nextOffset": { "type": [ "integer", "null" ], "minimum": 0 }, "resultsTruncated": { "const": true }, "source": { "type": "object", "additionalProperties": true } }, "required": [ "type", "features", "count" ], "additionalProperties": true } ] }No county filter: the layer publishes no county field. Scope with city or bbox.
getParcel
readFetch one Florida parcel by parcel identifier.
What you must provideparcelIdFreshnessScheduled (source-level)Input schema
{ "type": "object", "properties": { "parcelId": { "type": "string", "maxLength": 240 }, "includeGeometry": { "type": "boolean" } }, "required": [ "parcelId" ], "additionalProperties": false }getParcelsInArea
readReturn Florida parcels in a bounded WGS84 box.
What you must providebboxRecords returnedparcelHow to get more resultsoffset (offsetField: offset, limitField: limit)Coordinate systemEPSG:4326FreshnessScheduled (source-level)Input schema
{ "type": "object", "properties": { "bbox": { "type": "array", "minItems": 4, "maxItems": 4, "items": { "type": "number" }, "description": "[minLongitude, minLatitude, maxLongitude, maxLatitude] in WGS84. At most 4 square degrees." }, "includeGeometry": { "type": "boolean" }, "limit": { "type": "integer", "minimum": 1, "maximum": 500 }, "offset": { "type": "integer", "minimum": 0, "maximum": 100000 } }, "required": [ "bbox" ], "additionalProperties": false }Output schema
{ "oneOf": [ { "type": "object", "properties": { "records": { "type": "array", "items": { "type": "object", "properties": { "source": { "type": [ "string", "null" ] }, "sourceName": { "type": [ "string", "null" ] }, "sourceObjectId": { "type": [ "string", "number", "null" ] }, "parcelId": { "type": [ "string", "null" ] }, "alternateParcelId": { "type": [ "string", "null" ] }, "owner": { "type": [ "string", "null" ] }, "ownerName": { "type": [ "string", "null" ] }, "siteAddress": { "type": [ "string", "null" ] }, "address": { "type": [ "string", "null" ] }, "mailingAddress": { "type": [ "string", "null" ] }, "city": { "type": [ "string", "null" ] }, "county": { "type": [ "string", "null" ] }, "state": { "type": [ "string", "null" ] }, "stateCode": { "type": [ "string", "null" ] }, "postalCode": { "type": [ "string", "null" ] }, "marketValue": { "type": [ "number", "null" ] }, "assessedValue": { "type": [ "number", "null" ] }, "taxableValue": { "type": [ "number", "null" ] }, "landValue": { "type": [ "number", "null" ] }, "improvementValue": { "type": [ "number", "null" ] }, "salePrice": { "type": [ "number", "null" ] }, "saleDate": { "type": [ "string", "null" ] }, "saleYear": { "type": [ "integer", "string", "null" ] }, "yearBuilt": { "type": [ "integer", "string", "null" ] }, "area": { "type": [ "number", "null" ] }, "areaUnit": { "type": [ "string", "null" ] }, "acreage": { "type": [ "number", "null" ] }, "landUse": { "type": [ "string", "null" ] }, "legalDescription": { "type": [ "string", "null" ] }, "sourceUpdatedAt": { "type": [ "string", "null" ] }, "coverage": { "type": "object", "properties": { "status": { "const": "attributes_not_published" }, "message": { "type": "string" } }, "required": [ "status", "message" ], "additionalProperties": true }, "sourceAttributes": { "type": [ "object", "null" ], "additionalProperties": true } }, "additionalProperties": true } }, "count": { "type": "integer", "minimum": 0 }, "nextOffset": { "type": [ "integer", "null" ], "minimum": 0 }, "resultsTruncated": { "const": true }, "source": { "type": "object", "additionalProperties": true } }, "required": [ "records", "count" ], "additionalProperties": true }, { "type": "object", "properties": { "type": { "const": "FeatureCollection" }, "features": { "type": "array", "items": { "type": "object", "properties": { "type": { "const": "Feature" }, "geometry": { "type": [ "object", "null" ], "additionalProperties": true }, "properties": { "type": "object", "properties": { "source": { "type": [ "string", "null" ] }, "sourceName": { "type": [ "string", "null" ] }, "sourceObjectId": { "type": [ "string", "number", "null" ] }, "parcelId": { "type": [ "string", "null" ] }, "alternateParcelId": { "type": [ "string", "null" ] }, "owner": { "type": [ "string", "null" ] }, "ownerName": { "type": [ "string", "null" ] }, "siteAddress": { "type": [ "string", "null" ] }, "address": { "type": [ "string", "null" ] }, "mailingAddress": { "type": [ "string", "null" ] }, "city": { "type": [ "string", "null" ] }, "county": { "type": [ "string", "null" ] }, "state": { "type": [ "string", "null" ] }, "stateCode": { "type": [ "string", "null" ] }, "postalCode": { "type": [ "string", "null" ] }, "marketValue": { "type": [ "number", "null" ] }, "assessedValue": { "type": [ "number", "null" ] }, "taxableValue": { "type": [ "number", "null" ] }, "landValue": { "type": [ "number", "null" ] }, "improvementValue": { "type": [ "number", "null" ] }, "salePrice": { "type": [ "number", "null" ] }, "saleDate": { "type": [ "string", "null" ] }, "saleYear": { "type": [ "integer", "string", "null" ] }, "yearBuilt": { "type": [ "integer", "string", "null" ] }, "area": { "type": [ "number", "null" ] }, "areaUnit": { "type": [ "string", "null" ] }, "acreage": { "type": [ "number", "null" ] }, "landUse": { "type": [ "string", "null" ] }, "legalDescription": { "type": [ "string", "null" ] }, "sourceUpdatedAt": { "type": [ "string", "null" ] }, "coverage": { "type": "object", "properties": { "status": { "const": "attributes_not_published" }, "message": { "type": "string" } }, "required": [ "status", "message" ], "additionalProperties": true }, "sourceAttributes": { "type": [ "object", "null" ], "additionalProperties": true } }, "additionalProperties": true } }, "required": [ "type", "geometry", "properties" ], "additionalProperties": true } }, "count": { "type": "integer", "minimum": 0 }, "nextOffset": { "type": [ "integer", "null" ], "minimum": 0 }, "resultsTruncated": { "const": true }, "source": { "type": "object", "additionalProperties": true } }, "required": [ "type", "features", "count" ], "additionalProperties": true } ] }countParcels
readCount Florida parcels matching bounded filters. There is no county filter; use city or bbox.
Records returnedparcel-countHow to get more resultsnoneFreshnessScheduled (source-level)Input schema
{ "type": "object", "properties": { "parcelId": { "type": "string", "maxLength": 240 }, "owner": { "type": "string", "maxLength": 200 }, "address": { "type": "string", "maxLength": 240 }, "city": { "type": "string", "maxLength": 120 }, "bbox": { "type": "array", "minItems": 4, "maxItems": 4, "items": { "type": "number" }, "description": "[minLongitude, minLatitude, maxLongitude, maxLatitude] in WGS84. At most 4 square degrees." }, "minMarketValue": { "type": "number", "minimum": 0 }, "maxMarketValue": { "type": "number", "minimum": 0 }, "saleYear": { "type": "integer", "minimum": 1800, "maximum": 2200 } }, "required": [], "additionalProperties": false }Output schema
{ "type": "object", "properties": { "count": { "type": "integer", "minimum": 0 }, "source": { "type": [ "object", "null" ], "additionalProperties": true } }, "required": [ "count" ], "additionalProperties": true }getServiceInfo
readReturn source, coverage, freshness, and legal-use notes.
FreshnessScheduled (source-level)Input schema
{ "type": "object", "properties": {}, "required": [], "additionalProperties": false }
Where this source is used
- Land research
Parcel records, ground conditions, and what reaches the property line, for raw and rural land.
- Data center siting
Power, water, transport, airspace, and hazard screening for a site before anyone signs anything.
- Commercial real estate
Parcel and assessment records, building programs, and the entity on the other side of the deal.
- Residential real estate
The parcel record, the housing programs that touch an address, and the conditions a buyer asks about.
- Real estate law
Federal rule text, rulemaking dockets, party records, and the property facts a filing has to state.
- Realtors and brokerages
The facts behind a listing, the programs a buyer may qualify for, and your own files in the same place.
- Who owns this property?
- How many acres is this property?
