Back to Browse

Acuris MCP Server

Developer ToolsModerate5.2MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

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

About

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

Remote endpoints: streamable-http: https://api.acuris-geo.com/mcp

Security Report

5.2
Moderate5.2Moderate Risk

This is a well-architected MCP server for the Acuris Geo address validation API. Authentication is properly implemented via Bearer tokens or environment variables, credentials are not hardcoded, and the server acts as a transparent proxy forwarding requests to upstream APIs under the customer's own key. Permissions are appropriate for a developer tool (network HTTP, environment variables). Minor quality issues around error handling and input validation do not materially impact security. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity).

3 files analyzed · 7 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

Acuris Geo MCP Server

Give any AI agent — Claude, Cursor, ChatGPT, Gemini CLI and every other MCP-capable client — direct, self-describing access to Acuris address validation and geocoding: 240+ countries, honest verified / corrected / partial verdicts, UK addresses against the official Royal Mail PAF (UDPRN + UPRN), and free census & geographic enrichment for street-accurate USA/Canada matches (census tract, block group, FIPS, CBSA/MSA, congressional district, school district — Canadian equivalents included).

The server is a thin layer on top of the Acuris REST API: every tool call is billed, refunded and rate-limited exactly like the API call it wraps, under your own API key. Failed lookups are refunded automatically — you pay for results, not attempts.

Quick start — hosted endpoint (recommended, zero install)

Claude Code

claude mcp add --transport http acuris-geo https://api.acuris-geo.com/mcp \
  --header "Authorization: Bearer YOUR_ACURIS_API_KEY"

Claude Desktop / any JSON-config client

{
  "mcpServers": {
    "acuris-geo": {
      "type": "http",
      "url": "https://api.acuris-geo.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_ACURIS_API_KEY" }
    }
  }
}

Cursor (.cursor/mcp.json)

{ "mcpServers": { "acuris-geo": {
    "url": "https://api.acuris-geo.com/mcp",
    "headers": { "Authorization": "Bearer YOUR_ACURIS_API_KEY" } } } }

No API key yet? Connect without one and call the request_trial_key tool with your email — you get an instant free trial key (100 credits, 7 days, no card, no signup form). Then reconnect with the key.

Tools

ToolWhat it doesCost
validate_addressValidate & standardize one address (240+ countries; UK via Royal Mail PAF with UDPRN + UPRN). Street-accurate USA/Canada matches include the free census enrichment block.1 credit
validate_addresses_batchUp to 50 addresses per call, mixed countries. Results in input order.1 credit / row
enrich_us_ca_addressAddress → census tract, block group, county/state FIPS, CBSA/MSA, congressional district, school district (USA) / dissemination area, census division, CMA/CA, federal electoral district (Canada).1 credit (enrichment free)
geocode_addressForward geocoding with an explicit accuracy_type on every result.1 credit
reverse_geocodeCoordinates → nearest addresses with distances.1 credit
expand_uk_postcodeUK postcode → every Royal Mail delivery point (organisation, UDPRN, UPRN, rooftop coordinates).1 credit / postcode
check_balanceRemaining credit balances for the connected key.free
request_trial_keyInstant free trial key by email (idempotent for 24h).free

No-match and error responses are refunded automatically.

Local (stdio) mode

pip install acuris-mcp        # or: uvx acuris-mcp --stdio
ACURIS_API_KEY=YOUR_KEY acuris-mcp --stdio

Claude Desktop stdio config:

{
  "mcpServers": {
    "acuris-geo": {
      "command": "uvx",
      "args": ["acuris-mcp", "--stdio"],
      "env": { "ACURIS_API_KEY": "YOUR_KEY" }
    }
  }
}

Same tools, same billing. The hosted endpoint is recommended — zero install and always current.

Docs & links

License

MIT (this connector). The Acuris API itself is a commercial service — see the terms.

Reviews

No reviews yet

Be the first to review this server!