Skip to main content
Glama
lwsinclair

ArcGIS Location Services MCP Server

by lwsinclair

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ARCGIS_LOCATION_SERVICE_API_KEYYesYour ArcGIS Developer API key

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_basemap_tileB

Access static basemap tiles service with different styles.

Args:
    version: API version (default: v1)
    style_base: The base style category (default: arcgis)
    style_name: Map style name (e.g., navigation, streets, satellite)
    row: Tile row coordinate
    level: Zoom level
    column: Tile column coordinate
find_nearby_placesB

Find nearby places and points of interest with optional detailed information.

Args:
    x: Longitude of the center point (e.g., -122.4194)
    y: Latitude of the center point (e.g., 37.7749)
    pageSize: Number of results to return (default: 20)
    categories: Optional category filter (e.g., "restaurant", "hotel", "coffee")
    radius: Search radius in meters (default: 5000)
    includeDetails: Whether to include full details for each place (default: False)
    detailsLimit: Maximum number of places to get details for when includeDetails=True (default: 3)
geocodeB

Search for an address, place or point of interest.

Args:
    singleLine: Complete address in a single string (e.g., "1600 Pennsylvania Ave NW, DC")
    address: Place name or address (e.g., "Starbucks" or "380 New York St")
    location: Optional point to search near, as "longitude,latitude" (e.g., "-122.4194,37.7749")
    category: Optional POI category to search for (e.g., "gas station")
    outFields: Fields to return in the response (default: all fields)
reverse_geocodeA

Convert geographic coordinates to an address.

Args:
    location: Location as "longitude,latitude" (e.g., "-79.3871,43.6426")
    outFields: Fields to include in the response (default: all fields)
get_directionsA

Get detailed turn-by-turn directions between locations.

Args:
    stops: Two or more locations as a semicolon-separated list of "longitude,latitude" pairs
          (e.g., "-122.68782,45.51238;-122.690176,45.522054")
get_elevationA

Get elevation for locations on land or water.

Args:
    lon: Longitude of a single point (e.g., -117.195)
    lat: Latitude of a single point (e.g., 34.065)
    coordinates: JSON array of [lon, lat] pairs for multiple points (e.g., "[[-117.182, 34.0555],[-117.185, 34.057]]")
    relativeTo: Reference point for elevation measurement (e.g., "meanSeaLevel", "ellipsoid")

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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