DEM Terrain Analysis
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| analyze_terrainA | Analyze terrain at a given location and return a Site Intelligence Score summary. Fetches 30m SRTM elevation data, runs RCAN super-resolution to 10m, and computes terrain analytics. Returns summary statistics (min/max/mean) for all 6 metrics including the Site Intelligence Score. Args: latitude: Center latitude in decimal degrees [-90, 90] longitude: Center longitude in decimal degrees [-180, 180] bbox_size_m: Bounding box size in meters [250, 5000], default 500 Returns: Summary with elevation range, model info, and terrain analytics summary including site_intelligence_score (0=low risk, 1=critical risk). |
| get_full_terrain_dataA | Get full super-resolved DEM and terrain metric grids for a location. Returns the complete per-cell data suitable for map rendering and detailed spatial analysis. Response is large — use analyze_terrain for quick summaries. Args: latitude: Center latitude in decimal degrees [-90, 90] longitude: Center longitude in decimal degrees [-180, 180] bbox_size_m: Bounding box size in meters [250, 5000], default 500 metrics: List of metrics to compute. Options: flow_direction, flow_accumulation, twi, erosion_risk, runoff_potential, site_intelligence_score, all. Default: all. Returns: Full sr_dem grid, model info, shapes, and per-cell terrain metric grids. |
| check_api_healthA | Check if the DEM Super-Resolution API is running and ready. Returns health status, readiness status, and loaded model versions. Use this before running terrain analysis to confirm the server is up. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/ava11235/terrain-analysis-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server