- Home
- MCP servers
- GIS Data Conversion
GIS Data Conversion
- javascript
15
GitHub Stars
javascript
Language
6 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"ronantakizawa-gis-dataconversion-mcp": {
"command": "npx",
"args": [
"-y",
"a11y-mcp-server"
]
}
}
}Available tools
wkt_to_geojson
Converts Well-Known Text (WKT) to GeoJSON format.
geojson_to_wkt
Converts GeoJSON to Well-Known Text (WKT) format.
csv_to_geojson
Converts CSV with geographic data to GeoJSON. Parameters: csv (required), latfield (required), lonfield (required), delimiter (optional).
geojson_to_csv
Converts GeoJSON to CSV format.
geojson_to_topojson
Converts GeoJSON to TopoJSON format with optional objectName and quantization.
topojson_to_geojson
Converts TopoJSON to GeoJSON format.
kml_to_geojson
Converts KML to GeoJSON format.
geojson_to_kml
Converts GeoJSON to KML format.
coordinates_to_location
Performs reverse geocoding to convert latitude/longitude coordinates to a location name.