Categories

BMR Calculator

Calculate Basal Metabolic Rate (BMR) - calories burned at complete rest

Key Facts

Category
Health
Input Types
number, select
Output Type
json
Sample Coverage
4
API Ready
Yes

Overview

The BMR Calculator helps you determine your Basal Metabolic Rate, which is the number of calories your body burns at complete rest to maintain vital functions like breathing and circulation.

When to Use

  • When you are planning a weight loss or muscle gain program and need to establish a caloric baseline.
  • When you want to understand how many calories your body requires daily just to function while sedentary.
  • When you are adjusting your nutritional intake to better align with your current metabolic needs.

How It Works

  • Enter your current weight in kilograms and height in centimeters.
  • Input your age and select your gender to ensure the calculation accounts for physiological differences.
  • Choose your preferred scientific formula, such as Mifflin-St Jeor or Harris-Benedict, to generate the result.
  • Click calculate to receive your estimated daily caloric expenditure at rest.

Use Cases

Establishing a starting point for a personalized calorie-controlled diet plan.
Monitoring metabolic changes as part of a long-term fitness or health transformation journey.
Educating clients or patients on the baseline energy requirements of the human body.

Examples

1. Weight Loss Planning

Fitness Enthusiast
Background
An individual wants to lose weight safely and needs to know their baseline caloric needs before creating a deficit.
Problem
Determining the exact number of calories to consume without dropping below a healthy metabolic threshold.
How to Use
Input current weight (85kg), height (180cm), age (30), and gender (male) using the Mifflin-St Jeor formula.
Outcome
The calculator provides a specific BMR value, allowing the user to subtract a safe percentage for a sustainable weight loss goal.

2. Nutritional Baseline Assessment

Nutritionist
Background
A nutritionist needs a quick way to estimate a client's resting energy expenditure during an initial consultation.
Problem
Calculating metabolic rates manually is prone to error and time-consuming during client sessions.
How to Use
Enter the client's metrics into the calculator to instantly generate the BMR.
Outcome
The nutritionist receives an immediate, accurate baseline to build a customized meal plan tailored to the client's physiology.

Try with Samples

health

Related Hubs

FAQ

What is BMR?

BMR stands for Basal Metabolic Rate, representing the minimum amount of energy your body needs to perform basic life-sustaining functions.

Which formula is the most accurate?

The Mifflin-St Jeor equation is widely considered the most accurate and reliable formula for the general population.

Does BMR include exercise?

No, BMR only accounts for calories burned at rest. You must add your activity level to determine your Total Daily Energy Expenditure (TDEE).

Why does gender affect the result?

Biological differences in muscle mass and body composition between genders influence how efficiently the body burns calories at rest.

How often should I recalculate my BMR?

It is recommended to recalculate your BMR whenever you experience significant changes in your weight, age, or body composition.

API Documentation

Request Endpoint

POST /en/api/tools/bmr-calculator

Request Parameters

Parameter Name Type Required Description
weight number Yes -
height number Yes -
age number Yes -
gender select Yes -
formula select 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-bmr-calculator": {
      "name": "bmr-calculator",
      "description": "Calculate Basal Metabolic Rate (BMR) - calories burned at complete rest",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=bmr-calculator",
      "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]