You're viewing a demo portfolio

Join the waitlist
PRSM

clipform_fetch_boundary

Active

Tool of io.github.Clipform/mcp-server

declared in 2.2.0

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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

io.github.Clipform/mcp-server

https://github.com/clipform/mcp-server

1/7 registries
View full server →