Weavz
ArcGIS / Esri REST

ArcGIS / Esri REST

Query and edit Esri ArcGIS Feature Service layers, including feature create, update, delete, and change polling.

4 tools
1 trigger
Use withChatGPTClaudeClaude CodeCursorCodexMCP clientsSetup guide

Tools

Name
query_features

Query an ArcGIS Feature Service layer with where, geometry, fields, and pagination options.

add_features

Add one or more features to an edit-enabled ArcGIS Feature Service layer.

update_features

Update one or more features in an edit-enabled ArcGIS Feature Service layer.

delete_features

Delete features from an edit-enabled ArcGIS Feature Service layer by object IDs or a precise where clause.

Triggers

Name
changed_features

Poll an ArcGIS layer for features with a date field newer than the previous poll.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('arcgis', 'query_features', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'arcgis',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect ArcGIS / Esri REST to my app?

Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does ArcGIS / Esri REST support?

ArcGIS / Esri REST supports 4 tools including Query Features, Add Features, Update Features, Delete Features.

Can I use ArcGIS / Esri REST with AI agents?

Yes. Add ArcGIS / Esri REST to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

How do I connect ArcGIS / Esri REST to ChatGPT or Claude?

Open the Weavz connector setup, sign in, choose a workspace, and add ArcGIS / Esri REST as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped ArcGIS / Esri REST tools exposed by that workspace.

Does ArcGIS / Esri REST work with Claude Code, Cursor, Codex, and local agents?

Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved ArcGIS / Esri REST work, and execute Code Mode workflows from a terminal.

What can I ask an AI agent to do with ArcGIS / Esri REST?

ArcGIS / Esri REST exposes 4 tools, including Query Features, Add Features, Update Features, Delete Features. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.

Can ArcGIS / Esri REST be used in stateful agent workflows?

Yes. Agents can combine ArcGIS / Esri REST tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does ArcGIS / Esri REST use?

ArcGIS / Esri REST uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the ArcGIS / Esri REST integration cost?

The ArcGIS / Esri REST integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does ArcGIS / Esri REST support?

ArcGIS / Esri REST supports 1 triggers including Changed Features.

Connect ArcGIS / Esri REST in minutes

Get 20,000 free action executions every month. No credit card required.