You're viewing a demo portfolio

Join the waitlist
PRSM

regrid_parcel_by_point

Active

Tool of Regrid

declared in 0.1.0

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)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Regrid

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

1/7 registries
View full server →