Body Fat Calculator (US Navy)
Calculate body fat percentage using the US Navy method
API Documentation
Request Endpoint
POST /en/api/tools/body-fat-calculator-us-navy
Request Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| gender | select | Yes | - |
| waist | number | Yes | - |
| neck | number | Yes | - |
| height | number | Yes | - |
| hip | number | No | - |
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-body-fat-calculator-us-navy": {
"name": "body-fat-calculator-us-navy",
"description": "Calculate body fat percentage using the US Navy method",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=body-fat-calculator-us-navy",
"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]