Acuris Geo MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Acuris Geo MCP ServerValidate 1600 Amphitheatre Pkwy, Mountain View, CA with census enrichment"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Related MCP server: PostalDataPI MCP Server
Tools
Tool | What it does | Cost |
| 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 |
| Up to 50 addresses per call, mixed countries. Results in input order. | 1 credit / row |
| 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) |
| Forward geocoding with an explicit | 1 credit |
| Coordinates → nearest addresses with distances. | 1 credit |
| UK postcode → every Royal Mail delivery point (organisation, UDPRN, UPRN, rooftop coordinates). | 1 credit / postcode |
| Remaining credit balances for the connected key. | free |
| 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 --stdioClaude 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
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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceEnables AI assistants to search, validate, and retrieve Australian postcode and suburb data with intelligent fuzzy matching for handling misspellings and voice queries. Provides comprehensive location services including geographic search, Local Government Area queries, and suburb-postcode validation for customer service interactions.Last updated5
- AlicenseAqualityCmaintenanceGlobal postal code lookups, validation, and city search for 240+ countries with timezone, admin region, and elevation metadata. Sub-10ms responses at $0.000028/query with 1,000 free queries on signup.Last updated41MIT
- Alicense-qualityCmaintenanceUK address (Royal Mail PAF), email, and phone (live HLR carrier) validation via the Postio API. Six tools: address search, postcode lookup, UDPRN, email validate, phone validate, and a health probe.Last updatedMIT

Acuris MCP Serverofficial
AlicenseAqualityFmaintenanceEnables address validation, geocoding, postcode lookup, and reverse geocoding in 240+ countries, including UK Royal Mail PAF data, through four tools for MCP-aware clients.Last updated458MIT
Related MCP Connectors
Validation suite: EU VAT (VIES), IBAN mod-97, email (MX+disposable), geo place lookup, VIN decode.
Free GeoNames MCP: countries, cities, POIs, distance & nearby. Remote HTTP + agent token signup.
French address quality, geocoding & routing from official data (BAN, INSEE, OpenStreetMap).
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Acuris-GmbH/acuris-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server