MCP server for Acuris address validation & geocoding — 240+ countries, Royal Mail PAF (UK), free US/Canada census enrichment. Runs against your own Acuris API key.
Project description
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
| Tool | What it does | Cost |
|---|---|---|
validate_address |
Validate & 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_batch |
Up to 50 addresses per call, mixed countries. Results in input order. | 1 credit / row |
enrich_us_ca_address |
Address → 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_address |
Forward geocoding with an explicit accuracy_type on every result. |
1 credit |
reverse_geocode |
Coordinates → nearest addresses with distances. | 1 credit |
expand_uk_postcode |
UK postcode → every Royal Mail delivery point (organisation, UDPRN, UPRN, rooftop coordinates). | 1 credit / postcode |
check_balance |
Remaining credit balances for the connected key. | free |
request_trial_key |
Instant 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
- Full MCP docs: https://api.acuris-geo.com/docs/mcp
- REST API reference: https://api.acuris-geo.com/docs
- Pricing: https://www.acuris-geo.com/acuris-pricing/
- US/Canada enrichment: https://www.acuris-geo.com/us-canada-address-enrichment/
- Excel add-in (same engine, no code): https://www.acuris-geo.com/excel-add-in/
License
MIT (this connector). The Acuris API itself is a commercial service — see the terms.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file acuris_mcp-1.0.0.tar.gz.
File metadata
- Download URL: acuris_mcp-1.0.0.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d0e04633a7b34a28898cb587ad808f9ca716eb51b89dc9d84c67c3d1153a289a
|
|
| MD5 |
41edb575ea7919a9669a139656c9a60b
|
|
| BLAKE2b-256 |
d9ad290450a489b0803b26c02d2bcd6c5bbe227b5f206c056463005b5aa897cb
|
File details
Details for the file acuris_mcp-1.0.0-py3-none-any.whl.
File metadata
- Download URL: acuris_mcp-1.0.0-py3-none-any.whl
- Upload date:
- Size: 10.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e13fa6ac2870ba25260b906ce7ef1821c289a01acee2d3d213b64a2bbf787772
|
|
| MD5 |
817b7e3be854810d9977ec7f5b09e970
|
|
| BLAKE2b-256 |
f53c1c7dc8bf5b0a48434a261bfc9e37683d07672645fef70273c35ed53731df
|