clipform_fetch_boundary
ActiveTool of io.github.Clipform/mcp-server
Fetch a GeoJSON boundary polygon for a country, city, or region. Returns simplified GeoJSON ready to use as the 'boundary' prop in the Map composition. mainlandOnly excludes small islands and overseas territories (e.g. Corsica for France, Hawaii for USA).
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"query"
],
"properties": {
"type": {
"enum": [
"country",
"city",
"state",
"region"
],
"type": "string",
"default": "country",
"description": "Type of place to search for"
},
"query": {
"type": "string",
"description": "Place name (e.g. 'France', 'Paris', 'Tokyo', 'Brazil')"
},
"maxPoints": {
"type": "number",
"default": 500,
"description": "Maximum points per polygon ring for simplification (default 500, lower = smaller payload)"
},
"mainlandOnly": {
"type": "boolean",
"default": true,
"description": "Keep only the largest landmass, excluding small islands and overseas territories"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.Clipform/mcp-server
https://github.com/clipform/mcp-server
1/7 registries