GIS Data Conversion MCP
@ronantakizawa
关于 GIS Data Conversion MCP
An MCP server for converting GIS filetypes (1000+ Downloads)
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"gis-dataconversion-mcp": {
"command": "npx",
"args": [
"-y",
"a11y-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
数据与分析 分类下的更多 MCP 服务器
MCP From Zero: Quick Data
dislerPrompt focused MCP Server for .json and .csv agentic data analytics for Claude Code
MCP.science: Open Source MCP Servers for Scientific Research 🔍📚
pathintegral-instituteOpen Source MCP Servers for Scientific Research
PubMed MCP Server
JackKuo666🔍 Enable AI assistants to search, access, and analyze PubMed articles through a simple MCP interface.
Salesforce MCP Server
tsmztechSalesforce MCP Server
🎓 Semantic Scholar MCP Server
JackKuo666🔍 This project implements a Model Context Protocol (MCP) server for interacting with the Semantic Scholar API. It provides tools for searching papers, retrieving paper and author details, and fetching citations and references.
评论