Skip to content
All data sources

Florida Statewide Parcels API and MCP server

No authus-florida-parcels

Statewide 2025 cadastral parcel attributes and geometry for all 67 Florida counties, published by the State of Florida.

Florida Statewide Parcels is published by Florida Statewide Cadastral 2025 and covers Florida, United States.

It refreshes on a schedule the publisher sets.

Last verified . That is when these facts were last rebuilt from the ParcelOps source registry, not when Florida Statewide Cadastral 2025 last refreshed the data itself.

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

FreshnessScheduled · Annual statewide cadastral snapshot.
Places coveredFlorida, United States
Time coveredNot declared
CredentialsNo credentials required

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

    read

    Search Florida parcels by bounded filters; full addresses automatically use geocoder then bbox.

    Records returnedparcel
    How to get more resultsoffset (offsetField: offset, limitField: limit)
    Coordinate systemEPSG:4326
    FreshnessScheduled (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

    read

    Fetch one Florida parcel by parcel identifier.

    What you must provideparcelId
    FreshnessScheduled (source-level)
    Input schema
    {
      "type": "object",
      "properties": {
        "parcelId": {
          "type": "string",
          "maxLength": 240
        },
        "includeGeometry": {
          "type": "boolean"
        }
      },
      "required": [
        "parcelId"
      ],
      "additionalProperties": false
    }
  • getParcelsInArea

    read

    Return Florida parcels in a bounded WGS84 box.

    What you must providebbox
    Records returnedparcel
    How to get more resultsoffset (offsetField: offset, limitField: limit)
    Coordinate systemEPSG:4326
    FreshnessScheduled (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

    read

    Count Florida parcels matching bounded filters. There is no county filter; use city or bbox.

    Records returnedparcel-count
    How to get more resultsnone
    FreshnessScheduled (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

    read

    Return source, coverage, freshness, and legal-use notes.

    FreshnessScheduled (source-level)
    Input schema
    {
      "type": "object",
      "properties": {},
      "required": [],
      "additionalProperties": false
    }

Where this source is used