Skip to main content
Glama
ronantakizawa

GIS Data Conversion MCP

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 9 tools

Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness5/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues