Skip to main content
Glama

GIS MCP Server

calculate_geodetic_point

Compute a geodetic point based on a start location, specified distance, and azimuth using geospatial calculations within the GIS MCP Server.

Instructions

Calculate point at given distance and azimuth.

Input Schema

NameRequiredDescriptionDefault
azimuthYes
distanceYes
ellpsNoWGS84
start_pointYes

Input Schema (JSON Schema)

{ "properties": { "azimuth": { "title": "Azimuth", "type": "number" }, "distance": { "title": "Distance", "type": "number" }, "ellps": { "default": "WGS84", "title": "Ellps", "type": "string" }, "start_point": { "items": { "type": "number" }, "title": "Start Point", "type": "array" } }, "required": [ "start_point", "azimuth", "distance" ], "title": "calculate_geodetic_pointArguments", "type": "object" }

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