Metadata-Version: 2.4
Name: bmi-calculator-mcp
Version: 0.1.2
Summary: A Model Context Protocol server for calculating BMI (Body Mass Index)
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: fastmap>=0.0.12
Requires-Dist: httpx>=0.28.1
Requires-Dist: mcp[cli]>=1.17.0
Requires-Dist: python-dotenv>=1.1.1

# BMI Calculator MCP Server

**bmi-calculator-mcp**

A Model Context Protocol server for calculating BMI (Body Mass Index).

## Server Config

```json
{
  "mcpServers": {
    "bmi-calculator-mcp": {
      "command": "uvx",
      "args": ["bmi-calculator-mcp"],
      "env": {}
    }
  }
}
```

## Description

This is a simple MCP server that provides a tool to calculate Body Mass Index (BMI) based on height (in meters) and weight (in kilograms). It returns the BMI value and a health status assessment.
