{"name":"address-intel-pack","description":"Enriches a street address in one call: parse, geocode, timezone, and building permits. Composite: address-parse + address-geocode run in parallel, then timezone-lookup on the geocoded coordinates and building-permits when the address resolves to a supported open-data city (NYC, SF, Chicago, LA, Seattle, Austin). Merged output {parsed, location, timezone, permits}. Open-data sources only (OSM Nominatim, TimeAPI, city Socrata portals). Use it as an address intelligence API or location enrichment and property context for real-estate and logistics agents.","price":"$0.03","method":"POST","input_schema":{"properties":{"address":{"type":"string","description":"Freeform street address, e.g. '123 Main St, Springfield, IL 62704'. Max 500 chars."}},"required":["address"]},"input_example":{"address":"350 5th Ave, New York, NY 10118"},"output_example":{"address":"350 5th Ave, New York, NY 10118","parsed":{"number":"350","street":"5th Ave","city":"New York","state":"NY","zip":"10118"},"location":{"match_count":1,"best_match":{"latitude":40.748,"longitude":-73.985,"display_name":"Empire State Building, 350, 5th Avenue, New York"}},"timezone":{"timezone":"America/New_York","utc_offset_seconds":-14400,"is_dst":true},"permits":{"city":"nyc","count":3,"permits":[{"permit_id":"121577873","status":"ISSUED"}]},"permit_city":"nyc","composed_of":["address-parse","address-geocode","timezone-lookup","building-permits"],"components":[{"name":"address-parse","ok":true,"ms":2},{"name":"address-geocode","ok":true,"ms":610}],"degraded":false},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}