Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.davidmosiah/withingsmcp

NPM · WITHINGS-MCP-UNOFFICIAL · SCANNED AUG 3

Privacy-first, unofficial Withings MCP server for AI health, sleep, activity and heart-rate agents.

+46 this week 70 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (129 of 130), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (129 of 130), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability84
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 2392 tokens (~79/item across 30 items; 23 tools + 7 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage90
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 66% of tool parameters carry a description.Partial
  • Structured output schemas are declared (78% of tools); any adoption earns full credit.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · withings-mcp-unofficial

# add to Claude Code
claude mcp add davidmosiah-withingsmcp -- npx -y withings-mcp-unofficial
# add to Codex CLI
codex mcp add davidmosiah-withingsmcp -- npx -y withings-mcp-unofficial
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "davidmosiah-withingsmcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "withings-mcp-unofficial"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add davidmosiah-withingsmcp --command npx --arg -y --arg withings-mcp-unofficial
# ~/.hermes/config.yaml
mcp_servers:
  davidmosiah-withingsmcp:
    command: "npx"
    args: ["-y", "withings-mcp-unofficial"]
// mcp.json
{
  "mcpServers": {
    "davidmosiah-withingsmcp": {
      "command": "npx",
      "args": [
        "-y",
        "withings-mcp-unofficial"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

  • 2 Aug 26 +44
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Malware scan: unverified → pass security
    • Tool coverage: 100 → unverified functional
    • Security disclosure: fail → unverified functional
    • Schema quality: 100 → unverified functional
    • Schema quality: unverified → good functional
    • Stability: unverified → 0.23 functional
    • MCP protocol: unverified → pass functional
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • Licence: MIT functional
  • 31 Jul 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −27
    • Schema quality: 100 → unverified functional
    • Tool coverage: 100 → unverified functional
  • 28 Jul 26 +27
    • Schema quality: unverified → 100 functional
    • Tool coverage: unverified → 100 functional
    • First check of Tool coverage: 66 functional
    • First check of Tool coverage: 78 functional
    • First check of Schema quality: fail functional
    • First check of Schema quality: unverified functional
    • First check of Schema quality: pass functional
  • 27 Jul 26 24

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 129 packages

129 packages in the resolved dependency tree · 129 deprecated · 49 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 23 exposed · ~2,259 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
withings_agent_manifest ~46

Machine-readable install, runtime and client guidance for AI agents. Does not call Withings or expose secrets.

NameTypeReqDescription
clientstring
response_formatstring
NameTypeReqDescription
agent_rulesarrayyes
clientstringyes
hermesobjectyes
linksobjectyes
mcp_namestringyes
oauthobjectyes
packageobjectyes
projectstringyes
recommended_first_callsarrayyes
resourcesarrayyes
standard_toolsarrayyes
troubleshootingarrayyes
unofficialbooleanyes

No examples provided.

withings_cache_status ~38

Show optional local SQLite cache status. Enable with WITHINGS_CACHE=sqlite or WITHINGS_CACHE=true.

NameTypeReqDescription
response_formatstring
NameTypeReqDescription
enabledbooleanyes
entriesintegeryes
http_cacheobject
newest_cached_atstring
pathstringyes

No examples provided.

withings_capabilities ~34

Explain supported Withings data, privacy boundaries, recommended agent workflow and project links.

NameTypeReqDescription
response_formatstring
NameTypeReqDescription
api_boundaryobjectyes
auth_modelobjectyes
client_aliasesobjectyes
contribution_pathsarrayyes
creatorobjectyes
linksobjectyes
mcp_namestringyes
privacy_modesarrayyes
projectstringyes
recommended_agent_flowarrayyes
supported_dataarrayyes
unofficialbooleanyes

No examples provided.

withings_connection_status ~55

Check local Withings config, token file, Node version, privacy mode, cache readiness and optional MCP client readiness without calling Withings or exposing secrets.

NameTypeReqDescription
clientstring
response_formatstring
NameTypeReqDescription
automatic_auth_supportedbooleanyes
cacheobjectyes
clientstring
client_checksobject
configobjectyes
missing_envarrayyes
next_stepsarrayyes
nodeobjectyes
oauthobjectyes
okbooleanyes
privacy_modestringyes
ready_for_withings_apibooleanyes
redirect_uristring
required_envobjectyes
tokenobjectyes

No examples provided.

withings_daily_summary ~80

Build a practical daily summary from Withings activity, sleep and body/heart data when available. Read-only and non-medical.

NameTypeReqDescription
daysintegerLookback window for recent training context.
response_formatstring
timezonestringIANA timezone used only for display, e.g. America/New_York.
NameTypeReqDescription
generated_atstringyes
kindstringyes

No examples provided.

withings_data_inventory ~47

Inventory supported Withings data domains, auth scope requirements, privacy boundary and recommended first calls. Does not call Withings APIs or expose user data.

NameTypeReqDescription
response_formatstring
NameTypeReqDescription
api_boundary
auth
categoriesarrayyes
data_access_modelstringyes
first_toolsarrayyes
generated_atstringyes
kindstringyes
linksobjectyes
mcp_namestringyes
notesarrayyes
privacy_modesarrayyes
recommended_agent_flowarrayyes
scopesarrayyes
sourcestringyes
totalsobjectyes
unofficialbooleanyes

No examples provided.

withings_demo ~54

Returns realistic example payloads of withings_daily_summary, withings_wellness_context, and withings_list_body_measures so agents see the contract before calling real Withings APIs.

NameTypeReqDescription
response_formatstring

No output schema declared.

No examples provided.

withings_exchange_code ~63

Exchange a Withings OAuth authorization code for local tokens using Withings signed request flow. Tokens are stored locally and never returned.

NameTypeReqDescription
codestringyesOAuth authorization code, or a full redirect URL containing ?code=...
response_formatstring
NameTypeReqDescription
expires_atnumber
notestringyes
okbooleanyes
scopestring
token_pathstringyes

No examples provided.

withings_get_auth_url ~73

Generate a Withings OAuth authorization URL. Use this first when no local token exists.

NameTypeReqDescription
response_formatstring
scopesarrayOptional scope override. Defaults to read-only Withings scopes used by this server.
statestringOptional OAuth state value generated by the caller.
NameTypeReqDescription
auth_urlstringyes
next_stepstringyes
redirect_uristringyes
scopesarrayyes

No examples provided.

withings_list_activity ~175

List Withings daily activity summaries. Requires user.activity scope.

NameTypeReqDescription
afterstringOnly return Withings records after this time. Converted to Withings startdate.
all_pagesbooleanFetch multiple pages up to max_pages.
beforestringOnly return Withings records before this time. Converted to Withings enddate.
limitintegerUpstream page-size hint and local output cap used for pagination safety.
max_pagesintegerMaximum pages to fetch when all_pages is true.
pageintegerWithings page number.
privacy_modestringOptional per-call privacy override. Defaults to WITHINGS_PRIVACY_MODE or structured. raw returns upstream Withings JSON. summary minimizes sensitive health and profile details.
response_formatstring
NameTypeReqDescription
countintegeryes
endpointstringyes
has_morebooleanyes
next_pageinteger
pages_fetchedintegeryes
privacy_modestringyes
recordsarrayyes

No examples provided.

withings_list_body_measures ~186

List Withings punctual measurements such as weight and body composition. Requires user.metrics scope. Not medical advice.

NameTypeReqDescription
afterstringOnly return Withings records after this time. Converted to Withings startdate.
all_pagesbooleanFetch multiple pages up to max_pages.
beforestringOnly return Withings records before this time. Converted to Withings enddate.
limitintegerUpstream page-size hint and local output cap used for pagination safety.
max_pagesintegerMaximum pages to fetch when all_pages is true.
pageintegerWithings page number.
privacy_modestringOptional per-call privacy override. Defaults to WITHINGS_PRIVACY_MODE or structured. raw returns upstream Withings JSON. summary minimizes sensitive health and profile details.
response_formatstring
NameTypeReqDescription
countintegeryes
endpointstringyes
has_morebooleanyes
next_pageinteger
pages_fetchedintegeryes
privacy_modestringyes
recordsarrayyes

No examples provided.

withings_list_heart ~181

List Withings heart records where available. Requires user.metrics scope. Not medical advice.

NameTypeReqDescription
afterstringOnly return Withings records after this time. Converted to Withings startdate.
all_pagesbooleanFetch multiple pages up to max_pages.
beforestringOnly return Withings records before this time. Converted to Withings enddate.
limitintegerUpstream page-size hint and local output cap used for pagination safety.
max_pagesintegerMaximum pages to fetch when all_pages is true.
pageintegerWithings page number.
privacy_modestringOptional per-call privacy override. Defaults to WITHINGS_PRIVACY_MODE or structured. raw returns upstream Withings JSON. summary minimizes sensitive health and profile details.
response_formatstring
NameTypeReqDescription
countintegeryes
endpointstringyes
has_morebooleanyes
next_pageinteger
pages_fetchedintegeryes
privacy_modestringyes
recordsarrayyes

No examples provided.

withings_list_sleep ~181

List detailed Withings sleep data where available. Requires user.activity scope. Not medical advice.

NameTypeReqDescription
afterstringOnly return Withings records after this time. Converted to Withings startdate.
all_pagesbooleanFetch multiple pages up to max_pages.
beforestringOnly return Withings records before this time. Converted to Withings enddate.
limitintegerUpstream page-size hint and local output cap used for pagination safety.
max_pagesintegerMaximum pages to fetch when all_pages is true.
pageintegerWithings page number.
privacy_modestringOptional per-call privacy override. Defaults to WITHINGS_PRIVACY_MODE or structured. raw returns upstream Withings JSON. summary minimizes sensitive health and profile details.
response_formatstring
NameTypeReqDescription
countintegeryes
endpointstringyes
has_morebooleanyes
next_pageinteger
pages_fetchedintegeryes
privacy_modestringyes
recordsarrayyes

No examples provided.

withings_list_sleep_summary ~183

List Withings sleep summaries with common sleep fields. Requires user.activity scope. Not medical advice.

NameTypeReqDescription
afterstringOnly return Withings records after this time. Converted to Withings startdate.
all_pagesbooleanFetch multiple pages up to max_pages.
beforestringOnly return Withings records before this time. Converted to Withings enddate.
limitintegerUpstream page-size hint and local output cap used for pagination safety.
max_pagesintegerMaximum pages to fetch when all_pages is true.
pageintegerWithings page number.
privacy_modestringOptional per-call privacy override. Defaults to WITHINGS_PRIVACY_MODE or structured. raw returns upstream Withings JSON. summary minimizes sensitive health and profile details.
response_formatstring
NameTypeReqDescription
countintegeryes
endpointstringyes
has_morebooleanyes
next_pageinteger
pages_fetchedintegeryes
privacy_modestringyes
recordsarrayyes

No examples provided.

withings_list_workouts ~174

List Withings workouts. Requires user.activity scope.

NameTypeReqDescription
afterstringOnly return Withings records after this time. Converted to Withings startdate.
all_pagesbooleanFetch multiple pages up to max_pages.
beforestringOnly return Withings records before this time. Converted to Withings enddate.
limitintegerUpstream page-size hint and local output cap used for pagination safety.
max_pagesintegerMaximum pages to fetch when all_pages is true.
pageintegerWithings page number.
privacy_modestringOptional per-call privacy override. Defaults to WITHINGS_PRIVACY_MODE or structured. raw returns upstream Withings JSON. summary minimizes sensitive health and profile details.
response_formatstring
NameTypeReqDescription
countintegeryes
endpointstringyes
has_morebooleanyes
next_pageinteger
pages_fetchedintegeryes
privacy_modestringyes
recordsarrayyes

No examples provided.

withings_onboarding ~123

Return the 11-question onboarding flow plus the current profile state and missing fields. Read-only — does NOT persist anything. Pair with withings_profile_update once the user answers. Cross-connector: the same profile is shared by every Delx Wellness MCP (whoop, garmin, oura, fitbit, strava, polar, withings, apple-health, samsung-health, google-health, nourish, cycle-coach, cgm, air).

NameTypeReqDescription
localestringOnboarding locale. Defaults to en.
response_formatstring

No output schema declared.

No examples provided.

withings_privacy_audit ~38

Return local privacy, cache, token-path and env-presence posture without revealing secret values.

NameTypeReqDescription
response_formatstring
NameTypeReqDescription
cache_enabledbooleanyes
cache_pathstringyes
config_sourcestringyes
gps_redaction_defaultbooleanyes
local_config_existsbooleanyes
local_config_pathstringyes
local_config_secure_permissionsboolean
notesarrayyes
privacy_mode_defaultstringyes
projectstringyes
raw_payloads_opt_inbooleanyes
redacted_key_patternsarrayyes
required_env_presentobjectyes
secret_env_varsarrayyes
stdout_safebooleanyes
token_pathstringyes
unofficialbooleanyes

No examples provided.

withings_profile_get ~67

Read the shared Delx Wellness profile from ~/.delx-wellness/profile.json. Returns preferred name, goals, devices, training/nutrition/exercise/agent preferences and safety flags. NEVER contains OAuth tokens or API secrets. Read-only.

NameTypeReqDescription
response_formatstring

No output schema declared.

No examples provided.

withings_profile_update ~153

Persist a partial patch to ~/.delx-wellness/profile.json. Requires explicit_user_intent=true (otherwise returns USER_ACTION_REQUIRED). Rejects secret-like fields (oauth, token, secret, password, cookie, refresh, api_key, session) at write time. Use to record preferred name, goals, devices, training context, nutrition context, exercise preferences, agent preferences, and safety flags.

NameTypeReqDescription
explicit_user_intentbooleanMust be true to persist. Prevents accidental writes from agent inference.
patchobjectyesPartial WellnessProfileDocument patch. Top-level keys: profile, goals, devices, training, nutrition, preferences, safety, notes.
response_formatstring

No output schema declared.

No examples provided.

withings_quickstart ~63

Personalized 3-step setup walkthrough for the human user. Adapts to current state (env vars set? token present? what's next?). Call this first when the user asks 'how do I connect Withings?'

NameTypeReqDescription
response_formatstring

No output schema declared.

No examples provided.

withings_revoke_access ~47

Delete the local Withings token file. Withings token revocation support varies by app/API plan, so this tool only clears local access.

NameTypeReqDescription
response_formatstring
NameTypeReqDescription
local_tokens_clearedbooleanyes
notestringyes
okbooleanyes
token_pathstringyes

No examples provided.

withings_weekly_summary ~101

Build a weekly Withings scorecard with sleep, activity, body measures, bottlenecks and actions. Read-only and non-medical.

NameTypeReqDescription
compare_daysintegerPrior comparison window in days. Use 0 to disable comparison.
daysintegerRecent analysis window in days.
response_formatstring
timezonestringIANA timezone used only for display, e.g. America/New_York.
NameTypeReqDescription
generated_atstringyes
kindstringyes

No examples provided.

withings_wellness_context ~97

Normalize Withings sleep and activity load into the shared wellness_context shape for recommendation engines.

NameTypeReqDescription
daysintegerLookback window for normalized Withings wellness context.
injury_flagsarray
notesstring
response_formatstring
sorenessarray
timezonestringIANA timezone used only for display, e.g. America/New_York.
NameTypeReqDescription
generated_atstringyes
injury_flagsarrayyes
notesarrayyes
recent_training_loadstringyes
sorenessarrayyes
sourcestringyes

No examples provided.