Skip to main content
Glama
ronantakizawa

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 格式

Related MCP server: geocontext

演示

反向地理编码

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

Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    A geospatial MCP server that provides tools for geocoding, routing, elevation profiles, and spatial analysis. It enables AI agents to process GIS file formats like GeoJSON and Shapefiles while performing complex coordinate transformations and distance calculations.
    4
    MIT
  • A
    license
    Not graded
    quality
    F
    maintenance
    An experimental MCP server providing spatial context for LLMs by interfacing with French Geoplateforme services. It enables tasks such as geocoding, altitude lookups, and querying administrative, cadastral, or urban planning data.
    11
    4
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    A comprehensive MCP server providing 30 tools for geocoding, routing, and OpenStreetMap data analysis. It enables AI assistants to search for locations, calculate travel routes, and perform quality assurance checks on map data.
    30
    3
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    An MCP server that provides live geospatial data such as geocoding, POI search, isochrones, and area density from open data sources to LLM clients like Claude, Cursor, or Claude Code.
    MIT

View all related MCP servers

Related MCP Connectors

  • MCP server for Japan geodata: cadastral lot numbers (chiban) and reverse geocoding, for AI agents.

  • MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.

  • MCP server for AI dialogue using various LLM models via AceDataCloud

View all MCP Connectors

Latest Blog Posts

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-dataconversion-mcp'

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