Categories

Area Calculator Map

Calculate area and perimeter from GPS coordinates on a map

Enter GPS coordinates as latitude,longitude pairs (one per line) or JSON format: [{"lat": 40.7128, "lon": -74.0060}, ...]

API Documentation

Request Endpoint

POST /en/api/tools/area-calculator-map

Request Parameters

Parameter Name Type Required Description
coordinates textarea Yes Enter GPS coordinates as latitude,longitude pairs (one per line) or JSON format: [{"lat": 40.7128, "lon": -74.0060}, ...]
unit select Yes -

Response Format

{
  "key": {...},
  "metadata": {
    "key": "value"
  },
  "error": "Error message (optional)",
  "message": "Notification message (optional)"
}
JSON Data: JSON Data

AI MCP Documentation

Add this tool to your MCP server configuration:

{
  "mcpServers": {
    "elysiatools-area-calculator-map": {
      "name": "area-calculator-map",
      "description": "Calculate area and perimeter from GPS coordinates on a map",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=area-calculator-map",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.

If you encounter any issues, please contact us at [email protected]