Skip to main content
Glama
ronantakizawa

GIS Data Conversion MCP

GIS 데이터 변환 MCP

대장간 배지

제목 없는 디자인의 사본

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

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

지엑스피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

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