ArcGIS Pro Bridge
Integrates ArcGIS Pro capabilities into the Model Context Protocol (MCP) ecosystem, enabling AI agents to interact with GIS environments.
소개
This tool provides a robust framework for connecting ArcGIS Pro with AI agents, specifically GitHub Copilot in Agent mode, or any other MCP client. By running an in-process ArcGIS Pro Add-In that exposes GIS operations via a local IPC channel (Named Pipes), and pairing it with a .NET 8 MCP server that defines these operations as callable tools, it allows for dynamic, natural language interaction with your GIS environment, from querying map details to automating geoprocessing tasks.
주요 기능
- Exposes core ArcGIS Pro functionalities as structured MCP tools (e.g., list layers, count features, zoom)
- Local Inter-Process Communication (IPC) using Named Pipes for secure and efficient data exchange
- Seamless integration with ArcGIS Pro via a dedicated C# Add-In
- 1 GitHub stars
- Extensible architecture for adding custom GIS operations and tools
- Direct compatibility with Visual Studio's Copilot Chat Agent Mode
사용 사례
- Querying and analyzing GIS data within ArcGIS Pro directly from a Copilot Agent chat interface
- Automating repetitive ArcGIS Pro tasks through natural language commands with AI agents
- Developing AI-driven workflows that interact programmatically with spatial data and maps