ArcGIS MCP. Map Locations, Calculate Routes, Find Elevation Data
Works with every AI agent you already use
…and any MCP-compatible client
Just plug in your AI agents and start using Vinkius.
ArcGIS provides instant access to professional geospatial services right through your AI agent. Quickly convert addresses to coordinates, calculate driving routes with turn-by-turn directions, find nearby points of interest, and retrieve elevation data for any location on Earth.
It’s full geographic intelligence without the complex software setup.
What your AI agents can do
Geocode address
Converts free-form address text into precise latitude and longitude coordinates.
Get basemap styles
Lists available map styles for customizing visualization projects.
Get elevation
Retrieves the altitude in meters for specified coordinates on Earth.
Accept any street address text and return the precise latitude and longitude.
Take coordinates and get back a human-readable physical address.
Identify points of interest, like restaurants or hospitals, around specific coordinates within a given radius.
Plan a multi-stop route and get the total distance, estimated driving time, and turn-by-turn instructions.
Look up how high or low any given set of coordinates is on Earth's surface.
Ask AI about this MCP
Supported MCP Clients
OAuth 2.0 CompatibleWaiting for input…
ArcGIS: 6 Geospatial Data Tools
These tools let you perform every kind of geographic calculation, from simple address lookups to complex multi-stop route planning.
Make your AI actually useful.
Add this MCP to Claude, Cursor, or Windsurf and your AI stops guessing. It gets real tools to look things up, take action, and handle the stuff you keep doing by hand.
Start using ArcGIS on Vinkius019d8417geocode address
Converts free-form address text into precise latitude and longitude coordinates.
019d8417get basemap styles
Lists available map styles for customizing visualization projects.
019d8417get elevation
Retrieves the altitude in meters for specified coordinates on Earth.
019d8417get route
Calculates driving directions between multiple stops, providing distance and time estimates.
019d8417reverse geocode
Takes coordinates and returns the nearest recognizable street address and place name.
019d8417search places
Finds nearby businesses or points of interest based on a location and category filter.
Choose How to Get Started
Build a custom MCP for your own tools, or connect a ready-made integration from our catalog.
Build Your Own
Turn any API into an MCP. Import a spec, define Agent Skills, or deploy with MCPFusion.
- Import from OpenAPI, Swagger, or YAML specs
- Create Agent Skills with progressive disclosure
- Deploy to edge with MCPFusion framework
- Built in DLP, auth, and compliance on every call
- Real time usage dashboard and cost metering
- Publish to catalog or keep private
Make Your AI Do More
Start with ArcGIS, then connect any of our 4,800+ other servers whenever your AI needs more. One click, no limits.
- Use this MCP plus 4,800+ others, all in one place
- Add new capabilities to your AI anytime you want
- Every connection is secured and compliant automatically
- Track usage and costs across all your servers
- Works with Claude, ChatGPT, Cursor, and more
- New servers added to the catalog every week
Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by ArcGIS. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
VINKIUS INFRASTRUCTURE
Cloud Hosted
Managed infra
V8 Isolated
Sandboxed per request
Zero-Trust Proxy
No stored credentials
DLP Enforced
Policy on every call
GDPR Compliant
EU data residency
Token Compression
~60% cost reduction
Works with Claude, ChatGPT, Cursor, and more
The Model Context Protocol standardizes how applications expose capabilities to LLMs. Instead of operating in isolation, your AI gains direct access to external platforms, live data, and real-world actions through secure, standardized connections.
This server provides 6 capabilities that interface natively with Claude, ChatGPT, Cursor, and any MCP client. No middleware. No custom integration required.
Manually collecting location details is a massive time sink.
Think about how many times you've had to open Google Maps, copy coordinates from one tab, paste them into a spreadsheet, and then run a separate query just to find nearby services. It’s constant clicking, switching windows, and manually cross-referencing data points.
With this MCP, the process changes entirely. You tell your agent exactly what you need—say, 'Find all restaurants within 1km of these coordinates.' The agent runs the necessary tools in the background and hands you a clean list with names, addresses, and distances immediately.
The ArcGIS MCP gives you structured location data through natural conversation.
You no longer need to write multi-step functions just to get basic location geometry. You can ask the agent to run `geocode_address` on a raw street name, and then immediately use that result in a call to `get_elevation`, all within one request.
The difference is moving from writing brittle code blocks to having your AI client orchestrate multiple powerful tools—like combining `search_places` with `reverse_geocode`—to solve a complex problem you describe in plain English.
What you can do with this MCP connector
Need to figure out where something is or how to get there? This MCP connects your AI agent to professional mapping services, letting you talk about geography like it's normal conversation. Instead of opening dedicated GIS programs and wrestling with coordinate formats, your agent handles all that messy data work for you.
You can ask it to find coffee shops near a set of coordinates or calculate the best driving path between five different stops across state lines. It’s basically turning a massive mapping database into a natural language conversation. Everything runs through Vinkius, so once you connect your preferred AI client, this ArcGIS MCP becomes one powerful tool in your agent's toolkit.
You get accurate coordinates from addresses, reliable directions with travel times, and deep data like ground elevation—all without writing complex spatial code.
019d8418-0dd4-7021-beb3-1d224ebd3231 How ArcGIS MCP Works
- 1 Subscribe to this MCP and enter your specific ArcGIS API Key.
- 2 Your AI client sends a natural language request (e.g., 'How do I get from A to B?').
- 3 The MCP processes the request using its tools, returning structured data like coordinates, routes, or lists of places back to your agent.
The bottom line is you talk naturally to your AI client and it handles all the complex geographic calculations behind the scenes.
Who Is ArcGIS MCP For?
Anyone who needs location intelligence but doesn't want to write a full geospatial library. This serves the data analyst, the dev building mapping features, or the planner needing real-world coordinates fast.
Needs to incorporate reliable address validation and route geometry calculations into an application without writing complex GIS backend code.
Requires the ability to reverse geocode raw GPS data or calculate elevation changes for site assessments on the fly.
Needs to find nearby points of interest (like gas stations or hospitals) around a study area or map out potential routes for academic work.
What Changes When You Connect
- Stop writing complex address validation logic. The
geocode_addresstool takes any street address and reliably converts it into coordinates for your agent. - Never guess a location's altitude again. Use the
get_elevationtool to pull real-time elevation data, which is critical for terrain analysis or hiking planning. - Turn raw GPS points into usable info. If you only have coordinates, the
reverse_geocodetool tells you exactly what address that point belongs to. - Plan complex journeys instantly. The
get_routefunction calculates multi-stop directions, giving distance and estimated travel time in one call. - Find resources fast. Use
search_placesto locate specific categories of businesses (like 'hospital' or 'coffee shop') near a point you care about. - Customize your output map. The
get_basemap_stylestool lets your agent discover available map styles, perfect for visualization projects.
Real-World Use Cases
A travel company needs to estimate multi-city tour costs.
The planner uses the MCP to run get_route between three major cities. The agent returns total mileage, driving time estimates, and can even use search_places along the route to suggest necessary stops like gas stations.
A developer needs to validate user-submitted addresses.
Instead of relying on unreliable front-end validation, the agent uses geocode_address on every submitted address. This ensures the coordinates are accurate before saving them to the database.
An environmental researcher needs ground data for a survey site.
The researcher provides GPS points and asks the MCP to run get_elevation. The agent returns elevation measurements for all points, allowing immediate comparison of terrain difficulty across the study area.
A sales team needs to map out a new retail district.
The manager uses the MCP to first use search_places to identify nearby commercial centers and then runs reverse_geocode on those points to confirm their exact street address for reporting.
The Tradeoffs
Calculating routes manually in a spreadsheet.
Copying coordinates from different sources, trying to plot them in Excel, and manually calculating distance between points is slow and prone to errors. You lose context and time.
→
Use the get_route tool. Just provide your start and end coordinates (or addresses using geocode_address), and the MCP handles all the complex pathfinding instantly.
Assuming simple address lookup is enough.
Just getting a general location from an address isn't enough. You need to know if it's near critical services or what its actual elevation is for planning purposes.
→
After running geocode_address, chain the request by asking the agent to run search_places and then follow up with get_elevation using the returned coordinates.
Mixing up coordinate input formats.
Trying to feed a mix of latitude/longitude pairs, decimal degrees, or raw addresses into a single API endpoint breaks everything. The system fails because it can't parse the geometry.
→
Always use geocode_address first if your input is text, or ensure you pass coordinates in the required 'longitude,latitude' format when using tools like get_elevation.
When It Fits, When It Doesn't
Use this MCP if your workflow requires real-time geographic data—specifically calculating routes, validating addresses to coordinates, or analyzing elevation. Think of it as having a dedicated geospatial analyst available 24/7 via chat.
Don't use this if all you need is a simple map link or a basic boundary box. For those cases, a standard mapping API might be enough. But if the task involves complex logic like 'What are the nearest hospitals and how long will it take to drive there?', this MCP is the right choice because it groups multiple functions (like search_places and get_route) into one reliable data stream.
Common Questions About ArcGIS MCP
How do I get an ArcGIS API key? +
Log in to the ArcGIS Developer 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.
Can I calculate driving directions? +
Yes! Use get_route with stops specified as semicolon-separated longitude,latitude pairs. For example, '-77.0365,38.8977;-74.0060,40.7128' for Washington DC to NYC. Optionally set travel mode to Driving, Trucking or Walking.
Can I find nearby places? +
Yes! Use search_places with a location (longitude,latitude) and optionally a category like 'Coffee Shop', 'Restaurant', 'Gas Station' or 'Hotel'. Set the radius in meters to control the search area. Returns places with names, addresses, categories and distances.
Can I get elevation data? +
Yes! Use get_elevation with locations specified as semicolon-separated longitude,latitude pairs. Returns elevation in meters for each location. You can query multiple locations in a single request.
What kind of addresses can I pass into the `geocode_address` tool? +
It accepts free-form text, such as '1600 Pennsylvania Ave, Washington DC' or a general place name. The tool returns candidate matches along with confidence scores so you know how accurate the result is for your mapping query.
How does the `reverse_geocode` tool work if I only have coordinates? +
You pass simple 'longitude,latitude' pairs. The service then identifies and returns the nearest human-readable address and place name associated with those specific GPS coordinates.
Can the `get_route` tool handle multiple destinations for driving directions? +
Yes, you specify all your desired stops as semicolon-separated 'longitude,latitude' pairs. The MCP calculates the full route geometry, total distance, and estimated travel time between every single point.
What is the purpose of using the `get_basemap_styles` tool? +
This tool lists all available map styles offered by the service. You can use these style IDs to select the optimal background visualization for your specific mapping or analysis project.
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.