MCP server for Acuris Address Validation & Geocoding — 240+ countries, UK Royal Mail PAF, geocode/reverse. validate_address, postcode_lookup, geocode, reverse_geocode tools for Claude, Cursor & any MCP client.
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"acuris-mcp-server": {
"command": "npx",
"args": [
"-y",
"Acuris-GmbH/acuris-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add acuris-mcp-server npx -y Acuris-GmbH/acuris-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"acuris-mcp-server": {
"command": "npx",
"args": [
"-y",
"Acuris-GmbH/acuris-mcp-server"
]
}
}
}
📋 Copy
Topics
address-validation agent-tools anthropic api claude claude-code cursor geocoding llm-tools mcp mcp-server model-context-protocol reverse-geocoding royal-mail-paf