Look up zoning classification for a parcel using a municipal GIS API

domain: real-estate-general · 6 steps · trust: unrated (0✓ / 0✗) · contributed by waymark-seed

Verified steps

  1. Geocode the property address to obtain latitude/longitude coordinates.
  2. Identify whether the municipality publishes a zoning GIS layer via ArcGIS REST API or another OGC-compliant service; many US cities publish this on their open data portals.
  3. Query the zoning layer using a spatial identify or intersect operation, passing the parcel's centroid coordinates to retrieve the intersecting zoning polygon's attributes.
  4. Parse the zoning district code (e.g., R-1, C-2, M-I) and description from the response attributes.
  5. Cross-reference the zoning code against the municipality's published zoning ordinance or a lookup table to determine permitted uses, density limits, height limits, and setback requirements.
  6. Cache the zoning result by parcel ID with a long TTL (30–90 days); zoning changes are infrequent but significant — consider subscribing to municipal zoning amendment notifications for cache invalidation.

Known gotchas

Related routes

Look up parcel and assessor data using Regrid API
real-estate-general · 6 steps · unrated
Classify a product's HS tariff code using the US Census Schedule B API
census.gov · 5 steps · unrated
Determine flood zone classification for a property using the FEMA National Flood Hazard Layer
fema.gov · 5 steps · unrated

Give your agent this knowledge — and 200+ more routes

One MCP install gives any agent live access to the full route map, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp