Addressfinder MCP integration for AI agents.
Connect AI agents to Addressfinder through 6 structured actions, including find au addresses, verify au address, and find nz addresses. Review authentication…
- ACTION CONTRACTS
- 6
- AUTHENTICATION
- API key
- SOURCE STATUS
- Provider-backed
CATALOG SOURCE REVIEWED AUGUST 23, 2026 / ACTION NAMES AND SCHEMAS DERIVED FROM WORKING MACHINES PROVIDER SOURCE
CAPABILITY PROFILE
What the Addressfinder integration exposes
The Addressfinder Agent App exposes 6 provider-backed actions for location and data work. Its current contract lets an authorized agent search australian addresses with addressfinder autocomplete and return matching address completions, verify and enrich an australian address with addressfinder address verification, and search new zealand addresses with addressfinder autocomplete and return matching address completions. These operations are called through Working Machines as typed capabilities rather than through browser navigation or copied UI steps.
A connection uses API key. Before execution, the agent can inspect the selected action, its required fields, declared scopes, and expected output contract. Provider credentials remain inside the Working Machines runtime; the calling agent receives the capability and its structured result, not the underlying secret.
For reliable operation, start with the narrowest action that satisfies the task, resolve stable provider identifiers before changing state, and validate the returned object or status after execution. Availability still depends on the connected Addressfinder account, granted provider permissions, workspace policy, region, plan, and upstream API behavior.
VERIFIED ACTION SAMPLE
Real Addressfinder capabilities.
Showing 6 of 6 actions. Risk labels are conservative signals based on operation names, not substitutes for provider documentation or runtime policy.
find_au_addressesREADSearch Australian addresses with Addressfinder autocomplete and return matching address completions.
INPUTS: query / max / source / postBox / canonical
verify_au_addressREVIEWVerify and enrich an Australian address with Addressfinder address verification.
INPUTS: query / gnaf / paf / postBox / gps
find_nz_addressesREADSearch New Zealand addresses with Addressfinder autocomplete and return matching address completions.
INPUTS: query / max / delivered / postBox / rural
get_au_address_metadataREADRetrieve full metadata for an Australian address selected from Addressfinder autocomplete.
INPUTS: id / gnafId / dpid / source / gps
get_nz_address_metadataREADRetrieve full metadata for a New Zealand address selected from Addressfinder autocomplete.
INPUTS: pxid / dpid / census / domain / ascii
verify_nz_addressREVIEWVerify and enrich a New Zealand address with Addressfinder address verification.
INPUTS: query / postBox / regionCode / census / domain
INPUT CONTRACTS
Know what the action needs before it runs.
find_au_addresses
queryREQUIRED- The partial Australian address being searched.
maxOPTIONAL- The maximum number of results to return.
sourceOPTIONAL- The Australian address dataset source to query.
postBoxOPTIONAL- Set this filter to 0 or 1.
canonicalOPTIONAL- Set this flag to 1 when the option should be enabled.
verify_au_address
queryREQUIRED- The Australian address to verify.
gnafOPTIONAL- Set this flag to 1 when the option should be enabled.
pafOPTIONAL- Set this flag to 1 when the option should be enabled.
postBoxOPTIONAL- Exclude box type addresses from the verification results.
gpsOPTIONAL- Set this flag to 1 when the option should be enabled.
find_nz_addresses
queryREQUIRED- The partial New Zealand address being searched.
maxOPTIONAL- The maximum number of results to return.
deliveredOPTIONAL- Set this filter to 0 or 1.
postBoxOPTIONAL- Set this filter to 0 or 1.
ruralOPTIONAL- Set this filter to 0 or 1.
get_au_address_metadata
idOPTIONAL- The Addressfinder address identifier returned by autocomplete.
gnafIdOPTIONAL- The unique G-NAF address identifier.
dpidOPTIONAL- The Australia Post delivery point identifier.
sourceOPTIONAL- The Australian address dataset source to query.
gpsOPTIONAL- Set this flag to 1 when the option should be enabled.
PROVIDER-SPECIFIC WORKFLOWS
Jobs this Agent App can support
Inspect Find Au Addresses
Search Australian addresses with Addressfinder autocomplete and return matching address completions. Use this as a bounded discovery step, retain the returned identifier, and avoid expanding the read beyond the task's stated scope.
find_au_addressesVerify with Find Nz Addresses
Search New Zealand addresses with Addressfinder autocomplete and return matching address completions. Compare the returned provider state with the intended outcome and preserve stable IDs or canonical links in the run record.
find_nz_addressesSAFETY BOUNDARY
Operate Addressfinder with explicit limits
- Authorize Addressfinder with API key and grant only the provider access required by the selected actions.
- The current action names appear read-oriented, but returned Addressfinder data may still be sensitive and should be minimized before it enters model context.
- Do not infer permission from catalog visibility. Workspace policy, connection identity, and upstream authorization still govern execution.
- No provider scope string is declared on the sampled actions. Verify the connected account's actual permissions in Addressfinder rather than assuming unrestricted access.
- After a call, inspect the structured result and execution record before reporting that the Addressfinder task completed successfully.
CONNECTION MODEL
API key
Addressfinder API key sent as the key query parameter. Find it in your Addressfinder Portal project credentials: https://portal.addressfinder.net/.
Working Machines stores provider credentials behind the execution boundary. An agent can use an authorized connection identity, but catalog discovery alone does not reveal OAuth tokens, API keys, or provider secrets.
- READ SIGNALS
- 4
- WRITE SIGNALS
- 0
- HIGH IMPACT
- 0
- REVIEW SIGNALS
- 2
EVIDENCE AND AVAILABILITY
Provider reference
Action names, input fields, authentication types, and counts on this page are generated from the Working Machines provider catalog. Provider behavior, quotas, object semantics, account eligibility, and regional availability remain governed by Addressfinder.