{"name":"address-intel","description":"Address intelligence API for a street address: parse, geocode, timezone, and building permit context in one call. Composite: one call runs address-parse + address-geocode + timezone-lookup + building-permits and merges the results into one address intel record. Same composite backend as address-intel-pack. Use it as address intel, address intelligence, location enrichment, property context, or real-estate/logistics address enrichment for agents.","price":"$0.03","method":"POST","input_schema":{"properties":{"address":{"type":"string","description":"Freeform street address, e.g. '350 5th Ave, New York, NY 10118'. 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},"timezone":{"timezone":"America/New_York"},"permit_city":"nyc","composed_of":["address-parse","address-geocode","timezone-lookup","building-permits"],"degraded":false},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}