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 形式に変換します
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_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
Maintenance
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
- AlicenseNot gradedqualityCmaintenanceA 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.4MIT
- AlicenseNot gradedqualityFmaintenanceAn 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.114MIT
- AlicenseBqualityDmaintenanceA 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.303MIT
- AlicenseNot gradedqualityCmaintenanceAn 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
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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