You're viewing a demo portfolio

Join the waitlist
PRSM

regrid_parcel_by_address

Active

Tool of Regrid

declared in 0.1.0

Look up the parcel — owner, zoning, land use, boundaries — for an address. Searches Regrid's nationwide US/CA parcel database by full address string and returns parcel number, owner, mailing address, land use, zoning, acreage, and location. Example: regrid_parcel_by_address({ query: "1600 Pennsylvania Ave NW, Washington, DC", _apiKey: "your-token" })

Parameters schema

{
  "type": "object",
  "required": [
    "query",
    "_apiKey"
  ],
  "properties": {
    "limit": {
      "type": "integer",
      "description": "Max parcels to return (default 5, max 20)"
    },
    "query": {
      "type": "string",
      "description": "Full address string, e.g. \"1600 Pennsylvania Ave NW, Washington, DC 20500\""
    },
    "_apiKey": {
      "type": "string",
      "description": "Regrid API token (get one free at regrid.com — 30-day sandbox)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Regrid

https://github.com/pipeworx-io/mcp-regrid

1/7 registries
View full server →