Acuris 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 MCP ServerValidate this address: 10 Downing Street, London, SW1A 2AA"
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 MCP Server
Model Context Protocol server for the Acuris Address Validation & Geocoding API. Plug Acuris into Claude Desktop, Claude Code, Cursor, or any MCP-aware client and your agent gains four address tools:
Tool | What it does |
| Validate any postal address in 240+ countries. Returns standardised address, rooftop coordinates, confidence score (A-F), UDPRN + UPRN for UK. |
| Given a UK postcode, return every Royal Mail PAF delivery point at it. |
| Convert an address into latitude + longitude. |
| Convert a lat/lng into the nearest known address. |
Quick start
Get a free API key (100 free validations, 100 free geocodes, 7 days, no credit card) at api.acuris-geo.com/register.
Claude Desktop
Add this to claude_desktop_config.json:
{
"mcpServers": {
"acuris": {
"command": "npx",
"args": ["-y", "@acuris-geo/mcp-server"],
"env": { "ACURIS_API_KEY": "acu_…" }
}
}
}Restart Claude Desktop. The four tools appear under the "Acuris" server.
Claude Code
claude mcp add acuris -e ACURIS_API_KEY=acu_… -- npx -y @acuris-geo/mcp-serverCursor / Codex / any MCP client
The server speaks plain stdio MCP. Point your client at:
ACURIS_API_KEY=acu_… npx -y @acuris-geo/mcp-serverRelated MCP server: Postio
Example prompts
After installing, try:
Validate this address: 10 Downing Street, London, SW1A 2AA
Look up every address at the UK postcode M1 1AD
What's the rooftop coordinate for the Reichstag, Berlin?
What address is at 51.5036, -0.1277?
The agent picks the right tool, calls it, and reads the JSON back to you.
Why an MCP server?
No other UK / EU address-validation provider (Ideal Postcodes, Loqate, Smarty, postcoder, getaddress.io) ships an MCP server today. If your team builds with agentic IDEs, Acuris is the only AV provider that hands you a first-class integration.
API surface
The server talks to:
POST https://api.acuris-geo.com/validatePOST https://api.acuris-geo.com/postcode-lookup(GBR — proxied topaf.acuris-geo.cominternally)GET https://api.acuris-geo.com/geocodeGET https://api.acuris-geo.com/reverse
UK requests are automatically routed to our PAF satellite (paf.acuris-geo.com) where the licensed Royal Mail PAF dataset lives. The caller doesn't need to know this.
Development
npm install
npm run build
ACURIS_API_KEY=test node dist/index.js # smoke-test with the public test keyLicense
MIT. Source: https://github.com/Acuris-GmbH/acuris-mcp-server.
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
- AlicenseBqualityDmaintenanceA comprehensive MCP server providing 30 tools for geocoding, routing, and OpenStreetMap data analysis. It enables AI assistants to search for locations, calculate travel routes, and perform quality assurance checks on map data.303MIT
- 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.MIT

Ready APIsofficial
Alicense-qualityCmaintenanceMCP tools for geo, email, phone, company, DNS, FX, equities, weather, tax, economics, and intelligence — streamable HTTP, one API key.MIT- Alicense-qualityCmaintenanceA hosted MCP server for French address data quality, geocoding, and routing, allowing LLMs to verify, normalize, search addresses, and compute routes using official open data sources.3MIT
Related MCP Connectors
Address validation & geocoding for AI agents: 240+ countries, UK PAF, free US/CA enrichment
Google Maps MCP Pack — geocoding, places, directions, distance matrix, elevation.
350+ production-ready APIs through one MCP server — weather, geocoding, validation, financial data.
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-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server