get_total_dev_cost
Compute the full municipal development cost for a US jurisdiction, aggregating all impact fees (water, sewer, transportation, parks, drainage, public safety). Provides grand total USD and category breakdown.
Instructions
Get the GRAND TOTAL municipal development cost for a US jurisdiction across EVERY fee category we hold — not just water+sewer, but also transportation/street, parks, drainage/stormwater, fire, police and library impact fees where the city levies them. Returns one grand-total USD figure plus a roll-up by bucket (Water+Sewer / Transportation / Parks / Drainage / Public Safety / Other Public) and each category's share. This is the number a developer actually underwrites: in cities like Phoenix or Fresno the non-utility impact fees rival the water+sewer bill, so water-only numbers badly understate the cost to build. Honest about $0 buckets (a city that doesn't assess a parks/transport impact fee shows $0, meaning 'not assessed', not 'missing'). Pass 'jurisdiction' or 'address', optionally 'dev_type' and '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 (default single_family). | |
| meter_size | No | Water meter size (default 5/8"). |