Claude Code Skills·Claude Skills·The open SKILL.md registry for Claude
ClaudSkillsArcadeMCP Servers › @acuris-geo/mcp-server

@acuris-geo/mcp-server

Model Context Protocol server for Acuris Address Validation & Geocoding. Exposes validate_address, postcode_lookup, geocode, and reverse_geocode as MCP tools — install in Claude Desktop, Claude Code, Cursor, or any MCP-aware client.

MCP · npx unknown

Install

MCP server — add to your Claude Code config (typically ~/.claude/mcp_settings.json or ~/Library/Application Support/Claude/claude_desktop_config.json):

{
  "mcpServers": {
    "acuris-geo-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@acuris-geo/mcp-server"
      ]
    }
  }
}

Or smoke-test directly:

npx -y @acuris-geo/mcp-server

Security & trust

Local (stdio) unknown

Runs on your machine via npx — it executes with your shell environment and credentials. Review the source before installing.

Source: Acuris-GmbH/acuris-mcp-server.git. This is a structural risk profile — how the server runs and where it's published — not a static code scan (the catalog doesn't hold the server's source). How we think about agent security ›

Details

Websitehttps://www.npmjs.com/package/@acuris-geo/mcp-server
GitHubgit+https://github.com/Acuris-GmbH/acuris-mcp-server.git
Licenseunknown
Pricingfree
Tagsmcp model-context-protocol acuris address-validation geocoding claude claude-code cursor
Sourcesnpm
Discovered2026-06-10

More in MCP Servers

See all MCP Servers →

ClaudSkills Arcade · All categories · Catalog JSON · CC BY 4.0 · independent of Anthropic PBC