← Registry

Developer Tools

gisgp.com

Processes and validates geospatial data, including coordinate conversion, GeoJSON validation, and interaction with ArcGIS FeatureServer layers.

x402 supported1 endpoint33 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://gisgp.com/mcp

No auth detected

MCP server metadata

Name
GISGP
Version
1.28.1
Capabilities
experimentalpromptsresourcestools
Server instructions

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_coordinates

Convert coordinate pairs between EPSG coordinate systems (max 1000 points).

Inferred read-only
validate_geojson

Validate GeoJSON (RFC 7946 structure, topology, WGS84 coordinate ranges).

Inferred read-only
geojson_to_csv

Convert a GeoJSON FeatureCollection to CSV (feature properties + geometry column).

Inferred read-only
count_features

Count features in an ArcGIS FeatureServer layer, optionally filtered by a WHERE clause.

Inferred read-only
extract_domains

Extract coded value domains from an ArcGIS FeatureServer layer.

Inferred read-only
check_field_types

Inspect the field schema of an ArcGIS FeatureServer layer.

Inferred read-only
check_service_health

Check whether an ArcGIS FeatureServer layer is reachable and responsive.

Inferred read-only
rest_explore

List the layers and tables of an ArcGIS FeatureServer/MapServer root.

Inferred read-only
compare_schemas

Compare the field schemas of two ArcGIS FeatureServer layers.

Inferred read-only
shapefile_to_geojson

Convert a Shapefile ZIP (base64-encoded .zip with .shp/.dbf/.shx[/.prj]) to a GeoJSON FeatureCollection.

Inferred read-only
kml_to_geojson

Convert KML (2.0–2.2) to a GeoJSON FeatureCollection.

Inferred read-only
gpx_to_geojson

Convert GPX (waypoints, tracks, routes) to a GeoJSON FeatureCollection.

Inferred read-only
query_features

Fetch actual feature records (attributes + geometry) from a FeatureServer layer.

Inferred read-only
query_statistics

Server-side aggregate stats on a numeric field of a FeatureServer layer.

Inferred read-only
geometry_stats

Compute area (m²/km²), length (m/km), vertex count, centroid and bbox of GeoJSON.

Inferred read-only
reproject_geojson

Reproject an entire GeoJSON between EPSG coordinate systems (all geometry types).

Inferred read-only
simplify_geometry

Simplify GeoJSON geometry (Douglas–Peucker, tolerance in degrees).

Inferred read-only
reduce_precision

Round every coordinate to N decimal places — shrinks GeoJSON payload size.

Inferred read-only
csv_to_geojson

Convert CSV with coordinate columns (auto-detected) to a GeoJSON FeatureCollection.

Inferred read-only
geojson_to_kml

Convert a GeoJSON FeatureCollection to KML.

Inferred read-only
geojson_to_shapefile

Convert a GeoJSON FeatureCollection to a Shapefile ZIP (base64-encoded).

Inferred read-only
gpx_to_kml

Convert GPX (waypoints, tracks, routes) to KML.

Inferred read-only
kml_to_shapefile

Convert KML to a Shapefile ZIP (base64-encoded).

Inferred read-only
wkt_to_geojson

Convert a WKT geometry string to a GeoJSON geometry (e.g.

Inferred read-only
geojson_to_wkt

Convert a GeoJSON geometry (or a Feature's geometry) to a WKT string.

Inferred read-only
grade_service

Grade an ArcGIS FeatureServer layer A–F across 5 categories (schema quality, data completeness, performance, maintenance, configuration).

Inferred read-only
audit_service

Full one-call QA report of an ArcGIS FeatureServer layer: health (latency, record count, capabilities) + field schema + coded domains + summary counts.

Inferred read-only
find_layer_issues

Scan an ArcGIS FeatureServer layer for common problems: missing ObjectID, disabled query, stale data, all-null fields, features without geometry.

Inferred read-only
share_map

Publish a GeoJSON FeatureCollection as a live, shareable map page on gisgp.com.

Potential side effects
buffer_geojson

Buffer every feature by a distance in METRES (negative shrinks).

Inferred read-only
dissolve_geojson

Merge overlapping/adjacent geometries into one (optionally grouped by a property field `by` → one dissolved feature per distinct value).

Inferred read-only
centroids_geojson

Replace each feature's geometry with its centroid Point (properties kept).

Inferred read-only
convex_hull_geojson

Smallest convex polygon containing all input features (a single polygon).

Inferred read-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.