regrid_parcel_by_address
ActiveTool of Regrid
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)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Regrid
https://github.com/pipeworx-io/mcp-regrid
1/7 registries