ArcGIS Location Services MCP Server
Enables location-based services such as geocoding, reverse geocoding, finding nearby places, directions, elevation, and basemap tiles using ArcGIS Location Services.
README
ArcGIS Location Services MCP Server
MCP Server for ArcGIS Location Services.
Tools
-
geocode- Search 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_geocode- Convert 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_places- Find 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_directions- Get 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_elevation- Get 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_tile- Access 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
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 claude
API 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.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.