Inbody API MCP
An MCP (Model Context Protocol) server for InBody body-composition data, built on the reverse-engineered mobile REST API used by the InBody Android app. Its README documents 4 tools, including get_profile, get_scan_count, list_scans. It runs locally over stdio via the published package.
People who work with body composition, fitness and health and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.
VERIFIED ACTIVE
LAST COMMIT 2026-06-19 · ★ 9 · #57 OF 71 MAINTAINED SCIENCE & HEALTH · VERIFIED 2026-09-18
MIT · Python servers · how we verify → /methodology
01 · Install Inbody API MCP
before you install - you'll need
Set INBODY_LOGIN_ID, INBODY_LOGIN_PW before connecting. INBODY_COUNTRY_CODE is optional or environment-specific per the README.
Claude Code
claude mcp add rwestergren-inbody-api-mcp -- uvx inbody-api-mcp Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"rwestergren-inbody-api-mcp": {
"command": "uvx",
"args": [
"inbody-api-mcp"
]
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as local process (stdio) - runs on your machine with your user's permissions
license MIT - declared in the repository
pypi package inbody-api-mcp - check the name against the project README before installing (PyPI has no namespace ownership)
registry namespace io.github.rwestergren is GitHub-verified and matches the repo owner
03 · What Inbody API MCP can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
What you can build
An agent gets 4 documented tools, including get_profile, get_scan_count, list_scans, get_scan.
The 4 tools it gives your agent
Extracted from the project's README - what inbody-api-mcp lets an agent do.
- get_profile
- - User identity and baseline metrics (height, weight, age, gender)
- get_scan_count
- - Total number of scans on the account
- list_scans
- - Chronological scan summaries (weight, BMI, % body fat, muscle mass)
- get_scan
- - Full metric set for one scan (BCA / MFA / IMP blocks)
Latest releases
v0.1.0 · 2026-06-19
04 · Who maintains Inbody API MCP
inbody-api-mcp is maintained by rwestergren. We track 4 MCP servers from rwestergren - 4 actively maintained, 68 combined GitHub stars, oldest repo from Apr 2026. Full record: all servers from rwestergren.
05 · Facts
- repository
- github.com/rwestergren/inbody-api-mcp
- category
- science & health - ranked #57 of 71 actively-maintained science & health servers as of 2026-09-18.
- registry
- io.github.rwestergren/inbody-api-mcp (active, first published 2026-06-19)
- packages
- pypi:inbody-api-mcp
06 · Inbody API MCP FAQ
Is Inbody API MCP still maintained?
Yes - as of 2026-09-18, its last commit was 2026-06-19. We re-verify nightly.
What can Inbody API MCP do?
An agent gets 4 documented tools, including get_profile, get_scan_count, list_scans, get_scan.
How do I install Inbody API MCP?
Run `uvx inbody-api-mcp`. The README documents 3 environment variables (INBODY_LOGIN_ID, INBODY_LOGIN_PW, INBODY_COUNTRY_CODE) to set first. Set INBODY_LOGIN_ID, INBODY_LOGIN_PW before connecting. INBODY_COUNTRY_CODE is optional or environment-specific per the README. You can also paste the ready-made client config above.
Does Inbody API MCP run locally?
Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.
07 · Alternatives to Inbody API MCP
Alternatives to Inbody API MCP
Maintained science & health servers if Inbody API MCP isn't the fit.
- Arxiv MCP Server (blazickjp) Search arXiv papers, download full text, semantic search, citation graphs, and alerts via MCP. ★ 3,159 · 2026-08-26
- Paper Banana Generate academic diagrams and statistical plots from text using multi-agent AI. ★ 2,367 · 2026-09-17
- Pyscn Python code analysis for AI agents: complexity, dead code, clones, coupling, and a health score. ★ 1,068 · 2026-09-17
- Pubmed MCP Server Search PubMed/Europe PMC, fetch articles and full text (PMC/EPMC/Unpaywall), citations, MeSH terms. ★ 148 · 2026-09-13
- FHIR MCP Server MCP server providing seamless access to FHIR APIs for AI tools and healthcare applications ★ 136 · 2026-09-04
- Clinicaltrialsgov MCP Server Search ClinicalTrials.gov - find studies, retrieve results, match patients to eligible trials. ★ 94 · 2026-09-13
More science & health MCP servers · Atera MCP · Axcient MCP · Cove Data Protection MCP · Prism · IBGE Brasil MCP
More Python MCP servers · Rachio MCP · Agent Harnesses · Sourced · Pixelpanda MCP · Warrant · see all