dem
ActiveTool of mcp-opentopography
declared in 0.1.0
DEM raster for a bounding box (returns URL to GeoTIFF).
Parameters schema
{
"type": "object",
"examples": [
{
"east": -74,
"west": -74.1,
"north": 40.8,
"south": 40.7,
"dataset": "SRTM GL3"
},
{
"east": -119,
"west": -120,
"north": 36,
"south": 35,
"format": "AAIGrid",
"dataset": "GEBCO"
}
],
"required": [
"dataset",
"south",
"north",
"west",
"east"
],
"properties": {
"east": {
"type": "number"
},
"west": {
"type": "number"
},
"north": {
"type": "number"
},
"south": {
"type": "number"
},
"format": {
"type": "string",
"description": "GTiff (default) | AAIGrid | HFA"
},
"dataset": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-opentopography
https://github.com/pipeworx-io/mcp-opentopography
2/7 registries