MCP.so
Sign In

GIS Data Conversion MCP

@ronantakizawa

About GIS Data Conversion MCP

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

Basic information

Category

Data & Analytics

License

MIT

Runtime

node

Transports

stdio

Publisher

ronantakizawa

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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.

Comments

More Data & Analytics MCP servers