MCP server exposing 2 tools for regrid.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/regrid/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
regrid_parcel_by_address — 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" })regrid_parcel_by_point — 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" })Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/regrid/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io