MCP.so
ログイン

GIS Data Conversion MCP

@ronantakizawa

GIS Data Conversion MCP について

An MCP server for converting GIS filetypes (1000+ Downloads)

基本情報

カテゴリ

データと分析

ライセンス

MIT

ランタイム

node

トランスポート

stdio

公開者

ronantakizawa

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

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

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is GIS Data Conversion MCP?

GIS Data Conversion MCP is an MCP server that gives LLMs access to geographic data conversion tools. It uses various GIS libraries to convert between different geographic data formats, coordinate systems, and spatial references, and also provides reverse geocoding.

How to use GIS Data Conversion MCP?

Configure the server in your MCP settings file (macOS: ~/Library/Application Support/Claude/claude_desktop_config.json, Windows: %APPDATA%\Claude\settings\claude_mcp_settings.json, Linux: ~/.config/Claude/settings/claude_mcp_settings.json) with the command npx, arguments ["-y", "a11y-mcp-server"], and the server key gis-dataconversion-mcp. Once configured, the LLM can call tools such as wkt_to_geojson, csv_to_geojson, topojson_to_geojson, kml_to_geojson, and coordinates_to_location.

コメント

「データと分析」の他のコンテンツ