You're viewing a demo portfolio

Join the waitlist
PRSM

dem

Active

Tool 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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

mcp-opentopography

https://github.com/pipeworx-io/mcp-opentopography

2/7 registries
View full server →
dem — mcp-opentopography — PRSM MCP