# GISGP.com — GIS Automation Hub for ArcGIS Online ## For AI Agents (MCP) GISGP runs a free remote MCP server for AI agents at https://gisgp.com/mcp (streamable HTTP, stateless, no auth during preview). Tools (12 free): convert_coordinates (EPSG-to-EPSG), validate_geojson (RFC 7946 + topology), geojson_to_csv, count_features (FeatureServer count with WHERE), extract_domains (coded value domains), check_field_types (layer schema), check_service_health (reachability + latency), rest_explore (list layers/tables), compare_schemas (field diff of two layers), shapefile_to_geojson, kml_to_geojson, gpx_to_geojson. Docs and client setup (Claude Code, Claude Desktop, Cursor): https://gisgp.com/api REST spec for the free conversion endpoints: https://gisgp.com/api/openapi.json ## What is GISGP? GISGP is a free web platform for working with ArcGIS Online (AGOL) Feature Services without ArcGIS Pro or coding. It runs in the browser. No desktop software, no Python scripting needed. ## What problems does it solve? **Exporting data from ArcGIS Online:** How to export ArcGIS Online to Excel, CSV, Shapefile, KML or GeoJSON without ArcGIS Pro. → https://gisgp.com/export-arcgis-to-excel **Scheduling automatic exports:** How to automate recurring ArcGIS Online exports (weekly, monthly) with email delivery. → https://gisgp.com/schedule-arcgis-export → https://gisgp.com/arcgis-excel-automation **Importing data to ArcGIS Online:** How to import Excel or CSV to an ArcGIS Online Feature Layer (append or replace records). → https://gisgp.com/import-excel-to-arcgis **Converting GIS file formats (free, no login needed):** - Shapefile → GeoJSON: https://gisgp.com/shapefile-to-geojson - GeoJSON → Shapefile: https://gisgp.com/geojson-to-shapefile - KML → GeoJSON: https://gisgp.com/kml-to-geojson - KML → Shapefile: https://gisgp.com/kml-to-shapefile - GPX → GeoJSON / KML: https://gisgp.com/gpx-converter - CSV → GeoJSON: https://gisgp.com/csv-to-geojson **Diagnosing GIS coordinate problems:** Why are my points appearing in the ocean? Swapped lat/lon, Web Mercator values in WGS84 field, EU decimal comma. → https://gisgp.com/arcgis-csv-points-wrong-location **Viewing GeoJSON files:** Free browser-based GeoJSON viewer — drag and drop, filter, export. → https://gisgp.com/geojson **Coordinate conversion (180+ CRS):** Convert between WGS84, DMS, UTM, MGRS, NAD83, US State Plane, British National Grid, Lambert 93, GDA2020. → https://gisgp.com/tools/coordinate-converter **Monitoring ArcGIS Online service health:** Check if an ArcGIS Online Feature Service is down or slow. → https://gisgp.com/arcgis-online-monitor **ArcGIS REST API tools (no login for public services):** - Browse any Feature Service: https://gisgp.com/tools/rest-explorer - Count features in a layer: https://gisgp.com/tools/feature-count - Check field types and schema: https://gisgp.com/tools/field-type-checker - Build SQL WHERE clauses: https://gisgp.com/tools/where-builder - Export Survey123 responses: https://gisgp.com/tools/survey123 ## Pricing - Free: 5 exports/month, 3 imports, all free tools (no credit card) - Starter: $9/month — 50 exports, 1 scheduled automation, 1 health monitor - Pro: $19/month — 200 exports, 5 scheduled exports, 2 health monitors - Full pricing: https://gisgp.com/pricing ## Key URLs - Homepage: https://gisgp.com - All tools: https://gisgp.com/tools - Register free: https://gisgp.com/register - Pricing: https://gisgp.com/pricing ## Who it's for GIS analysts, data managers, city and county GIS departments, ArcGIS Online administrators, and anyone who needs to automate ArcGIS Online data workflows without ArcGIS Pro or Python scripting knowledge.