n8n-nodes-acuris
v0.1.0
Published
n8n community node for Acuris Address Validation & Geocoding. Validate addresses in 240+ countries, look up UK postcodes, geocode and reverse-geocode — all from your n8n workflows.
Maintainers
Readme
n8n-nodes-acuris
Acuris Address Validation & Geocoding as an n8n community node. Four operations available in any n8n workflow:
| Operation | What it does | |---|---| | Validate Address | Validate any postal address in 240+ countries. Returns standardised address, rooftop coordinates, confidence score (A-F), UDPRN + UPRN for UK. | | Lookup UK Postcode | Given a UK postcode, return every Royal Mail PAF delivery point at it. | | Geocode Address | Convert an address into latitude + longitude. | | Reverse Geocode | Convert a lat/lng pair into the nearest known address. |
Install
Self-hosted n8n:
# In your n8n root:
npm install n8n-nodes-acuris
# restart n8n; the "Acuris" node appears in the node paneln8n Cloud: community nodes can be enabled per-instance in Settings → Community Nodes.
Configure
- Create Credentials → Acuris API, paste your
acu_…key. Free key (100 free validations + 100 free geocodes, 7 days, no credit card) at https://api.acuris-geo.com/register. - Drop the Acuris node into any workflow, pick an Operation, fill in the fields.
UK validation and postcode lookup are automatically routed to paf.acuris-geo.com (where our Royal Mail PAF licence lives). Everything else routes to api.acuris-geo.com. Caller doesn't need to know.
Build from source
git clone https://github.com/Acuris-GmbH/n8n-nodes-acuris.git
cd n8n-nodes-acuris
npm install
npm run buildTo test against a local n8n install:
# In this repo:
npm link
# In your n8n root:
npm link n8n-nodes-acurisLicense
MIT. © 2026 Acuris GmbH.
