GIS Data Conversion MCP
@ronantakizawa
About GIS Data Conversion MCP
An MCP server for converting GIS filetypes (1000+ Downloads)
Basic information
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 (Model Context Protocol) server that provides LLMs with tools for converting between common geographic data formats. It supports reverse geocoding, WKT/GeoJSON, CSV/GeoJSON, TopoJSON/GeoJSON, and KML/GeoJSON conversions.
How to use GIS Data Conversion MCP?
Install by configuring the server in your Claude Desktop MCP settings file (e.g. claude_desktop_config.json on macOS). The server is run via npx with the package a11y-mcp-server. Once configured, Claude can invoke the available conversion tools by name.
Key features of GIS Data Conversion MCP
- Reverse geocoding to convert coordinates to location names.
- Conversion between WKT and GeoJSON formats.
- Conversion between CSV and GeoJSON formats.
- Conversion between TopoJSON and GeoJSON formats.
- Conversion between KML and GeoJSON formats.
Use cases of GIS Data Conversion MCP
- Convert geographic coordinate data into readable location names.
- Transform spatial data between common GIS formats for analysis or mapping.
- Import tabular data with latitude/longitude fields as GeoJSON for web maps.
- Export KML files from mapping applications to GeoJSON for further processing.
- Simplify large GeoJSON datasets into more compact TopoJSON.
FAQ from GIS Data Conversion MCP
What dependencies does GIS Data Conversion MCP use?
The server depends on @modelcontextprotocol/sdk, wellknown, csv2geojson, topojson-client, topojson-server, @tmcw/togeojson, and xmldom.
How do I install GIS Data Conversion MCP?
Install by editing your Claude Desktop MCP settings file (location varies by OS) and adding the server with command npx and arguments -y a11y-mcp-server.
What format conversions are supported?
Supported conversions include WKT ↔ GeoJSON, CSV ↔ GeoJSON, GeoJSON ↔ TopoJSON, KML ↔ GeoJSON, and reverse geocoding (coordinates to location name).
What parameters does csv_to_geojson require?
It requires csv (CSV string), latfield (latitude column name), lonfield (longitude column name), and an optional delimiter (default comma).
What is the default quantization for TopoJSON conversion?
The default quantization parameter is 1e4; set it to 0 to disable simplification.
More Data & Analytics MCP servers
arxiv-latex MCP Server
takashiishidaMCP server that uses arxiv-to-prompt to fetch and process arXiv LaTeX sources for precise interpretation of mathematical expressions in scientific papers.
PubMed MCP Server
cyanheadsSearch PubMed/Europe PMC, fetch articles and full text (PMC/EPMC/Unpaywall), citations, MeSH terms via MCP. STDIO or Streamable HTTP.
MCP.science: Open Source MCP Servers for Scientific Research 🔍📚
pathintegral-instituteOpen Source MCP Servers for Scientific Research
Google Ads MCP
cohnenAn MCP tool that connects Google Ads with Claude AI/Cursor and others, allowing you to analyze your advertising data through natural language conversations. This integration gives you access to campaign information, performance metrics, keyword analytics, and ad management—all th
Comments