Arcgis Rest Services

🌐Community
by saschabrunnerch · vlatest · Repository

Access and query ArcGIS REST services to retrieve geospatial data and perform analysis programmatically.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add arcgis-rest-services npx -- -y @trustedskills/arcgis-rest-services
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "arcgis-rest-services": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/arcgis-rest-services"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows AI agents to interact with ArcGIS REST services. It enables querying geographic data, performing spatial analysis, and integrating mapping functionality into applications through programmatic access to ArcGIS resources. The agent can retrieve feature sets, analyze geometries, and leverage geoprocessing services hosted on ArcGIS platforms.

When to use it

  • Geographic Data Retrieval: When you need to pull specific data from an ArcGIS map service based on criteria like location or attribute values (e.g., "Get all hospitals within a 5-mile radius of this address").
  • Spatial Analysis: To perform tasks such as finding the nearest facility, calculating distances between points, or identifying areas of interest using ArcGIS's geoprocessing capabilities.
  • Mapping Integration: When building applications that require displaying and interacting with geographic data from ArcGIS servers (e.g., "Show me a map highlighting areas affected by recent flooding").
  • Automated Reporting: Generate reports based on spatial queries and analysis performed against ArcGIS data sources.

Key capabilities

  • Querying feature sets
  • Performing spatial analysis
  • Accessing geoprocessing services
  • Retrieving geographic data

Example prompts

  • "Find all parks within 1 kilometer of the Eiffel Tower."
  • "What is the population density in this zip code, according to the latest census data from ArcGIS?"
  • "Run a buffer analysis on these points with a radius of 100 meters using the ArcGIS geoprocessing service."

Tips & gotchas

  • Requires familiarity with ArcGIS REST API endpoints and parameters. You may need to provide specific URLs or service IDs for successful operation.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
saschabrunnerch
Installs
3

🌐 Community

Passed automated security scans.