Skip to main content
Glama
GSA-TTS

mcp-server-gis-helper

Official
by GSA-TTS

Related Servers

Alternatives to mcp-server-gis-helper

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      D
      maintenance
      Browser-based geometry processing server that enables AI agents to create geometry, run analysis and operators, inspect results, and take screenshots via MCP.
      67 npm
      6
      MIT
    • A
      license
      Not graded
      quality
      C
      maintenance
      Free remote MCP server for GIS/ArcGIS Online automation — coordinate/EPSG conversion, GeoJSON validation and geometry operations, ArcGIS FeatureServer inspection (feature count/query, schema, health check), and Shapefile/KML/GPX/WKT format conversion. Works with public ArcGIS layers without a token;
      MIT
    • F
      license
      Not graded
      quality
      B
      maintenance
      Enables MCP clients to run whole-dataset GIS operations such as buffer, clip, reproject, overlay, spatial join, dissolve, zonal statistics, and attribute selection by passing file paths in and out, so an entire dataset is processed in a single call instead of feature by feature. It works over Streamable HTTP with a shared filesystem or base64 upload/download tools for remote clients.
      -
    • F
      license
      Not graded
      quality
      C
      maintenance
      MCP server for inspecting, analysing, and editing CityJSON and CityGML building datasets.
      -

    TDQS

    A4.7/5.0

    Scored across 3 tools

    Disambiguation5/5

    Each tool has a distinct role in the workflow: gis_open_map initiates an interactive drawing session, gis_get_drawn_geometry retrieves the result, and gis_validate_geometry validates an existing GeoJSON string. There is no overlap in purpose, and the 'Use when' conditions clearly separate them.

    Naming Consistency5/5

    All tool names follow a consistent 'gis_' prefix followed by a verb_noun pattern: open_map, get_drawn_geometry, validate_geometry. The naming is uniform, snake_case, and each verb clearly indicates the action.

    Tool Count5/5

    Three tools is well-scoped for a GIS helper that focuses on geometry capture and validation. The count falls within the ideal 3-15 range, and each tool is necessary for the core workflow without redundancy.

    Completeness5/5

    The toolset covers the entire lifecycle of preparing user-drawn geometry for downstream GIS servers: open a map to draw, retrieve the drawn geometry, and validate/normalize it. There are no obvious gaps; session handling is gracefully managed by omitting the session ID, and the output is directly usable.

    Maintenance

    ActivitySlowing
    ResponsivenessNo issues