regrid_parcel_by_point
ActiveTool of Regrid
Find parcels at a lat/lon point — returns the parcel(s) whose boundary contains or sits near the coordinate, with owner, zoning, land use, acreage, and boundary. Example: regrid_parcel_by_point({ lat: 38.8977, lon: -77.0365, _apiKey: "your-token" })
Parameters schema
{
"type": "object",
"required": [
"lat",
"lon",
"_apiKey"
],
"properties": {
"lat": {
"type": "number",
"description": "Latitude of the point, e.g. 38.8977"
},
"lon": {
"type": "number",
"description": "Longitude of the point, e.g. -77.0365"
},
"radius": {
"type": "number",
"description": "Optional search radius in meters around the point"
},
"_apiKey": {
"type": "string",
"description": "Regrid API token (get one free at regrid.com — 30-day sandbox)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Regrid
https://github.com/pipeworx-io/mcp-regrid
1/7 registries