Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Geocode Address
addressfinder:geocode_address
Convert an address to latitude/longitude coordinates (geocoding).
Write
Low risk
Get Address Details
addressfinder:get_address_details
Get detailed information for a specific address including full formatting and coordinates.
Read
Low risk
Get Postcode Details
addressfinder:get_postcode_details
Get detailed information for a specific postcode including boundaries and demographics.
Read
Low risk
Reverse Geocode
addressfinder:reverse_geocode
Convert latitude/longitude coordinates to an address (reverse geocoding).
Write
Low risk
Search Addresses
addressfinder:search_addresses
Search for addresses using a text query. Returns matching addresses with coordinates.
Read
Low risk
Search Postcodes
addressfinder:search_postcodes
Search for postcodes and get their geographic boundaries and center points.
Read
Low risk
Validate Address
addressfinder:validate_address
Validate an address and return standardized formatting with confidence score.
Write
Low risk