Skip to main content
Glama
transform_coordinates.md473 B
### transform_coordinates Transform a coordinate pair between CRS. - Tool: `transform_coordinates` Parameters - coordinates (array [x, y]) - source_crs (string, e.g., "EPSG:4326") - target_crs (string, e.g., "EPSG:3857") Returns - coordinates (array [x, y]) - source_crs, target_crs, status, message Example ```json { "tool": "transform_coordinates", "params": { "coordinates": [0, 0], "source_crs": "EPSG:4326", "target_crs": "EPSG:3857" } } ```

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mahdin75/gis-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server