Skip to main content
Glama

GIS MCP Server

compute_ndvi

Calculate NDVI (Normalized Difference Vegetation Index) from input raster bands, specifying red and near-infrared band indices, and save the result as a GeoTIFF file for vegetation analysis.

Instructions

Compute NDVI (Normalized Difference Vegetation Index) and save to GeoTIFF. Parameters: - source: input raster path. - red_band_index: index of red band (1-based). - nir_band_index: index of near-infrared band (1-based). - destination: output NDVI raster path.

Input Schema

NameRequiredDescriptionDefault
destinationYes
nir_band_indexYes
red_band_indexYes
sourceYes

Input Schema (JSON Schema)

{ "properties": { "destination": { "title": "Destination", "type": "string" }, "nir_band_index": { "title": "Nir Band Index", "type": "integer" }, "red_band_index": { "title": "Red Band Index", "type": "integer" }, "source": { "title": "Source", "type": "string" } }, "required": [ "source", "red_band_index", "nir_band_index", "destination" ], "title": "compute_ndviArguments", "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