Skip to main content
Glama
ronantakizawa

GIS Data Conversion MCP

GIS-Datenkonvertierung MCP

Schmiedeabzeichen

Kopie des unbenannten Designs

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-Zeichenfolge

  • latfield (erforderlich): Feldname für den Breitengrad

  • lonfield (erforderlich): Feldname für Längengrad

  • delimiter (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-Objekt

  • objectName (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-Objekt

  • objectName (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

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