inbody-api-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| INBODY_LOGIN_ID | Yes | Registration phone number, digits only (no country code or +). Used as login ID. | |
| INBODY_LOGIN_PW | Yes | Password for the InBody account. | |
| INBODY_COUNTRY_CODE | No | ISO country code for region routing. | US |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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