Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 💻 Developer Tools
  3. GISGP GIS Tools
G
Health: ActiveRecent health check succeeded.Last checked 9/8/2026, 8:31:35 PM

GISGP GIS Tools

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time — check back soon.
View Repository

GIS tools for AI agents: EPSG conversion, GeoJSON validate/CSV, ArcGIS FeatureServer inspection.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

One-click editor setup isn’t available for this listing yet — we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.

Manual Client & Custom JSON ConfigExpand JSON â–¾
No confirmed setup config for this listing yet. We only publish a config block when the install details come from the project itself — its README, its docs, or a verified owner. We haven’t found those for GISGP GIS Tools, and we’d rather show nothing than a guess you’d paste into your client. Follow the project’s own setup instructions for the current steps.
Install Tool Schemas (40) Directory Badge Claim listing Alternatives💻 More in Developer Tools

Capabilities & Tool Schemas (40) ~763 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server — may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by GISGP GIS Tools.

convert_coordinates

Convert coordinate pairs between EPSG coordinate systems

validate_geojson

Validate GeoJSON: RFC 7946 structure, topology, WGS84 ranges

geojson_to_csv

Convert a GeoJSON FeatureCollection to CSV

shapefile_to_geojson

Convert a Shapefile ZIP to GeoJSON

kml_to_geojson

Convert KML to GeoJSON

gpx_to_geojson

Convert GPX to GeoJSON

Documentation Overview

GISGP MCP Server

Glama MCP Server

Free remote MCP (Model Context Protocol) server for GIS/ArcGIS Online automation.

Endpoint: https://gisgp.com/mcp (Streamable HTTP, stateless, no auth for public layers)

Client config

config.json
{ "mcpServers": { "gisgp": { "url": "https://gisgp.com/mcp" } } }

Local/stdio server (open-source subset)

server.py is a self-contained, open-source MCP server (stdio transport) implementing the format-conversion and geometry tools that need no external service access — no ArcGIS Online credentials, no network calls. Build and run it with the included Dockerfile:

Terminal
docker build -t gisgp-mcp .
docker run -i --rm gisgp-mcp
config.json
{ "mcpServers": { "gisgp-local": { "command": "docker", "args": ["run", "-i", "--rm", "gisgp-mcp"] } } }

The tools that inspect/query a live ArcGIS Online FeatureServer (count_features, extract_domains, check_field_types, check_service_health, rest_explore, compare_schemas, query_features, query_statistics) require a real AGOL connection and stay on the hosted remote endpoint above — they are not part of this local server.

Hosted QA tools (hosted endpoint only)

The hosted server at https://gisgp.com/mcp also exposes ArcGIS Online QA tools that need a live AGOL connection and can't run in this local/stdio server:

ToolWhat it does
grade_serviceGrade any FeatureServer A–F across 5 categories (schema, completeness, performance, maintenance, configuration) — returns a public shareable scorecard link
audit_serviceOne-call QA report: health + field schema + coded domains + summary counts
find_layer_issuesScan a layer for problems: all-null fields, empty geometries, stale data, missing ObjectID, disabled query
share_mapPublish a GeoJSON FeatureCollection as a live shareable web map
full_service_auditMerges grade_service + audit_service + find_layer_issues into a single call
count_features / extract_domains / check_field_types / check_service_health / rest_explore / compare_schemas / query_features / query_statisticsInspect/query a live ArcGIS FeatureServer

Also hosted-only: get_terrain_profile, get_climate_history, classify_land_cover, analyze_location — free geo primitives backed by third-party open-data APIs (Open-Meteo, ESA CCI Land Cover, OSM Nominatim), kept on the hosted endpoint rather than this offline server since they need outbound internet access to those services.

Layer 2 — paid tools (hosted endpoint only)

ToolWhat it does
estimate_costFree — quote a paid tool's credit cost without executing it
check_wallet_balanceFree — check your own MCP credits balance (needs an API key)
assess_property_hazardPaid, 200 credits (€0.20) — multi-source US property hazard: USGS seismic risk + FEMA 10-year disaster history + NOAA active weather alerts, charged via credits wallet
assess_property_hazard_x402Paid, ~$0.20 via the x402 protocol — same multi-source hazard data, paid directly in USDC on-chain (Base), no GISGP account needed

These require live infrastructure (ArcGIS/S3, DynamoDB credits wallet, or third-party APIs) and are not part of the open-source subset below — everything below runs fully offline.

Tools

40 tools in this local/offline server subset (see the hosted-only sections above for the full 92-tool catalog including AGOL QA/query tools and Layer 2 paid tools).

ToolDescription
convert_coordinatesConvert coordinate pairs between EPSG coordinate systems
validate_geojsonValidate GeoJSON: RFC 7946 structure, topology, WGS84 ranges
geojson_to_csvConvert a GeoJSON FeatureCollection to CSV
shapefile_to_geojsonConvert a Shapefile ZIP to GeoJSON
kml_to_geojsonConvert KML to GeoJSON
gpx_to_geojsonConvert GPX to GeoJSON
geometry_statsCompute area/length/vertex count/centroid/bbox of GeoJSON (equal-area projection)
reproject_geojsonReproject an entire GeoJSON between EPSG coordinate systems
simplify_geometrySimplify GeoJSON geometry (Douglas–Peucker)
reduce_precisionRound GeoJSON coordinates to N decimal places (shrinks payload size)
csv_to_geojsonConvert CSV with auto-detected coordinate columns to GeoJSON
geojson_to_kmlConvert a GeoJSON FeatureCollection to KML
geojson_to_shapefileConvert a GeoJSON FeatureCollection to a Shapefile ZIP
gpx_to_kmlConvert GPX to KML
kml_to_shapefileConvert KML to a Shapefile ZIP
wkt_to_geojsonConvert a WKT geometry string to GeoJSON (e.g. from PostGIS)
geojson_to_wktConvert a GeoJSON geometry to a WKT string
buffer_geojsonBuffer every feature by a distance in metres, geodesically accurate at any latitude
dissolve_geojsonMerge overlapping/adjacent geometries into one, optionally grouped by a property field
centroids_geojsonReplace each feature's geometry with its centroid Point
convex_hull_geojsonSmallest convex polygon containing all input features combined
overlay_geojsonBoolean set operation (intersection/difference/symmetric_difference/union) between two GeoJSON inputs
spatial_join_geojsonAttach properties from every matching feature in B to each feature in A
nearest_features_geojsonFor each feature in A, find the nearest feature in B by geodesic distance
fix_geometryRepair invalid geometries (self-intersections, bad rings) via GEOS make_valid
geojson_diffAdded/removed/changed features between two GeoJSON FeatureCollections
epsg_suggestSuggest the correct UTM EPSG code for a lon/lat pair
tile_mathConvert lon/lat + zoom to Slippy Map (XYZ) tile x/y, bbox and Bing quadkey
envelope_geojsonBounding-box rectangle (envelope) per feature
minimum_rotated_rectangleSmallest-area rotated rectangle containing all input features combined
voronoi_geojsonVoronoi diagram of the input points
geometry_health_reportOne-call health check: validate + auto-repair + stats + envelope, merged
dxf_to_geojsonConvert an AutoCAD DXF file to GeoJSON (POINT/LINE/LWPOLYLINE/POLYLINE/ARC/CIRCLE, layer name kept as a property)
geojson_to_dxfConvert GeoJSON to an AutoCAD DXF file
list_dxf_layersList the distinct layer names used in a DXF drawing
georeference_dxfReproject a DXF's local/arbitrary drawing coordinates to real-world lon/lat via a 2-point similarity transform
geojson_to_gpxConvert GeoJSON to a GPX file (points -> waypoints, lines/polygon rings -> tracks)
offset_coordinatesMove a WGS84 point by a geodesic distance and bearing
detect_coordinate_orderDetect whether [x, y] pairs are [lon, lat] or [lat, lon]
guess_crs_from_coordinatesBest-guess candidate CRS for raw coordinates with no metadata (e.g. missing .prj)

Cookbook: real task -> tool call examples in COOKBOOK.md

Docs: https://gisgp.com/api · Homepage: https://gisgp.com

Read the full README →View source on GitHub →

Related MCP Servers

View all in Developer Tools View all alternatives
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    💻 Developer Tools8 views
    Compare vs Claude Task Master →
  • Andrea9293 MCP logoAndrea9293 MCP

    Local-first document management and semantic search for AI coding agents

    💻 Developer Tools2 views
    Compare vs Andrea9293 MCP →
  • UI5 MCP Server logoUI5 MCP Server

    MCP server for UI5 application development

    💻 Developer Tools2 views
    Compare vs UI5 MCP Server →
  • Valet logoValet

    Get share links, publish and manage websites, artifacts and agents. No account needed.

    💻 Developer Tools2 views
    Compare vs Valet →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

Last commit
1mo ago
Most recent push to the default branch.
Tools exposed
40
Callable tools this server registers over MCP.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about GISGP GIS Tools

We don't have a confirmed install command for GISGP GIS Tools yet, so we don't publish a generated one — a guessed package name would point at the wrong package or none at all. Follow the project's own README or setup instructions (https://github.com/uponex/gisgp-mcp) for the current steps.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewGISGP GIS Tools AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/gisgp-gis-tools?style=directory)](https://allmcps.com/mcp/gisgp-gis-tools)
HTML Embed
<a href="https://allmcps.com/mcp/gisgp-gis-tools"><img src="https://allmcps.com/api/badge/gisgp-gis-tools?style=directory" alt="GISGP GIS Tools on AllMCPs" /></a>

Technical Specs & Signals

Category💻Developer Tools
More technical detailsExpand â–¾
TransportSTDIO
RuntimeNode.js
Last updatedAug 10, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit1mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 10, 2026
43Quality signal: Fair · 43/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools20/30
Adoption & activity2/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

★ FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 💻 Developer Tools →Best MCP servers for Developers →Alternatives to GISGP GIS Tools →Install in Claude DesktopInstall in CursorInstall in VS Code