ArcGIS Location Services MCP Server
Provides tools for geocoding, reverse geocoding, finding nearby places, getting directions, elevation data, and accessing basemap tiles through ArcGIS Location Services.
Provides integration with ArcGIS Location Services by Esri, enabling geospatial data operations such as geocoding, directions, and elevation queries.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ArcGIS Location Services MCP Servergeocode the address 1 Infinite Loop, Cupertino, CA"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ArcGIS Location Services MCP Server
MCP Server for ArcGIS Location Services.
Tools
geocodeSearch for an address, place, or point of interest
Inputs:
singleLine(string): Complete address in a single stringaddress(string): Place name or partial addresslocation(string, optional): Nearby point in "longitude,latitude" formatcategory(string, optional): POI category to search for
Returns: Matching locations with addresses, coordinates, and match scores
reverse_geocodeConvert geographic coordinates to an address
Inputs:
location(string): Location as "longitude,latitude"outFields(string, optional): Fields to include in response
Returns: Address information, location type, and address components
find_nearby_placesFind nearby places and points of interest
Inputs:
x(number): Longitude of center pointy(number): Latitude of center pointpageSize(number, optional): Number of results to returncategories(string, optional): Category filterradius(number, optional): Search radius in metersincludeDetails(boolean, optional): Whether to include detailed place informationdetailsLimit(number, optional): Maximum number of places to get details for
Returns: List of places with names, addresses, categories, and optional details
get_directionsGet detailed turn-by-turn directions between locations
Input:
stops(string): Semicolon-separated list of "longitude,latitude" pairs
Returns: Route summary with distance, time, and turn-by-turn directions
get_elevationGet elevation data for locations on land or water
Inputs:
lonandlat(numbers, optional): Coordinates for a single pointcoordinates(string, optional): JSON array of [lon, lat] pairs for multiple pointsrelativeTo(string, optional): Reference point for elevation measurement
Returns: Elevation data with reference datum and spatial reference
get_basemap_tileAccess static basemap tiles service with different styles
Inputs:
version(string, optional): API versionstyle_base(string, optional): Base style categorystyle_name(string, optional): Map style namerow,level,column(numbers, optional): Tile coordinates
Returns: Basemap tile information and status
Related MCP server: Geocoding By API Ninjas
Setup
Installing via Smithery
To install arcgis-location-services-mcp for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @puran1218/arcgis-location-services-mcp --client claudeAPI Key
Get an ArcGIS Developer API key by creating an account at ArcGIS Location Platform and generating an API key.
Usage with Claude Desktop
Add the following to your claude_desktop_config.json in Claude for Desktop:
{
"mcpServers": {
"arcgis-location-services": {
"command": "uv",
"args": [
"--directory",
"C:\\ABSOLUTE\\PATH\\TO\\ArcGIS-Location-Services-MCP-Server",
"run",
"main.py"
],
"env": {
"ARCGIS_LOCATION_SERVICE_API_KEY": "<YOUR_API_KEY>"
}
}
}
}License
This MCP server is provided as-is. Usage of ArcGIS Location Services is subject to Esri's terms of service.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityFmaintenanceEnhances LLM capabilities with location-based services and geospatial data, enabling users to geocode addresses, find nearby points of interest, get directions, optimize meeting points, and analyze neighborhoods.Last updated12214MIT
- AlicenseCqualityDmaintenanceEnables geocoding and reverse geocoding operations to convert city names to coordinates and coordinates to location names using the API Ninjas service.Last updated2MIT

Magic Lane MCP Serverofficial
AlicenseBqualityBmaintenanceEnables AI agents to become geospatially intelligent assistants with tools for location search, smart routing, round trip planning, reverse geocoding, isochrone analysis, route visualization, geofence management, and interactive map display.Last updated8255Apache 2.0- AlicenseAqualityDmaintenanceProvides forward/reverse geocoding, bounding box extraction, nearby places discovery, batch geocoding, route waypoints, and administrative boundary lookup using OpenStreetMap data.Last updated10Apache 2.0
Related MCP Connectors
Geocode, reverse geocode, and run Overpass spatial queries on OpenStreetMap data.
Geocode, reverse geocode, and run Overpass spatial queries on OpenStreetMap data.
Geospatial intelligence with Mapbox APIs like geocoding, POI search, directions, isochrones, etc.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lwsinclair/arcgis-location-services-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server