Skip to main content
Glama

GIS Data Conversion MCP

GIS数据转换MCP

铁匠徽章

无标题设计的副本

GIS 数据转换 MCP 是一个 MCP(模型上下文协议)服务器,它允许 LLM 访问地理数据转换工具。

该服务器使用各种 GIS 库,允许 LLM 在不同的地理数据格式、坐标系统和空间参考之间进行转换。

特征

  • 反向地理编码- 将坐标转换为位置信息

  • WKT/GeoJSON 转换- 在已知文本和 GeoJSON 格式之间转换

  • CSV/GeoJSON 转换- 将带有坐标的表格数据转换为 GeoJSON,反之亦然

  • TopoJSON/GeoJSON 转换- 在 GeoJSON 和 TopoJSON(保留拓扑的格式)之间转换

  • KML/GeoJSON 转换- 将 KML 文件转换为 GeoJSON 格式

演示

反向地理编码

https://github.com/user-attachments/assets/e21b10c3-bb67-4322-9742-efa8c7d8b332

TopoJSON 到 GeoJSON

https://github.com/user-attachments/assets/a5d56051-8aed-48bb-8de1-820df8d34fe3

安装

要将此服务器与 Claude Desktop 一起使用,您需要在 MCP 设置中对其进行配置:

**对于 macOS:**编辑'~/Library/Application Support/Claude/claude_desktop_config.json'文件

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

**对于 Windows:**编辑%APPDATA%\Claude\settings\claude_mcp_settings.json文件

**对于 Linux:**编辑~/.config/Claude/settings/claude_mcp_settings.json文件,将/path/to/axe-mcp-server/build/index.js替换为已编译服务器文件的实际路径。

可用工具

wkt_到_geojson

将已知文本 (WKT) 转换为 GeoJSON 格式。

geojson_to_wkt

将 GeoJSON 转换为 Well-Known Text (WKT) 格式。

csv_到_geojson

将包含地理数据的 CSV 转换为 GeoJSON。

参数:

  • csv (必需):要转换的 CSV 字符串

  • latfield (必填):纬度字段名称

  • lonfield (必填):经度字段名称

  • delimiter (可选):CSV 分隔符(默认为逗号)

geojson_to_csv

将 GeoJSON 转换为 CSV 格式。

geojson_to_topojson

将 GeoJSON 转换为 TopoJSON 格式(具有共享边界,更加紧凑)。

参数:

  • geojson (必需):要转换的 GeoJSON 对象

  • objectName (可选):要创建的 TopoJSON 对象的名称(默认值:“data”)

  • quantization (可选):简化的量化参数(默认值:1e4,0 为禁用)

topojson_to_geojson

将 TopoJSON 转换为 GeoJSON 格式。

参数:

  • geojson (必需):要转换的 GeoJSON 对象

  • objectName (可选):要创建的 TopoJSON 对象的名称(默认值:“data”)

kml_到_geojson

将 KML 转换为 GeoJSON 格式。

geojson_to_kml

将 GeoJSON 转换为 KML 格式。

坐标到位置

使用反向地理编码将纬度/经度坐标转换为位置名称。

依赖项

  • @modelcontextprotocol/sdk

  • 知名

  • csv2geojson

  • topojson-客户端

  • topojson服务器

  • @tmcw/togeojson

  • XMLDOM

Deploy Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

MCP 服务器允许 LLM 访问地理数据转换工具,实现 WKT、GeoJSON、CSV、TopoJSON 和 KML 等不同格式之间的转换,以及执行反向地理编码。

  1. 特征
    1. 演示
      1. 反向地理编码
      2. TopoJSON 到 GeoJSON
    2. 安装
      1. 可用工具
        1. wkt_到_geojson
        2. geojson_to_wkt
        3. csv_到_geojson
        4. geojson_to_csv
        5. geojson_to_topojson
        6. topojson_to_geojson
        7. kml_到_geojson
        8. geojson_to_kml
        9. 坐标到位置
      2. 依赖项

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          A powerful MCP server for fetching and transforming web content into various formats (HTML, JSON, Markdown, Plain Text) with ease.
          Last updated -
          4
          1,095
          37
          MIT License
          • Apple
          • Linux
        • -
          security
          A
          license
          -
          quality
          A MCP server that transforms code repositories from GitHub, GitLab, or local directories into LLM-friendly formats, preserving context and structure for better AI processing.
          Last updated -
          3
          10
          Apache 2.0
        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol (MCP) based geographic processing server that provides spatial analysis functions including coordinate system conversions, distance calculations, and area calculations.
          Last updated -
          3
          33
          2
          MIT License
        • A
          security
          A
          license
          A
          quality
          A meta-MCP server that manages and aggregates other MCP servers, enabling LLMs to dynamically extend their own capabilities by searching for, adding, and configuring tool servers.
          Last updated -
          16
          80
          AGPL 3.0
          • Linux
          • Apple

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/ronantakizawa/gis-dataconvertersion-mcp'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server