How to Use the Metabolic Energy Estimator MCP in Windsurf
Feed metabolic calculations directly to Cascade in Windsurf to build dynamic fitness apps and plan real-world weight projections.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Metabolic Energy Estimator MCP to Windsurf
Create your Vinkius account to connect Metabolic Energy Estimator to Windsurf and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Automate TDEE and BMR modeling inside Windsurf
Cascade handles the tedious math of the Mifflin-St Jeor equation without manual intervention. By calling `calculate_tdee`, your agent gets an immediate baseline of a user's energy expenditure. It doesn't just stop there; it feeds these baseline figures into custom fitness profiles it creates on the fly. You specify the target profile goals, and Cascade chains the setup. It pulls the necessary baseline data, runs the calculations, and formats the output. This lets you construct fully customized caloric baselines in your workspace files.
Build adaptive weight loss projections
Long-term weight forecasting gets messy when you ignore metabolic adaptation. The Metabolic Energy Estimator MCP Server solves this by letting Cascade run `calculate_weight_loss_projection` based on the standard 7,700-calorie deficit per kilogram. Your agent maps out weekly milestones and adjusts timelines as energy expenditure drops. Cascade writes the code to visualize these plateaus directly in your project. It chains the lookup step with the projection engine, writing clean data structures that reflect actual biological realities instead of linear math fantasies.
Query activities and calculate exact MET burns
Finding metabolic equivalent values is usually a hunt through sketchy web tables. Cascade uses `search_activity_catalog` to pinpoint exact MET values from a local database of over 80 activities. It then pipes that ID straight into `estimate_calories_burned` to calculate the exact burn rate based on user weight. This entire flow runs autonomously in your editor. You give the command to update a user's exercise log, and Cascade handles the catalog search, extracts the correct MET, calculates the burn, and updates your local database.
Set up Metabolic Energy Estimator MCP in Windsurf
Prerequisites
- Windsurf IDE installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Click the Cascade assistant icon in the sidebar, then click the hammer icon (🔨) at the top of the panel. Select "Configure" to open
~/.codeium/windsurf/mcp_config.json. - 2
Add the Metabolic Energy Estimator MCP
Paste the JSON snippet shown on the right into the
mcpServersobject. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Refresh MCPs
Go back to the hammer icon (🔨) in Cascade and click "Refresh". Windsurf will detect the new server. No full restart is needed — the connection is hot-reloaded.
- 4
Verify in Cascade
Start a new Cascade conversation and ask something like "Show my Metabolic Energy Estimator payment history." If connected, Cascade will call the Metabolic Energy Estimator tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"metabolic-energy-estimator-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} 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.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Metabolic Energy Estimator MCP in Windsurf
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Metabolic Energy Estimator MCP today
We host it, we monitor it, we maintain it. You just paste one token.