Skip to main content
Glama

GIS Data Conversion MCP

GISデータ変換MCP

無題のデザインのコピー

GIS データ変換 MCP は、LLM に地理データ変換ツールへのアクセスを提供する MCP (モデル コンテキスト プロトコル) サーバーです。

このサーバーはさまざまな GIS ライブラリを使用して、LLM がさまざまな地理データ形式、座標系、空間参照間で変換できるようにします。

特徴

  • 逆ジオコーディング- 座標を位置情報に変換する
  • WKT/GeoJSON 変換- Well-Known Text 形式と 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_to_geojson

Well-Known Text (WKT) を GeoJSON 形式に変換します。

geojson_to_wkt

GeoJSON を Well-Known Text (WKT) 形式に変換します。

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 形式に変換します。

場所の座標

逆ジオコーディングを使用して緯度/経度座標を場所の名前に変換します。

依存関係

  • @モデルコンテキストプロトコル/sdk
  • よく知られている
  • csv2geojson
  • topojsonクライアント
  • topojsonサーバー
  • @tmcw/togeojson
  • XMLDOM
Deploy Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

LLM に地理データ変換ツールへのアクセスを提供し、WKT、GeoJSON、CSV、TopoJSON、KML などのさまざまな形式間の変換や、逆ジオコーディングの実行を可能にする MCP サーバー。

  1. 特徴
    1. デモ
      1. 逆ジオコーディング
      2. TopoJSON から GeoJSON へ
    2. インストール
      1. 利用可能なツール
        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. 場所の座標
      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,069
          36
          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
          30
          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
          71
          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