Skip to main content
Glama
rwestergren

inbody-api-mcp

by rwestergren

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
INBODY_LOGIN_IDYesRegistration phone number, digits only (no country code or +). Used as login ID.
INBODY_LOGIN_PWYesPassword for the InBody account.
INBODY_COUNTRY_CODENoISO country code for region routing.US

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_profileA

Get the InBody user profile.

Returns identity and baseline body metrics (name, gender, age, height, weight, email) useful for interpreting scan results.

get_scan_countA

Get the total number of InBody scans available for the account.

list_scansA

List InBody scans with headline metrics, newest first.

Returns a slim summary per scan (date, weight, BMI, %body fat, skeletal muscle mass, body fat mass, total body water, equipment). Use get_scan with a scan's raw_datetime for the full metric set.

Args: limit: Maximum number of scans to return (default 20). offset: Pagination offset into the scan history (default 0).

get_scanA

Get the full metric set for a single InBody scan.

Returns the complete BCA (body composition), MFA (BMI/%fat/muscle with norm ranges), and IMP (segmental/multi-frequency impedance) blocks.

Args: raw_datetime: The scan's raw DATETIMES value (YYYYMMDDHHMMSS) from list_scans. Defaults to the most recent scan.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rwestergren/inbody-api-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server