MCP Server
MCP
io.github.rwestergren/inbody-api-mcp
MCP server for InBody body-composition data — scans, body fat, muscle mass, body water
Install
uvx inbody-api-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "inbody-api-mcp",
"version": "0.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "The phone number used to register your InBody account (digits only, no country code).",
"isRequired": true,
"name": "INBODY_LOGIN_ID"
},
{
"description": "Your InBody account password",
"isRequired": true,
"isSecret": true,
"name": "INBODY_LOGIN_PW"
},
{
"description": "ISO country code selecting the regional API host (defaults to US).",
"name": "INBODY_COUNTRY_CODE"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment