Skip to main content
Glama

GIS MCP Server

mkdocs.yml8.35 kB
site_name: GIS MCP Server site_description: Model Context Protocol server for GIS operations site_url: https://gis-mcp.com repo_name: mahdin75/gis-mcp repo_url: https://github.com/mahdin75/gis-mcp theme: name: material features: - navigation.top - navigation.sections - content.code.copy - toc.integrate - search.suggest - search.highlight logo: logo_transparent.png favicon: favicon.ico nav: - HOME: index.md - Getting Started: getting-started.md - DOCUMENTATIONS: - Installations: - Overview: install/README.md - Smithery: install/smithery.md - pip: install/pip.md - Developers: install/developers.md - API Reference: - Data Analysis: - Shapely: - Overview: api/shapely/README.md - buffer: api/shapely/buffer.md - centroid: api/shapely/centroid.md - convex_hull: api/shapely/convex_hull.md - difference: api/shapely/difference.md - envelope: api/shapely/envelope.md - geojson_to_geometry: api/shapely/geojson_to_geometry.md - geometry_to_geojson: api/shapely/geometry_to_geojson.md - get_area: api/shapely/get_area.md - get_bounds: api/shapely/get_bounds.md - get_coordinates: api/shapely/get_coordinates.md - get_geometry_type: api/shapely/get_geometry_type.md - get_length: api/shapely/get_length.md - intersection: api/shapely/intersection.md - is_valid: api/shapely/is_valid.md - make_valid: api/shapely/make_valid.md - minimum_rotated_rectangle: api/shapely/minimum_rotated_rectangle.md - nearest_point_on_geometry: api/shapely/nearest_point_on_geometry.md - normalize_geometry: api/shapely/normalize_geometry.md - rotate_geometry: api/shapely/rotate_geometry.md - scale_geometry: api/shapely/scale_geometry.md - simplify: api/shapely/simplify.md - snap_geometry: api/shapely/snap_geometry.md - symmetric_difference: api/shapely/symmetric_difference.md - translate_geometry: api/shapely/translate_geometry.md - triangulate_geometry: api/shapely/triangulate_geometry.md - unary_union_geometries: api/shapely/unary_union_geometries.md - union: api/shapely/union.md - voronoi: api/shapely/voronoi.md - PyProj: - Overview: api/pyproj/README.md - transform_coordinates: api/pyproj/transform_coordinates.md - project_geometry: api/pyproj/project_geometry.md - get_crs_info: api/pyproj/get_crs_info.md - get_available_crs: api/pyproj/get_available_crs.md - get_utm_zone: api/pyproj/get_utm_zone.md - get_utm_crs: api/pyproj/get_utm_crs.md - get_geocentric_crs: api/pyproj/get_geocentric_crs.md - get_geod_info: api/pyproj/get_geod_info.md - calculate_geodetic_distance: api/pyproj/calculate_geodetic_distance.md - calculate_geodetic_point: api/pyproj/calculate_geodetic_point.md - calculate_geodetic_area: api/pyproj/calculate_geodetic_area.md - GeoPandas: - Overview: api/geopandas/README.md - append_gpd: api/geopandas/append_gpd.md - clip_vector: api/geopandas/clip_vector.md - dissolve_gpd: api/geopandas/dissolve_gpd.md - explode_gpd: api/geopandas/explode_gpd.md - merge_gpd: api/geopandas/merge_gpd.md - overlay_gpd: api/geopandas/overlay_gpd.md - point_in_polygon: api/geopandas/point_in_polygon.md - read_file_gpd: api/geopandas/read_file_gpd.md - sjoin_gpd: api/geopandas/sjoin_gpd.md - sjoin_nearest_gpd: api/geopandas/sjoin_nearest_gpd.md - to_file_gpd: api/geopandas/to_file_gpd.md - write_file_gpd: api/geopandas/write_file_gpd.md - Rasterio: - Overview: api/rasterio/README.md - clip_raster_with_shapefile: api/rasterio/clip_raster_with_shapefile.md - compute_ndvi: api/rasterio/compute_ndvi.md - concat_bands: api/rasterio/concat_bands.md - extract_band: api/rasterio/extract_band.md - focal_statistics: api/rasterio/focal_statistics.md - get_raster_crs: api/rasterio/get_raster_crs.md - hillshade: api/rasterio/hillshade.md - metadata_raster: api/rasterio/metadata_raster.md - raster_algebra: api/rasterio/raster_algebra.md - raster_band_statistics: api/rasterio/raster_band_statistics.md - raster_histogram: api/rasterio/raster_histogram.md - reclassify_raster: api/rasterio/reclassify_raster.md - reproject_raster: api/rasterio/reproject_raster.md - resample_raster: api/rasterio/resample_raster.md - tile_raster: api/rasterio/tile_raster.md - weighted_band_sum: api/rasterio/weighted_band_sum.md - write_raster: api/rasterio/write_raster.md - zonal_statistics: api/rasterio/zonal_statistics.md - PySAL: - Overview: api/pysal/README.md - morans_i: api/pysal/morans_i.md - gearys_c: api/pysal/gearys_c.md - getis_ord_g: api/pysal/getis_ord_g.md - moran_local: api/pysal/moran_local.md - gamma_statistic: api/pysal/gamma_statistic.md - getis_ord_g_local: api/pysal/getis_ord_g_local.md - join_counts: api/pysal/join_counts.md - join_counts_local: api/pysal/join_counts_local.md - adbscan: api/pysal/adbscan.md - build_and_transform_weights: api/pysal/build_transform_and_save_weights.md - build_transform_and_save_weights: api/pysal/build_transform_and_save_weights.md - distance_band_weights: api/pysal/distance_band_weights.md - knn_weights: api/pysal/knn_weights.md - ols_with_spatial_diagnostics_safe: api/pysal/ols_with_spatial_diagnostics_safe.md - weights_from_shapefile: api/pysal/weights_from_shapefile.md - Visualization: - Overview: api/visualize/README.md - create_map: api/visualize/create_map.md - create_web_map: api/visualize/create_web_map.md - Data Gathering: - Overview: data-gathering/README.md - Administrative Boundaries: data-gathering/administrative_boundaries.md - Climate: data-gathering/climate.md - Ecology: data-gathering/ecology.md - Movement: data-gathering/movement.md - Satellite Imagery: data-gathering/satellite_imagery.md - Land Cover: data-gathering/land_cover.md - examples: - Overview: examples/README.md - Basic Spatial Analysis (claude): examples/basic_spatial_analysis_claude.md - CRS, Area & Distance Analysis: examples/crs_area_distance_analysis.md - Contributing: contributing.md # - Showcases (Examples): # - Researcher: showcases/researcher.md # - Programmers: showcases/programmers.md # - Technicians: showcases/technicians.md # - ABOUT: about.md - Support: - Link to Discord: https://discord.gg/dzkXZsZK - Link to GitHub issues: https://github.com/mahdin75/gis-mcp/issues plugins: - search # - mkdocs-multiversion: # include: # - v0.3.0 # exclude: # - v0.1.0 # - v0.2.0 extra_css: - styles/extra.css markdown_extensions: - admonition - pymdownx.details - pymdownx.highlight - pymdownx.superfences

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mahdin75/gis-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server