LIVE ENDPOINT
https://api.acuris-geo.com/mcp
Connect to this endpoint to inspect the live schema for reverse_geocode and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.acuris-geo]
url = "https://api.acuris-geo.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"acuris-geo": {
"type": "http",
"url": "https://api.acuris-geo.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: acuris-geo
Remote MCP URL: https://api.acuris-geo.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"acuris-geo": {
"url": "https://api.acuris-geo.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"acuris-geo": {
"type": "http",
"url": "https://api.acuris-geo.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "acuris-geo",
"transport": "streamable-http",
"url": "https://api.acuris-geo.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
validate_address— Validate and standardize one postal address (240+ countries; UK via the official Royal Mail PAF with UDPRN + UPRN).validate_addresses_batch— Validate up to 50 addresses in one call (mixed countries allowed).enrich_us_ca_address— Address → census & geographic codes (USA + Canada), FREE with validation.geocode_address— Forward-geocode an address to coordinates (lat/lng) with an explicit accuracy_type — you always know what you got.expand_uk_postcode— Expand a UK postcode into every Royal Mail delivery point at that postcode — organisation, building, street, town, county, plus UDPRN, UPRN and rooftop coordinates for each address.check_balance— Show the connected API key's remaining credit balances (validation, geocode, email, phone pools; trial expiry; the UK free-trial PAF counter for trial keys).request_trial_key— Get an instant FREE Acuris trial API key — 100 credits, valid 7 days, no card, no signup form.