Arcgis Authentication

🌐Community
by saschabrunnerch · vlatest · Repository

This skill securely authenticates users against ArcGIS systems, streamlining access and bolstering application security for ArcGIS-based workflows.

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-authentication npx -- -y @trustedskills/arcgis-authentication
2

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

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

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

About This Skill

What it does

This skill enables AI agents to authenticate with ArcGIS services. It facilitates secure access to geospatial data and functionality, allowing agents to perform tasks like querying feature layers or editing maps on behalf of a user. The authentication process leverages ArcGIS credentials for controlled and authorized interactions within the ArcGIS ecosystem.

When to use it

  • Automated Data Extraction: Retrieve specific geographic data from an ArcGIS Feature Service without manual login.
  • Geographic Task Automation: Perform automated edits or analyses on ArcGIS maps, such as updating feature attributes based on external data sources.
  • Secure Geospatial Queries: Execute complex spatial queries against ArcGIS services while maintaining user-level access controls.
  • Map Editing and Management: Allow an AI agent to modify map content or settings within an ArcGIS Online or Enterprise environment.

Key capabilities

  • ArcGIS Authentication
  • Secure Access to Geospatial Data
  • User-Level Access Controls
  • Integration with ArcGIS Services

Example prompts

  • "Authenticate with ArcGIS using username 'myuser' and password 'mypassword'."
  • "Query the population data for California from the ArcGIS Feature Service."
  • "Update the attribute 'status' to 'approved' for all parcels in this zone within my ArcGIS Online account."

Tips & gotchas

  • Requires valid ArcGIS credentials (username and password). Store these securely.
  • The skill’s functionality is dependent on the permissions granted to the associated ArcGIS user account.

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
16

🌐 Community

Passed automated security scans.