ArcGIS

ArcGIS MCP Connector for Claude

A+

Access GIS services via ArcGIS — geocode addresses, search places, get routes, check elevation and discover basemap styles from any AI agent.

6 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect to ArcGIS location services through any AI agent and explore geographic data through natural conversation.

What you can do

  • Geocoding — Convert street addresses and place names to coordinates (lat/lon) with high accuracy
  • Reverse Geocoding — Convert GPS coordinates to human-readable addresses
  • Place Search — Find nearby points of interest (restaurants, hotels, gas stations, hospitals) by category
  • Routing — Calculate driving directions between locations with distance and travel time
  • Elevation — Get elevation data for any location on Earth
  • Basemap Styles — Discover available map styles for visualization projects

How it works

  1. Subscribe to this server
  2. Enter your ArcGIS API Key
  3. Start exploring geographic data from Claude, Cursor, or any MCP-compatible client

No more navigating complex GIS software to find coordinates or calculate routes. Your AI acts as a dedicated geospatial analyst.

Who is this for?

  • Developers — quickly geocode addresses, calculate routes and find places without writing complex GIS code
  • Analysts — explore elevation data, reverse geocode coordinates and discover nearby points of interest
  • Travel Planners — get driving directions, estimate travel times and find places along the route
  • Researchers — access geographic data for academic work, urban planning and geographic studies
gisspatial-analysismappingroutinglocation-intelligencegeospatial-data

6 tools expose this connector's capabilities to your AI agent.

geocode_address

Accepts free-form address text like "1600 Pennsylvania Ave, Washington DC" or "Eiffel Tower, Paris". Returns candidate matches with coordinates, address components and confidence scores. Useful for mapping and location-based queries. Geocode an address to coordinates

get_basemap_styles

Each style includes its name, description, thumbnail URL and style ID. Useful for discovering map styles for visualization projects. List available basemap styles

get_elevation

Accepts locations as semicolon-separated "longitude,latitude" pairs. Returns elevation in meters for each location. Useful for terrain analysis, hiking planning and geographic research. Get elevation data for locations

get_route

Stops are specified as semicolon-separated "longitude,latitude" pairs (e.g. "-77.0365,38.8977;-74.0060,40.7128" for Washington DC to NYC). Optionally set travel mode (driving, trucking, walking). Returns route geometry, total distance, total travel time and turn-by-turn directions. Get driving directions between stops

reverse_geocode

Accepts location as "longitude,latitude" (e.g. "-77.0365,38.8977" for Washington DC). Returns the nearest address, place name and location details. Useful for identifying locations from GPS coordinates. Reverse geocode coordinates to address

search_places

Accepts a location ("longitude,latitude") and optional category (e.g. "Coffee Shop", "Restaurant", "Gas Station", "Hotel", "Hospital") and search radius in meters. Returns nearby places with names, addresses, categories and distances. Search for places near a location

See how to talk to your AI agent using ArcGIS.

Geocode the address '1600 Pennsylvania Ave, Washington DC'.

Found: 1600 Pennsylvania Ave NW, Washington, DC 20500 at coordinates -77.0365, 38.8977. Confidence: 100%. This is the White House.

Find coffee shops near San Francisco coordinates -122.4194,37.7749.

Found 8 coffee shops within 1km: Blue Bottle Coffee (0.2km), Sightglass Coffee (0.3km), Ritual Coffee Roasters (0.4km), Four Barrel Coffee (0.5km), and 4 more. Each with address and distance info.

Get driving directions from Washington DC to New York City.

Route from DC to NYC: 225 miles, estimated 3 hours 45 minutes driving time. Route goes through Baltimore, Philadelphia and into Manhattan. Total tolls approximately $45.

Log in to the [**ArcGIS Developer Dashboard**](https://developers.arcgis.com/dashboard/), create or select an application, and generate an API key. Configure the scopes you need (geocoding, routing, places, elevation). Free tier includes generous usage limits.

Related Connectors