Developer Tools
gisgp.com
Processes and validates geospatial data, including coordinate conversion, GeoJSON validation, and interaction with ArcGIS FeatureServer layers.
ENDPOINT 1
https://gisgp.com/mcp
MCP server metadata
- Name
- GISGP
- Version
- 1.28.1
The ArcGIS Online QA & monitoring MCP: grade any FeatureServer A-F (grade_service), run a one-call QA report (audit_service), scan layers for problems (find_layer_issues), publish results as shareable web maps (share_map). Plus FeatureServer inspection/query tools, coordinate conversion and GeoJSON/SHP/KML/GPX/CSV/WKT converters. Hosted, no install. Free preview — https://gisgp.com/api
Known tools 33
convert_coordinatesConvert coordinate pairs between EPSG coordinate systems (max 1000 points).
Inferred read-onlyvalidate_geojsonValidate GeoJSON (RFC 7946 structure, topology, WGS84 coordinate ranges).
Inferred read-onlygeojson_to_csvConvert a GeoJSON FeatureCollection to CSV (feature properties + geometry column).
Inferred read-onlycount_featuresCount features in an ArcGIS FeatureServer layer, optionally filtered by a WHERE clause.
Inferred read-onlycheck_service_healthCheck whether an ArcGIS FeatureServer layer is reachable and responsive.
Inferred read-onlyshapefile_to_geojsonConvert a Shapefile ZIP (base64-encoded .zip with .shp/.dbf/.shx[/.prj]) to a GeoJSON FeatureCollection.
Inferred read-onlygpx_to_geojsonConvert GPX (waypoints, tracks, routes) to a GeoJSON FeatureCollection.
Inferred read-onlyquery_featuresFetch actual feature records (attributes + geometry) from a FeatureServer layer.
Inferred read-onlyquery_statisticsServer-side aggregate stats on a numeric field of a FeatureServer layer.
Inferred read-onlygeometry_statsCompute area (m²/km²), length (m/km), vertex count, centroid and bbox of GeoJSON.
Inferred read-onlyreproject_geojsonReproject an entire GeoJSON between EPSG coordinate systems (all geometry types).
Inferred read-onlysimplify_geometrySimplify GeoJSON geometry (Douglas–Peucker, tolerance in degrees).
Inferred read-onlyreduce_precisionRound every coordinate to N decimal places — shrinks GeoJSON payload size.
Inferred read-onlycsv_to_geojsonConvert CSV with coordinate columns (auto-detected) to a GeoJSON FeatureCollection.
Inferred read-onlygeojson_to_shapefileConvert a GeoJSON FeatureCollection to a Shapefile ZIP (base64-encoded).
Inferred read-onlygeojson_to_wktConvert a GeoJSON geometry (or a Feature's geometry) to a WKT string.
Inferred read-onlygrade_serviceGrade an ArcGIS FeatureServer layer A–F across 5 categories (schema quality, data completeness, performance, maintenance, configuration).
Inferred read-onlyaudit_serviceFull one-call QA report of an ArcGIS FeatureServer layer: health (latency, record count, capabilities) + field schema + coded domains + summary counts.
Inferred read-onlyfind_layer_issuesScan an ArcGIS FeatureServer layer for common problems: missing ObjectID, disabled query, stale data, all-null fields, features without geometry.
Inferred read-onlyshare_mapPublish a GeoJSON FeatureCollection as a live, shareable map page on gisgp.com.
Potential side effectsdissolve_geojsonMerge overlapping/adjacent geometries into one (optionally grouped by a property field `by` → one dissolved feature per distinct value).
Inferred read-onlycentroids_geojsonReplace each feature's geometry with its centroid Point (properties kept).
Inferred read-onlyconvex_hull_geojsonSmallest convex polygon containing all input features (a single polygon).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.gisgp]
url = "https://gisgp.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"gisgp": {
"type": "http",
"url": "https://gisgp.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: gisgp
Remote MCP URL: https://gisgp.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"gisgp": {
"url": "https://gisgp.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"gisgp": {
"type": "http",
"url": "https://gisgp.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "gisgp",
"transport": "streamable-http",
"url": "https://gisgp.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.