You're viewing a demo portfolio

Join the waitlist
PRSM

coordinates_convert

Active

Tool of Maptiler

declared in 0.1.0

"Convert WGS84 lat/lng to [other CRS]" / "reproject coordinates" / "EPSG:4326 → EPSG:[X]" / "Web Mercator coordinates" — Coordinate Reference System (CRS) reprojection. Use to convert standard lat/lng (EPSG:4326) into projected systems like Web Mercator (3857), UTM zones, state plane, etc.

Parameters schema

{
  "type": "object",
  "required": [
    "coordinates",
    "target_crs"
  ],
  "properties": {
    "target_crs": {
      "type": "number"
    },
    "coordinates": {
      "type": "array",
      "items": {
        "type": "array",
        "items": {
          "type": "number"
        }
      }
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Maptiler

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

1/7 registries
View full server →
coordinates_convert — Maptiler — PRSM MCP