arcgis-location-services
An Esri-hosted Model Context Protocol server that exposes ArcGIS Location Services — geocoding, routing, elevation, static maps and GeoEnrichment — to MCP-compliant clients and AI agents without calling the ArcGIS REST APIs directly. Announced in the July 2026 ArcGIS Location Platform release; still labelled beta and gated behind an "Allow beta access" portal privilege.
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Endpoint
Hosted endpoint · transport http
Connect
This is a remote MCP server — point an MCP client at the endpoint URL. Clients with native remote support (Claude, Cursor, VS Code, …):
For stdio-only clients (older Claude Desktop, etc.), bridge with mcp-remote:
If the server requires authentication, add the provider's token/header (e.g. an X-API-Key) per its docs. A quick reachability check:
Tools
find_address_candidates— Takes an address or place string and returns coordinates.reverse_geocode— Converts coordinates to the nearest address.solve_route— Solves a route between a start and end point, with optional intermediate stops and the ability to specify departure time for more accurate results.elevation_at_locations— Get the elevation for a given point (latitude and longitude) using the WGS84 coordinate system.map_with_overlay— Returns a static map in an ArcGIS Basemap style with points, polylines and/or polygons.get_topic_fields— Returns a set of fields for a topic (e.g. "population") that are available for a specified country. Not all topics are available for every country.describe_location— Describes the specified location using the fields obtained from get_topic_fields.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.
Work with this as data
Every MCP server here is available over the APIs.io API and to AI agents over MCP.