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
### gearys_c
Compute Geary's C global autocorrelation statistic.
- Tool: `gearys_c`
Parameters
- shapefile_path (string)
- dependent_var (string, default "LAND_USE")
- target_crs (string, default "EPSG:4326")
- distance_threshold (number)
Returns
- C, p_value, z_score, data_preview[], status, message
Example
```json
{
"tool": "gearys_c",
"params": {
"shapefile_path": "data/regions.shp",
"dependent_var": "POP_DENS",
"target_crs": "EPSG:3857",
"distance_threshold": 50000
}
}
```