Acuris MCP Server
Rank #57,888io.github.Acuris-GmbH/acuris-mcp-server
Address validation, UK postcode lookup (PAF), geocoding & reverse-geocoding in 240+ countries.
Acuris MCP Server is a Model Context Protocol (MCP) server published by Acuris-GmbH. It ranks #57,888 of 115,460 servers tracked on MCP Toplist. Acuris MCP Server is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on Jun 9, 2026 and most recently updated on Jun 9, 2026.
Ranks ahead of 57,572 of 115,460 servers on MCP Toplist.
Use Acuris MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add acuris-mcp-server -e "ACURIS_API_KEY=<your ACURIS_API_KEY>" -- npx -y @acuris-geo/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.acuris-mcp-server]
command = "npx"
args = ["-y", "@acuris-geo/mcp-server"]
[mcp_servers.acuris-mcp-server.env]
ACURIS_API_KEY = "<your ACURIS_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"acuris-mcp-server": {
"command": "npx",
"args": [
"-y",
"@acuris-geo/mcp-server"
],
"env": {
"ACURIS_API_KEY": "<your ACURIS_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"acuris-mcp-server": {
"command": "npx",
"args": [
"-y",
"@acuris-geo/mcp-server"
],
"env": {
"ACURIS_API_KEY": "<your ACURIS_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"acuris-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@acuris-geo/mcp-server"
],
"env": {
"ACURIS_API_KEY": "<your ACURIS_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"acuris-mcp-server": {
"command": "npx",
"args": [
"-y",
"@acuris-geo/mcp-server"
],
"env": {
"ACURIS_API_KEY": "<your ACURIS_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"acuris-mcp-server": {
"command": "npx",
"args": [
"-y",
"@acuris-geo/mcp-server"
],
"env": {
"ACURIS_API_KEY": "<your ACURIS_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Acuris-GmbH%2Facuris-mcp-server)<a href="https://mcptoplist.com/server/io.github.Acuris-GmbH%2Facuris-mcp-server"><img src="https://mcptoplist.com/badge/io.github.Acuris-GmbH%2Facuris-mcp-server.svg" alt="MCP Toplist: #57,888 of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
Acuris-GmbH
Other servers by Acuris-GmbH
View all Acuris-GmbH servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Jun 9, 2026 |
Frequently asked questions
- Who maintains Acuris MCP Server?
- Acuris MCP Server is maintained by Acuris-GmbH, which publishes 3 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Acuris MCP Server listed on the Official MCP Registry?
- Yes — Acuris MCP Server is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Acuris MCP Server have?
- MCP Toplist tracks 1 version of Acuris MCP Server, most recently published on Jun 9, 2026.
- Where can I find the source code for Acuris MCP Server?
- The source code for Acuris MCP Server is hosted at github.com/acuris-gmbh/acuris-mcp-server.