{
  "schemaVersion": "2025-06-18",
  "name": "fitgauge-calculators",
  "title": "FitCalcs Calculators",
  "description": "Read-only MCP server exposing FitCalcs' fitness calculators as tools: TDEE and calories (Mifflin-St Jeor), BMI and waist-to-height (NHS), and race-time prediction (Riegel). Each result names its equation. No authentication, no PII. Informational only, not medical or dietary advice.",
  "version": "2026-06-12",
  "vendor": {
    "name": "FitCalcs",
    "url": "https://example.fitgauge.placeholder"
  },
  "endpoints": [
    {
      "url": "https://example.fitgauge.placeholder/mcp",
      "transport": "streamable-http"
    }
  ],
  "capabilities": {
    "resources": false,
    "tools": true
  },
  "tools": [
    {
      "name": "calculate_tdee",
      "description": "TDEE, BMR and calorie targets from the Mifflin-St Jeor equation."
    },
    {
      "name": "calculate_bmi",
      "description": "BMI with NHS categories plus optional waist-to-height ratio."
    },
    {
      "name": "predict_race_times",
      "description": "Predict 5K, 10K, half and marathon times from one recent result (Riegel)."
    }
  ],
  "documentation": "https://example.fitgauge.placeholder/api/",
  "openapi": "https://example.fitgauge.placeholder/openapi.json",
  "license": "https://creativecommons.org/licenses/by/4.0/"
}
