Integrate ArcGIS Online MCP server into your Slack workspace for instant access to your AI agent.
Tools that your AI agent can use through this MCP server to interact with ArcGIS Online
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 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
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
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
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 all layers in a Feature Service. Returns each layer's id, name, geometry type, and type. See the documentation
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 accessible to the authenticated user. By default only returns services within the user's organization. See the documentation