← Back to Plugins
MCP Server MCP

io.github.rwestergren/inbody-api-mcp

github By github 👁 1 views ▲ 0 votes

MCP server for InBody body-composition data — scans, body fat, muscle mass, body water

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...