coordinates_convert
ActiveTool of Maptiler
"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"
}
}
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Maptiler
https://github.com/pipeworx-io/mcp-maptiler
1/7 registries