mcp-server-gis-helper
OfficialRelated Servers
Alternatives to mcp-server-gis-helper
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceBrowser-based geometry processing server that enables AI agents to create geometry, run analysis and operators, inspect results, and take screenshots via MCP.67 npm6MIT
- AlicenseNot gradedqualityCmaintenanceFree 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
- FlicenseNot gradedqualityBmaintenanceEnables 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.-
- FlicenseNot gradedqualityCmaintenanceMCP server for inspecting, analysing, and editing CityJSON and CityGML building datasets.-
- AlicenseNot gradedqualityCmaintenanceEnables searching and querying City of Pittsburgh GIS open geospatial data (parcels, zoning, public works) through ArcGIS feature services via MCP tools.4 npmMIT
- AlicenseNot gradedqualityAmaintenanceGeocode, reverse geocode, and run Overpass spatial queries on OpenStreetMap data via MCP.976 npm5Apache 2.0
TDQS
Scored across 3 tools
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.
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.
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.
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.