Health Information API
@sryno
About Health Information API
Simple MCP server to provide health related metrics
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Health Information API?
A FastAPI application that provides health and nutrition calculators including BMI, body frame size, body fat percentage, macronutrient targets, and food nutrition via the USDA FoodData Central API. It is designed for developers who want to integrate these health metrics into their applications.
How to use Health Information API?
Clone the repository, install dependencies with pip install -r requirements.txt, set the USDA_API_KEY environment variable (and optionally OPENAI_API_KEY), then run uvicorn main:app --reload. The API will be available at http://localhost:8000 with interactive documentation at /docs and /redoc.
Key features of Health Information API
- BMI Calculator
- Body Frame Size Calculator
- Body Fat Percentage Calculator (U.S. Navy Method)
- Macronutrient Calculator
- Food Nutrition Calculator (USDA FoodData Central API)
Use cases of Health Information API
- Calculate BMI from weight and height for health assessments.
- Determine body frame size based on wrist circumference and height.
- Estimate body fat percentage using the U.S. Navy method.
- Compute daily calorie and macronutrient targets based on personal data and goals.
- Look up the nutritional content of food ingredients using the USDA database.
FAQ from Health Information API
What endpoints does Health Information API offer?
The API provides a POST /bmi endpoint for BMI, POST /body-frame for body frame size, POST /body-fat for body fat percentage, POST /macros for macronutrients, and a GET /food-nutrition endpoint for food nutrition.
How do I get a USDA API key for the Food Nutrition Calculator?
Sign up for a free API key at https://fdc.nal.usda.gov/api-key-signup.html and set it as the USDA_API_KEY environment variable.
What dependencies are required to run the server?
Python libraries listed in requirements.txt. The README instructs to clone the repository and run pip install -r requirements.txt.
Is there an optional OpenAI API key?
Yes, an OPENAI_API_KEY can be set, but it is optional and not required for the basic functionality.
How do I run tests for Health Information API?
Use pytest -v from the root of the cloned repository.
Frequently asked questions
What endpoints does Health Information API offer?
The API provides a `POST /bmi` endpoint for BMI, `POST /body-frame` for body frame size, `POST /body-fat` for body fat percentage, `POST /macros` for macronutrients, and a `GET /food-nutrition` endpoint for food nutrition.
How do I get a USDA API key for the Food Nutrition Calculator?
Sign up for a free API key at https://fdc.nal.usda.gov/api-key-signup.html and set it as the `USDA_API_KEY` environment variable.
What dependencies are required to run the server?
Python libraries listed in `requirements.txt`. The README instructs to clone the repository and run `pip install -r requirements.txt`.
Is there an optional OpenAI API key?
Yes, an `OPENAI_API_KEY` can be set, but it is optional and not required for the basic functionality.
How do I run tests for Health Information API?
Use `pytest -v` from the root of the cloned repository.
Basic information
More Developer Tools MCP servers

Meticulous
MeticulousMCP server and skills to connect to the Meticulous UI testing platform.
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App

Moxie Docs
Jackalope-DevAutomated codebase documentation for GitHub: searchable docs, MCP context for AI agents, doc drift detection, and Friday Cleanup PRs.
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr

PuzzleTide Puzzle Generator
Caravaca-LabsWord search generator, crossword generator, and sudoku generator + solver as a local-first MCP server. 15 deterministic tools: printable PDF puzzle worksheets, themed word banks, and verifiable LLM evals. From the makers
Comments