Acuris Geo MCP Server
Rank #60,347com.acuris-geo/acuris-mcp
Address validation & geocoding for AI agents: 240+ countries, UK PAF, free US/CA enrichment
Acuris Geo MCP Server is a Model Context Protocol (MCP) server published by Acuris-GmbH. It ranks #60,347 of 115,460 servers tracked on MCP Toplist. Acuris Geo MCP Server is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jul 26, 2026 and most recently updated on Jul 26, 2026.
Ranks ahead of 55,113 of 115,460 servers on MCP Toplist.
Use Acuris Geo MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http acuris-mcp https://api.acuris-geo.com/mcp[mcp_servers.acuris-mcp]
url = "https://api.acuris-geo.com/mcp"Add to ~/.codex/config.toml.
https://api.acuris-geo.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"acuris-mcp": {
"url": "https://api.acuris-geo.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"acuris-mcp": {
"type": "http",
"url": "https://api.acuris-geo.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"acuris-mcp": {
"serverUrl": "https://api.acuris-geo.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"acuris-mcp": {
"url": "https://api.acuris-geo.com/mcp"
}
}
}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/com.acuris-geo%2Facuris-mcp)<a href="https://mcptoplist.com/server/com.acuris-geo%2Facuris-mcp"><img src="https://mcptoplist.com/badge/com.acuris-geo%2Facuris-mcp.svg" alt="MCP Toplist: #60,347 of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
Acuris-GmbH
Other servers by Acuris-GmbH
View all Acuris-GmbH servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Jul 26, 2026 |
Frequently asked questions
- Who maintains Acuris Geo MCP Server?
- Acuris Geo MCP Server is maintained by Acuris-GmbH, which publishes 3 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Acuris Geo MCP Server listed on the Official MCP Registry?
- Yes — Acuris Geo MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does Acuris Geo MCP Server have?
- MCP Toplist tracks 1 version of Acuris Geo MCP Server, most recently published on Jul 26, 2026.
- Where can I find the source code for Acuris Geo MCP Server?
- The source code for Acuris Geo MCP Server is hosted at github.com/Acuris-GmbH/acuris-mcp.