GIS Data Conversion MCP
GIS-Datenkonvertierung MCP
Das GIS Data Conversion MCP ist ein MCP-Server (Model Context Protocol), der LLMs Zugriff auf Tools zur Konvertierung geografischer Daten gewährt.
Dieser Server verwendet verschiedene GIS-Bibliotheken, um LLMs die Konvertierung zwischen verschiedenen geografischen Datenformaten, Koordinatensystemen und räumlichen Referenzen zu ermöglichen.
Merkmale
Reverse Geocoding - Koordinaten in Standortinformationen umwandeln
WKT/GeoJSON-Konvertierung – Konvertierung zwischen bekannten Text- und GeoJSON-Formaten
CSV/GeoJSON-Konvertierung – Transformieren Sie tabellarische Daten mit Koordinaten in GeoJSON und umgekehrt
TopoJSON/GeoJSON-Konvertierung – Konvertierung zwischen GeoJSON und TopoJSON (topologieerhaltendes Format)
KML/GeoJSON-Konvertierung – Konvertieren Sie KML-Dateien in das GeoJSON-Format
Related MCP server: geocontext
Demo
Rückwärts-Geokodierung
https://github.com/user-attachments/assets/e21b10c3-bb67-4322-9742-efa8c7d8b332
TopoJSON zu GeoJSON
https://github.com/user-attachments/assets/a5d56051-8aed-48bb-8de1-820df8d34fe3
Installation
Um diesen Server mit Claude Desktop zu verwenden, müssen Sie ihn in den MCP-Einstellungen konfigurieren:
Für macOS: Bearbeiten Sie die Datei unter '~/Library/Application Support/Claude/claude_desktop_config.json'
{
"mcpServers": {
"gis-dataconversion-mcp": {
"command": "npx",
"args": [
"-y",
"a11y-mcp-server"
]
}
}
}Für Windows: Bearbeiten Sie die Datei unter %APPDATA%\Claude\settings\claude_mcp_settings.json
Für Linux: Bearbeiten Sie die Datei unter ~/.config/Claude/settings/claude_mcp_settings.json Ersetzen Sie /path/to/axe-mcp-server/build/index.js durch den tatsächlichen Pfad zu Ihrer kompilierten Serverdatei.
Verfügbare Tools
wkt_to_geojson
Konvertiert Well-Kown Text (WKT) in das GeoJSON-Format.
geojson_to_wkt
Konvertiert GeoJSON in das Well-Known Text (WKT)-Format.
csv_to_geojson
Konvertiert CSV mit geografischen Daten in GeoJSON.
Parameter:
csv(erforderlich): Zu konvertierende CSV-Zeichenfolgelatfield(erforderlich): Feldname für den Breitengradlonfield(erforderlich): Feldname für Längengraddelimiter(optional): CSV-Trennzeichen (Standard ist Komma)
geojson_to_csv
Konvertiert GeoJSON in das CSV-Format.
geojson_to_topojson
Konvertiert GeoJSON in das TopoJSON-Format (kompakter mit gemeinsamen Grenzen).
Parameter:
geojson(erforderlich): Zu konvertierendes GeoJSON-ObjektobjectName(optional): Name des zu erstellenden TopoJSON-Objekts (Standard: „data“)quantization(optional): Quantisierungsparameter zur Vereinfachung (Standard: 1e4, 0 zum Deaktivieren)
topojson_to_geojson
Konvertiert TopoJSON in das GeoJSON-Format.
Parameter:
geojson(erforderlich): Zu konvertierendes GeoJSON-ObjektobjectName(optional): Name des zu erstellenden TopoJSON-Objekts (Standard: „data“)
kml_to_geojson
Konvertiert KML in das GeoJSON-Format.
geojson_to_kml
Konvertiert GeoJSON in das KML-Format.
Koordinaten zum Standort
Wandelt Breiten-/Längenkoordinaten mithilfe der umgekehrten Geokodierung in Ortsnamen um.
Abhängigkeiten
@modelcontextprotocol/sdk
bekannt
csv2geojson
topojson-client
Topojson-Server
@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