Connect Your AI Agent with ArcGIS Online for Slack

Integrate ArcGIS Online MCP server into your Slack workspace for instant access to your AI agent.

Back to MCP Servers
ArcGIS Online
ArcGIS Online
Connect people, locations, and data using interactive maps. Work with smart, data-driven styles and intuitive analysis tools. Share your insights with the world or specific groups.

Categories

Data Analytics

Available Tools

Tools that your AI agent can use through this MCP server to interact with ArcGIS Online

Update Row by Object ID

Update a single attribute on a feature identified by OBJECTID using the applyEdits operation. Dropdowns filter to editable layers and fields. See the documentation

Search by Column

Search for features in a layer where a field matches a value. Builds a WHERE field = 'value' query with SQL-escaped single quotes. Returns matching features as a flat array of attribute objects (no geometries). See the documentation

Find Intersecting Features by Search Query

Query one source feature by SQL WHERE clause, then use that feature's geometry to find intersecting records in target layers from the same Feature Service. Returns per-layer attribute arrays. See the documentation

Find Intersecting Features by Object ID

Load a feature by OBJECTID from the source layer, then query target layers in the same Feature Service for spatially intersecting features. Returns per-layer attribute arrays. See the documentation

Find Intersecting Features by Geometry

Query target layers in a Feature Service for records whose geometry intersects an Esri JSON boundary you provide. Supports polygon (rings), polyline (paths), and point (x / y) geometries and returns per-layer attribute arrays. See the documentation

List Layers

List all layers in a Feature Service. Returns each layer's id, name, geometry type, and type. See the documentation

List Layer Fields

List all fields (columns) on a Feature Service layer, including name, alias, type, and whether the field is editable. See the documentation

List Feature Services

List Feature Services accessible to the authenticated user. By default only returns services within the user's organization. See the documentation