Loading languages...
GE

GeoDataProcessor-MCP

@MpLebron

地理数据处理 MCP Server 是一个基于 Model Context Protocol (MCP) 的服务器,提供了一系列地理数据处理工具的接口。该服务器允许大型语言模型(如 Claude)通过标准化的接口访问和调用各种地理数据处理功能,包括 WhiteBox 和 SAGA GIS 提供的地理数据处理服务。

地理数据处理
MCP
GIS
Claude
Python

# mcpServer Config

{
  "mcpServers": {
    "geoDataProcessor": {
      "command": "python",
      "args": [
        "/absolute/path/to/server/geoDataProcessor.py"
      ]
    }
  }
}

# stdio

python server/geoDataProcessor.py
Transport:
stdio
语言:
Python
创建时间:4/18/2025
更新时间:4/18/2025