Skip to main content
Glama

GIS MCP Server

calculate_geodetic_area

Compute the area of a polygon using geodetic calculations for precise geospatial analysis. Configure inputs like geometry and ellipsoid to ensure accurate results in GIS applications.

Instructions

Calculate area of a polygon using geodetic calculations.

Input Schema

NameRequiredDescriptionDefault
ellpsNoWGS84
geometryYes

Input Schema (JSON Schema)

{ "properties": { "ellps": { "default": "WGS84", "title": "Ellps", "type": "string" }, "geometry": { "title": "Geometry", "type": "string" } }, "required": [ "geometry" ], "title": "calculate_geodetic_areaArguments", "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