Skip to main content
Glama

GIS MCP Server

adbscan

Perform adaptive DBSCAN clustering on geospatial data using coordinates for pattern detection and spatial analysis.

Instructions

Adaptive DBSCAN clustering (requires coordinates, no dependent_var).

Input Schema

NameRequiredDescriptionDefault
dependent_varNo
distance_thresholdNo
epsNo
min_samplesNo
shapefile_pathYes
target_crsNoEPSG:4326

Input Schema (JSON Schema)

{ "properties": { "dependent_var": { "default": null, "title": "Dependent Var", "type": "string" }, "distance_threshold": { "default": 100000, "title": "Distance Threshold", "type": "number" }, "eps": { "default": 0.1, "title": "Eps", "type": "number" }, "min_samples": { "default": 5, "title": "Min Samples", "type": "integer" }, "shapefile_path": { "title": "Shapefile Path", "type": "string" }, "target_crs": { "default": "EPSG:4326", "title": "Target Crs", "type": "string" } }, "required": [ "shapefile_path" ], "title": "adbscanArguments", "type": "object" }

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