estimate_dev_cost
Estimate municipal development fees per unit for a project, including impact and utility charges, using jurisdiction or address to size pro-forma fee lines.
Instructions
Estimate the total MUNICIPAL FEES for a whole development project — fees × number of units — with per-unit and extended line items. The number a developer needs to size the fee line of a pro-forma before breaking ground. Dev-type aware and explicit about what's EXCLUDED (land, hard construction, soft costs, financing, profit) so it isn't mistaken for total project cost. Pass 'jurisdiction' or 'address', 'dev_type', 'units' (the unit count), and optionally 'meter_size'. PREMIUM: pay per call with x402 (USDC on Base) or set a prepaid key (MUNI_DEV_COST_KEY).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jurisdiction | No | 'City, ST' or city name. Provide this OR address. | |
| address | No | US street address. Provide this OR jurisdiction. | |
| dev_type | No | Development type: single_family / multifamily / commercial / retail / office / industrial (default single_family). | |
| units | Yes | Number of units in the project (REQUIRED). | |
| meter_size | No | Water meter size per unit (default 5/8"). |