get_boundaries
ActiveTool of Geoboundaries
Get administrative boundary metadata for a country from geoBoundaries: unit count, year represented, source, license, and download URLs for full GeoJSON (gjDownloadURL), simplified GeoJSON (simplifiedGeometryGeoJSON), TopoJSON (tjDownloadURL) and a static zip. ISO3 is the 3-letter country code (USA, FRA, KEN, IND). ADM level: ADM0=country, ADM1=state/province, ADM2=county/district, ADM3/ADM4=finer, ALL=every level. Default product gbOpen is CC-BY.
Parameters schema
{
"type": "object",
"required": [
"iso3",
"adm"
],
"properties": {
"adm": {
"enum": [
"ADM0",
"ADM1",
"ADM2",
"ADM3",
"ADM4",
"ALL"
],
"type": "string",
"description": "Admin level: ADM0=country, ADM1=state/province, ADM2=county/district, ADM3, ADM4, or ALL."
},
"iso3": {
"type": "string",
"description": "ISO-3166-1 alpha-3 country code, e.g. \"USA\", \"FRA\", \"KEN\"."
},
"product": {
"enum": [
"gbOpen",
"gbHumanitarian",
"gbAuthoritative"
],
"type": "string",
"description": "Boundary product. gbOpen (default, CC-BY) | gbHumanitarian | gbAuthoritative."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Geoboundaries
https://github.com/pipeworx-io/mcp-geoboundaries
1/7 registries