Skip to content
All data sources

NLCD 2021 Point Land Cover API and MCP server

No authnlcd-land-cover

One-pixel lower-48 land-cover screening from the verified MRLC NLCD 2021 WMS.

NLCD 2021 Point Land Cover is published by USGS / MRLC National Land Cover Database 2021 and covers Contiguous United States within the published WMS bounding box.

It is a fixed release and changes only when the publisher issues a new one.

Last verified . That is when these facts were last rebuilt from the ParcelOps source registry, not when USGS / MRLC National Land Cover Database 2021 last refreshed the data itself.

API access

Your AI client reaches NLCD 2021 Point Land Cover 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

FreshnessStatic · Pinned to the verified queryable NLCD 2021 lower-48 WMS land-cover layer.
Places coveredContiguous United States within the published WMS bounding box
Time coveredNot declared
CredentialsNo credentials required

What this source cannot tell you

  • Anything outside Contiguous United States within the published WMS bounding box. A request past that edge comes back empty rather than approximated.
  • Which years it spans, because the covered period is not declared.
  • Anything USGS / MRLC National Land Cover Database 2021 does not publish. ParcelOps returns this source as it stands and never fills a blank field from a different one.
  • The JSON response exposes PALETTE_INDEX, which is the NLCD class value on this layer; the label comes from that layer's own value colormap and holds for the 2021 lower-48 product only.
  • One approximately 30 m raster-pixel sample is not parcel overlap, area, change, zoning, wetlands, crop suitability, or developability.
  • Newer downloadable Annual NLCD products are not claimed as layers in this WMS.

Methods (2)

A method is one call your agent can make against this source.

  • getLandCoverAtPoint

    read

    Sample one point from the verified NLCD 2021 lower-48 WMS layer.

    What you must providelatitudelongitude
    Records returnedland-cover-raster-pixel
    How to get more resultsnone
    FreshnessStatic (source-level)
    Input schema
    {
      "type": "object",
      "properties": {
        "latitude": {
          "type": "number",
          "minimum": 21.742250095963353,
          "maximum": 52.87726396463256
        },
        "longitude": {
          "type": "number",
          "minimum": -130.23282801589895,
          "maximum": -63.6719773760062
        },
        "vintage": {
          "type": "integer",
          "enum": [
            2021
          ]
        }
      },
      "required": [
        "latitude",
        "longitude"
      ],
      "additionalProperties": false
    }
    • Returns one raster value as PALETTE_INDEX plus the NLCD 2021 lower-48 class code and label for it; no parcel area, change, or developability inference.
  • getServiceInfo

    read

    Return the exact WMS layer, coverage, access constraints, resolution, and excluded claims.

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

Where this source is used