GIS Data Conversion MCPServer

ronantakizawa
GitHub
GISData ConversionGeocoding

Loading subscription status...

💡 Description

An MCP server that provides LLMs access to geographic data conversion tools, enabling transformations between different formats such as WKT, GeoJSON, CSV, TopoJSON, and KML, as well as performing reverse geocoding.

📝 JSON Entries

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

🛠️ Tools

wkt_to_geojsongeojson_to_wktcsv_to_geojsongeojson_to_csvgeojson_to_topojsontopojson_to_geojsonkml_to_geojsongeojson_to_kml

Features

  • Reverse Geocoding: Converts coordinates to location information
  • WKT/GeoJSON Conversion: Converts between known text formats and GeoJSON
  • CSV/GeoJSON Conversion: Transforms tabular data with coordinates to GeoJSON and vice versa
  • TopoJSON/GeoJSON Conversion: Converts between GeoJSON and TopoJSON
  • KML/GeoJSON Conversion: Transforms KML files to GeoJSON format

💬 Example Queries

  • Convert WKT to GeoJSON
  • Transform CSV to GeoJSON