Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

com.acuris-geo/acuris-mcp

com.acuris-geo/acuris-mcp

Address validation & geocoding for AI agents: 240+ countries, UK PAF, free US/CA enrichment

Uptime
100.0%
1 direct probes · 30d
Response
195ms
last probe
Tools
8
callable
Resources
0
readable
Prompts
0
available

Tools · 8

validate_address

Validate and standardize one postal address (240+ countries; UK via the official Royal Mail PAF with UDPRN + UPRN). Give `country` as ISO-3 lowercase (e.g. usa, can, deu, gbr) plus EITHER a …

validate_addresses_batch

Validate up to 50 addresses in one call (mixed countries allowed). `addresses` is a list where each entry is either a free-text string, or an object {"input": <string or fielded object>, "cou…

enrich_us_ca_address

Address → census & geographic codes (USA + Canada), FREE with validation. USA: state & county FIPS, census tract (11-digit GEOID), block group, CBSA/MSA, congressional district (119th Congres…

geocode_address

Forward-geocode an address to coordinates (lat/lng) with an explicit accuracy_type — you always know what you got. accuracy_type is an OPEN set; new tiers are added as reference data impr…

reverse_geocode

Coordinates → nearest address(es). Returns the closest reference addresses to (lat, lng), nearest first, with distances. Optional: `country` (ISO-3) to constrain the search, `radius_m`, `limi…

expand_uk_postcode

Expand a UK postcode into every Royal Mail delivery point at that postcode — organisation, building, street, town, county, plus UDPRN, UPRN and rooftop coordinates for each address. Cost:…

check_balance

Show the connected API key's remaining credit balances (validation, geocode, email, phone pools; trial expiry; the UK free-trial PAF counter for trial keys). Free — never consumes credits.

request_trial_key

Get an instant FREE Acuris trial API key — 100 credits, valid 7 days, no card, no signup form. Idempotent: asking again with the same email within 24h returns the SAME key. After receivin…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "com.acuris-geo/acuris-mcp": {
      "url": "https://api.acuris-geo.com/mcp",
      "transport": "streamable-http"
    }
  }
}