You're viewing a demo portfolio

Join the waitlist
PRSM

get_geometry

Active

Tool of Geoboundaries

declared in 0.1.0

Fetch the actual simplified GeoJSON FeatureCollection geometry for a country/ADM level from geoBoundaries. WARNING: geometry payloads are large (a simplified national ADM1 set can be several MB); this only returns the simplified geometry and refuses payloads over ~4 MB — for those use get_boundaries and download the URL directly. Prefer get_boundaries unless you explicitly need the coordinates. Not valid for adm="ALL".

Parameters schema

{
  "type": "object",
  "required": [
    "iso3",
    "adm"
  ],
  "properties": {
    "adm": {
      "enum": [
        "ADM0",
        "ADM1",
        "ADM2",
        "ADM3",
        "ADM4"
      ],
      "type": "string",
      "description": "Admin level (single level only; \"ALL\" is not supported here)."
    },
    "iso3": {
      "type": "string",
      "description": "ISO-3166-1 alpha-3 country code, e.g. \"FRA\"."
    },
    "product": {
      "enum": [
        "gbOpen",
        "gbHumanitarian",
        "gbAuthoritative"
      ],
      "type": "string",
      "description": "Boundary product. gbOpen (default, CC-BY) | gbHumanitarian | gbAuthoritative."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Geoboundaries

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

1/7 registries
View full server →