GIS Data Conversion MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| wkt_to_geojsonB | Convert Well-Known Text (WKT) to GeoJSON format |
| geojson_to_wktC | Convert GeoJSON to Well-Known Text (WKT) format |
| csv_to_geojsonC | Convert CSV with geographic data to GeoJSON |
| geojson_to_csvC | Convert GeoJSON to CSV format |
| geojson_to_topojsonA | Convert GeoJSON to TopoJSON format (more compact with shared boundaries) |
| topojson_to_geojsonC | Convert TopoJSON to GeoJSON format |
| kml_to_geojsonC | Convert KML to GeoJSON format |
| geojson_to_kmlC | Convert GeoJSON to KML format |
| coordinates_to_locationC | Convert latitude/longitude coordinates to location name using reverse geocoding |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 9 tools
Every tool has a clearly distinct purpose with no ambiguity. Each tool handles a specific conversion between two formats (e.g., csv_to_geojson vs. geojson_to_csv) or a unique operation (coordinates_to_location), making it easy for an agent to select the correct tool without confusion.
Tool names follow a highly consistent verb_noun pattern throughout, using snake_case uniformly. All names clearly indicate the source and target formats (e.g., geojson_to_kml, wkt_to_geojson), making them predictable and readable.
With 9 tools, the count is well-scoped for a GIS data conversion server. Each tool earns its place by covering essential format conversions and a reverse geocoding operation, avoiding bloat while providing comprehensive coverage for the domain.
The tool set offers complete coverage for GIS data conversion, including bidirectional conversions between GeoJSON and other key formats (CSV, KML, TopoJSON, WKT), plus a reverse geocoding tool. There are no obvious gaps, ensuring agents can handle common workflows without dead ends.