Vinkius
Metabolic Estimator

Metabolic Estimator MCP for AI. Calculates precise energy burn, BMR, and goal timelines.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Metabolic Energy Estimator MCP on Cursor AI Code EditorMetabolic Energy Estimator MCP on Claude Desktop AppMetabolic Energy Estimator MCP on OpenAI Agents SDKMetabolic Energy Estimator MCP on Visual Studio CodeMetabolic Energy Estimator MCP on GitHub Copilot AI AgentMetabolic Energy Estimator MCP on Google Gemini AIMetabolic Energy Estimator MCP on Lovable AI DevelopmentMetabolic Energy Estimator MCP on Mistral AI AgentsMetabolic Energy Estimator MCP on Amazon AWS Bedrock

Connect to your AI in seconds.

The Metabolic Energy Estimator MCP Server handles deterministic calorie and energy math for fitness agents. It calculates Basal Metabolic Rate (BMR) and Total Daily Energy Expenditure (TDEE) using the Mifflin-St Jeor equation, finds exact calories burned from specific activities via a local catalog of 80+ exercises, and projects precise timelines for reaching weight goals based on defined deficits.

What your AI can do

Calculate tdee

Uses weight, height, age, and activity level to calculate your Total Daily Energy Expenditure (TDEE) and Basal Metabolic Rate (BMR).

Estimate calories burned

Calculates precise calories burned using an activity ID, your current weight, and workout duration.

Search activity catalog

Searches a local database for physical activities and returns their official Metabolic Equivalent of Task (MET) values.

+ 1 more capabilities included
Calculate Baseline Energy Needs

The tool calculates your Total Daily Energy Expenditure (TDEE) and Basal Metabolic Rate (BMR) using standard formulas based on age, weight, height, and activity level.

Identify Activity MET Values

The server searches a local catalog to find the specific Metabolic Equivalent of Task (MET) value for any listed physical activity.

Determine Burn Calories

It calculates the exact number of calories burned by running a specific activity, given your weight and how long you worked out.

Project Weight Loss Timeline

The server computes the total days or weeks required to hit a target weight based on maintaining a specified daily calorie deficit.

Included with Plan

Waiting for input…

AI Agent

Metabolic Energy Estimator: 4 Tools for Fitness Math

Use these four tools to calculate energy expenditure, set baselines (BMR/TDEE), track activity burn rates, and project weight loss timelines.

Make your AI actually useful.

Add this MCP to Claude, Cursor, or Windsurf and your AI stops guessing. It gets real tools to look things up, take action, and handle the stuff you keep doing by hand.

Start using Metabolic Energy Estimator on Vinkius

Calculate Tdee

Uses weight, height, age, and activity level to calculate your Total Daily Energy Expenditure (TDEE) and Basal Metabolic Rate (BMR).

Estimate Calories Burned

Calculates precise calories burned using an activity ID, your current weight, and...

Search Activity Catalog

Searches a local database for physical activities and returns their official...

Calculate Weight Loss Projection

Takes a target weight and daily deficit amount to project the exact number of days...

Security and governance baked right in.

Pick your AI client below to get set up. Just create a Vinkius account, subscribe, and you're instantly up and running. We handle the entire backend infrastructure, delivering out-of-the-box support for HTTPS Streamable, SSE, and OAuth2—zero messy routing required.

Claude AI

Claude AI

1

Open Claude Settings

Go to claude.ai, click your profile icon, then navigate to Customize → Connectors.

2

Add Custom Connector

Click the "+" button and select Add custom connector. Paste your Vinkius endpoint URL:

https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp

Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. For OAuth-protected servers, expand Advanced settings to add credentials.

3

Start a conversation

Open a new chat. The Metabolic Estimator integration is available immediately — no restart needed.

Choose How to Get Started

Build a custom MCP for your own tools, or connect a ready-made integration from our catalog.

Build Your Own

Turn any API into an MCP. Import a spec, define Agent Skills, or deploy with MCPFusion.

  • Import from OpenAPI, Swagger, or YAML specs
  • Create Agent Skills with progressive disclosure
  • Deploy to edge with MCPFusion framework
  • Built in DLP, auth, and compliance on every call
  • Real time usage dashboard and cost metering
  • Publish to catalog or keep private
Start building

Make Your AI Do More

Start with Metabolic Energy Estimator, then connect any of our 5,100+ other servers whenever your AI needs more. One click, no limits.

  • Use this MCP plus 5,100+ others, all in one place
  • Add new capabilities to your AI anytime you want
  • Every connection is secured and compliant automatically
  • Track usage and costs across all your servers
  • Works with Claude, ChatGPT, Cursor, and more
  • New servers added to the catalog every week
Metabolic Estimator MCP server cover

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by calorie-burn-estimator. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

VINKIUS INFRASTRUCTURE

Cloud Hosted

Managed infra

V8 Isolated

Sandboxed per request

Zero-Trust Proxy

No stored credentials

DLP Enforced

Policy on every call

GDPR Compliant

EU data residency

Token Compression

~60% cost reduction

Your data is protected. See how we built it.

Works with Claude, ChatGPT, Cursor, and more

The Model Context Protocol standardizes how applications expose capabilities to LLMs. Instead of operating in isolation, your AI gains direct access to external platforms, live data, and real-world actions through secure, standardized connections.

This connection provides 4 powerful capabilities that interface natively with Claude, ChatGPT, Cursor, and other compatible AI platforms. No middleware. No custom integration required.

Figuring out your true calorie burn shouldn't feel like a math exam.

Before this MCP Server, figuring out how many calories an activity burned meant manually looking up formulas, cross-referencing general body weight multipliers, and guessing if the online calculator used MET values or something else entirely. It was slow, manual copy-pasting across three different spreadsheets.

Now, your agent handles it in two calls. First, you get the baseline with `calculate_tdee`. Then, for any activity, calling `search_activity_catalog` and passing that ID to `estimate_calories_burned` gives you the final number instantly. The messy math is gone.

The Metabolic Energy Estimator MCP Server: calculate BMR and TDEE

You used to have to write complex functions that took weight, height, age, gender, and activity multiplier as arguments just to get a baseline number. That logic was fragile and hard to maintain.

Now, the `calculate_tdee` tool handles all that complexity inside its single API call. You send the parameters; you get the accurate TDEE back. It's clean, predictable math.

What your AI can actually do with this

The calculate_tdee tool determines your Total Daily Energy Expenditure (TDEE) and Basal Metabolic Rate (BMR). You input your current weight, height, age, and activity level; it runs those numbers through the established Mifflin-St Jeor equation to give you precise calorie targets. This isn't guesswork—it's deterministic math. The BMR tells you what calories you burn just keeping your organs running; TDEE accounts for everything else you do throughout a day.

When your agent needs to know your baseline energy requirements, it calls this tool. You never send sensitive health data anywhere outside the local process.

The server also provides four key tools that handle every metabolic calculation, so you don't have to trust any random LLM guess. First, if you need background activity data, the search_activity_catalog tool pulls from a local database of physical activities. It gives you the official Metabolic Equivalent of Task (MET) value for anything listed in its 80-plus exercise catalog.

These MET values are critical because they are the industry standard for measuring energy output.

Once you've got that MET value, the estimate_calories_burned tool calculates exactly how many calories you burned during a specific workout. You just feed it an activity ID (which comes from the catalog search), your current weight, and the duration of time you worked out. The result is a precise calorie count for that session.

It’s not rounded; it's calculated based on established metabolic science.

For planning, the calculate_weight_loss_projection tool figures out exactly how long it will take to hit your weight goal. You give it two simple numbers: your target weight and the daily calorie deficit you plan to maintain. The tool runs the math and tells you, in days or weeks, precisely when you’ll reach that number.

This function handles the full timeline projection, making sure you know what's coming up.

Your AI client doesn't guess at energy expenditure; it runs verified calculations every time. It calculates your baseline needs using age, weight, height, and activity level via calculate_tdee. You can find specific MET values for any listed exercise by calling search_activity_catalog. Then, you plug those metrics into the system to get an exact calorie burn rate using estimate_calories_burned, factoring in your body weight and workout length.

Finally, if you're mapping out a plan, the server computes the total time—in days or weeks—required to hit a target weight by maintaining a specified daily deficit amount through calculate_weight_loss_projection. You just plug in the variables and get the definite answer.

Built · Hosted · Managed by Vinkius Metabolic Energy Estimator - Calculate TDEE & Calorie Burn
Server ID 019e3873-72a8-7031-b0d7-49d08f847c56
Vinkius Inspector
Compliance Grade F
Score 3.6/100
Vinkius Inspector Badge — Score 3.6/100

Questions you might have

How does calculate_weight_loss_projection handle the 7700 calories per kg rule? +

It uses the standard scientific metric of 1kg of body fat equaling approximately 7,700 calories. You just need to provide your target weight and the daily deficit amount.

Do I need search_activity_catalog before running estimate_calories_burned? +

Yes. estimate_calories_burned requires an activityId. You must run search_activity_catalog first to get the specific ID for the activity you want to track.

Is the TDEE calculation safe? +

Yes. The server runs the Mifflin-St Jeor equation locally, meaning your health metrics never leave your environment or go up to a cloud service.

Can I use estimate_calories_burned for weightlifting? +

Yes, as long as 'weightlifting' is in the catalog. You must first run search_activity_catalog to verify its activity ID and MET value for accurate results.

Does running `calculate_tdee` send my health data to a cloud server? +

No, the calculation runs locally on the Vurb engine. Your Basal Metabolic Rate and Total Daily Energy Expenditure never leave your private environment.

What error handling should I expect when using `calculate_weight_loss_projection`? +

If inputs are invalid (like negative weight or deficit), the tool returns a structured error object. Always validate that all provided metrics are positive numbers.

Are there rate limits for calling `estimate_calories_burned`? +

Vinkius manages underlying API throughput, but we recommend implementing exponential backoff logic in your agent client. Check the service dashboard for specific usage caps.

How does `search_activity_catalog` determine which activities are available? +

It queries a deterministic, local index of over 80 physical activities. This means you get immediate access to verified MET values without needing external API calls or network lookup delays.

How does it calculate the calories burned? +

The estimate_calories_burned tool uses the standard metabolic formula: Calories = MET * weight(kg) * time(hours). It pulls the exact MET value from its internal activity catalog.

What formula is used for Basal Metabolic Rate (BMR)? +

The calculate_tdee tool uses the Mifflin-St Jeor equation, which is currently considered the most accurate standard for predicting resting metabolic rate.

How does it project weight loss? +

The calculate_weight_loss_projection tool uses the biological constant that 1kg of body fat equals approximately 7700 calories. It divides the total required deficit by your daily deficit to predict the exact timeline.

Built & Managed by Vinkius 30s setup 4 tools

We've already built the connector for Metabolic Estimator. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 4 tools are live and waiting. You're up and running in seconds.

Vinkius runs on Claude Claude
Vinkius runs on ChatGPT ChatGPT
Vinkius runs on Cursor Cursor
Vinkius runs on Gemini Gemini
Vinkius runs on Windsurf Windsurf
Vinkius runs on VS Code VS Code
Vinkius runs on JetBrains JetBrains
Vinkius runs on Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.