{
  "name": "boringtoolskit",
  "description": "BoringToolsKit is a free collection of private, no-signup browser calculators and everyday tools for money, home, school, and work \u2014 built for anyone who wants instant answers without accounts or uploads. The MCP server exposes the calculators as callable tools for AI agents over Streamable HTTP.",
  "version": "1.0.0",
  "serverUrl": "https://boringtoolskit.com/mcp",
  "tools": [
    {
      "name": "tip_bill_split",
      "description": "Split a bill across a group after tax, tip, and optional rounding."
    },
    {
      "name": "discount_percent_off",
      "description": "Compute final checkout total after stacked discounts, coupon, and tax."
    },
    {
      "name": "bmi",
      "description": "Calculate body mass index and category from weight and height."
    },
    {
      "name": "bmr_tdee",
      "description": "Estimate BMR (Mifflin-St Jeor) and total daily energy expenditure."
    },
    {
      "name": "mortgage_payment",
      "description": "Estimate the full monthly housing payment and total interest."
    },
    {
      "name": "auto_loan",
      "description": "Estimate a monthly auto-loan payment from price, down, trade, term, and APR."
    },
    {
      "name": "compound_interest",
      "description": "Grow a balance with compound interest and optional monthly contributions."
    },
    {
      "name": "savings_growth",
      "description": "Project the future value of a lump-sum investment with optional additions."
    },
    {
      "name": "simple_interest",
      "description": "Compute simple interest, total value, and compound comparison."
    },
    {
      "name": "calorie",
      "description": "Estimate BMR and total daily energy expenditure (Mifflin-St Jeor)."
    },
    {
      "name": "percentage",
      "description": "Solve percentage problems: of, is-what, and change."
    },
    {
      "name": "square_footage",
      "description": "Compute area with waste and conversions (sq yd, sq m, acres)."
    }
  ],
  "transport": "streamable-http",
  "capabilities": [
    "tools"
  ]
}
