get_geometry
ActiveTool of Geoboundaries
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."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Geoboundaries
https://github.com/pipeworx-io/mcp-geoboundaries
1/7 registries