GIS Data Conversion MCP

Integrations

  • Supports installation on Linux systems with specific configuration paths for Claude Desktop integration

  • Supports installation on macOS systems with specific configuration paths for Claude Desktop integration

  • Supports processing of XML-based formats through KML conversion capabilities

GIS 데이터 변환 MCP

GIS 데이터 변환 MCP는 LLM이 지리 데이터 변환 도구에 액세스할 수 있도록 하는 MCP(모델 컨텍스트 프로토콜) 서버입니다.

이 서버는 다양한 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' 파일을 편집하세요.

지엑스피1

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_to_geojson

잘 알려진 텍스트(WKT)를 GeoJSON 형식으로 변환합니다.

geojson_to_wkt

GeoJSON을 WKT(Well-Known Text) 형식으로 변환합니다.

csv_to_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_to_geojson

KML을 GeoJSON 형식으로 변환합니다.

geojson_to_kml

GeoJSON을 KML 형식으로 변환합니다.

위치 좌표

역방향 지오코딩을 사용하여 위도/경도 좌표를 위치 이름으로 변환합니다.

종속성

  • @modelcontextprotocol/sdk
  • 잘 알려진
  • csv2geojson
  • topojson-클라이언트
  • topojson-server
  • @tmcw/togeojson
  • xmldom

You must be authenticated.

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

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

LLM에 지리 데이터 변환 도구에 대한 액세스를 제공하는 MCP 서버로, WKT, GeoJSON, CSV, TopoJSON, KML 등 다양한 형식 간의 변환을 가능하게 하고 역방향 지오코딩을 수행합니다.

  1. Features
    1. Demo
      1. Reverse Geocoding
      2. TopoJSON to GeoJSON
    2. Installation
      1. Available Tools
        1. wkt_to_geojson
        2. geojson_to_wkt
        3. csv_to_geojson
        4. geojson_to_csv
        5. geojson_to_topojson
        6. topojson_to_geojson
        7. kml_to_geojson
        8. geojson_to_kml
        9. coordinates_to_location
      2. Dependencies

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          An MCP server that enables LLMs to perform blockchain operations on the Base network through natural language commands, including wallet management, balance checking, and transaction execution.
          Last updated -
          4
          4
          1
          TypeScript
          MIT License
          • Apple
        • -
          security
          A
          license
          -
          quality
          MCP server that enables LLMs to interact with Tripadvisor API, supporting location data, reviews, and photos through standardized MCP interfaces
          Last updated -
          Python
          MIT License
          • Linux
          • Apple
        • -
          security
          -
          license
          -
          quality
          An MCP server that enables LLMs to autonomously reverse engineer applications through Cutter, allowing them to decompile binaries, analyze code, and rename methods programmatically.
          Last updated -
          1
          Python
          Apache 2.0
        • -
          security
          F
          license
          -
          quality
          A Python-based MCP server that provides coordinate conversion between latitude/longitude and UTM/TWD97, along with various civil engineering calculation tools for LLM and AI application integration.
          Last updated -
          1
          Python
          • Linux
          • Apple

        View all related MCP servers

        ID: nemha7gsr0