Acuris MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ACURIS_API_KEY | Yes | Your Acuris API key for authentication |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| validate_addressA | Validate any postal address in 240+ countries against authoritative reference data. Returns standardised address, rooftop coordinates, confidence score (A-F), and UDPRN + UPRN for UK addresses. |
| postcode_lookupA | Given a UK postcode, return every Royal Mail PAF delivery point at that postcode — street, house number, building, organisation, rooftop coordinates, UDPRN, and UPRN. |
| geocodeA | Convert an address into latitude + longitude. Returns rooftop coordinates where available, falling back to street, postcode, or locality centroid (with |
| reverse_geocodeA | Convert a latitude / longitude pair into the nearest known address. Restrict to a specific country with the optional |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Each tool has a clearly distinct purpose: geocode converts address to coordinates, reverse_geocode does the inverse, postcode_lookup provides detailed UK delivery points, and validate_address validates addresses globally. No overlap in functionality.
Names use consistent snake_case, but the verb-noun order varies slightly (e.g., 'postcode_lookup' is noun_verb while 'validate_address' is verb_noun). Still readable and predictable.
Four tools cover the essential address operations—forward/reverse geocoding, UK postcode lookup, and validation—without bloat. The count is ideal for this focused domain.
Core address workflows are covered, but missing features like address autocomplete or batch processing are minor gaps that agents can work around.