Skip to main content
Glama
Acuris-GmbH

Acuris MCP Server

Official
by Acuris-GmbH

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ACURIS_API_KEYYesYour 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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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 accuracy_type indicating which).

reverse_geocodeA

Convert a latitude / longitude pair into the nearest known address. Restrict to a specific country with the optional country parameter.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 4 tools

Disambiguation5/5

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.

Naming Consistency4/5

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.

Tool Count5/5

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.

Completeness4/5

Core address workflows are covered, but missing features like address autocomplete or batch processing are minor gaps that agents can work around.

Maintenance

ActivityInactive
ResponsivenessNo issues