MCP.so
登录

GIS Data Conversion MCP

@ronantakizawa

关于 GIS Data Conversion MCP

An MCP server for converting GIS filetypes (1000+ Downloads)

基本信息

分类

数据与分析

许可证

MIT

运行时

node

传输方式

stdio

发布者

ronantakizawa

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "gis-dataconversion-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "a11y-mcp-server"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is GIS Data Conversion MCP?

GIS Data Conversion MCP is an MCP server that gives LLMs access to geographic data conversion tools. It uses various GIS libraries to convert between different geographic data formats, coordinate systems, and spatial references, and also provides reverse geocoding.

How to use GIS Data Conversion MCP?

Configure the server in your MCP settings file (macOS: ~/Library/Application Support/Claude/claude_desktop_config.json, Windows: %APPDATA%\Claude\settings\claude_mcp_settings.json, Linux: ~/.config/Claude/settings/claude_mcp_settings.json) with the command npx, arguments ["-y", "a11y-mcp-server"], and the server key gis-dataconversion-mcp. Once configured, the LLM can call tools such as wkt_to_geojson, csv_to_geojson, topojson_to_geojson, kml_to_geojson, and coordinates_to_location.

评论

数据与分析 分类下的更多 MCP 服务器