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.BerkKilicoglu/google-health-fitbit-mcp

NPM · GOOGLE-HEALTH-FITBIT-MCP · SCANNED AUG 3

Privacy-first Google Health API MCP server for health, sleep, activity and HR agents

+15 this week 65 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 Usability82
  • 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
  • Context-footprint check failed: tool/resource definitions use about 3755 tokens (~104/item across 36 items; 29 tools + 7 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage83
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 41% of tool parameters carry a description.Partial
  • Structured output schemas are declared (83% 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

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

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 · google-health-fitbit-mcp

# add to Claude Code
claude mcp add berkkilicoglu-google-health-fitbit-mcp -- npx -y google-health-fitbit-mcp
# add to Codex CLI
codex mcp add berkkilicoglu-google-health-fitbit-mcp -- npx -y google-health-fitbit-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "berkkilicoglu-google-health-fitbit-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "google-health-fitbit-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add berkkilicoglu-google-health-fitbit-mcp --command npx --arg -y --arg google-health-fitbit-mcp
# ~/.hermes/config.yaml
mcp_servers:
  berkkilicoglu-google-health-fitbit-mcp:
    command: "npx"
    args: ["-y", "google-health-fitbit-mcp"]
// mcp.json
{
  "mcpServers": {
    "berkkilicoglu-google-health-fitbit-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "google-health-fitbit-mcp"
      ]
    }
  }
}
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 +45
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Security disclosure: unverified → fail functional
    • Tool coverage: unverified → 100 functional
    • License: unverified → pass functional
    • Schema quality: unverified → 100 functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → good functional
    • Licence: MIT functional
  • 2 Aug 26 −4
    • Malware scan: unverified → pass security
    • Security disclosure: fail → unverified functional
    • Tool coverage: 100 → unverified functional
    • Schema quality: 100 → unverified functional
  • 31 Jul 26 +18
    • 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 −44
    • Malware scan: pass → unverified security
    • Tool coverage: 100 → unverified functional
    • Schema quality: 100 → unverified functional
  • 27 Jul 26 50

    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 — 29 exposed · ~3,627 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
google_health_agent_manifest ~46

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

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

No examples provided.

google_health_cache_status ~40

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

NameTypeReqDescription
response_formatstring
NameTypeReqDescription
enabledbooleanyes
entriesintegeryes
http_cacheobject
newest_cached_atstring
pathstringyes

No examples provided.

google_health_capabilities ~34

Explain supported Google Health data, privacy boundaries, beta status and recommended agent workflow.

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

No examples provided.

google_health_connection_status ~55

Check local Google Health config, token file, Node version, privacy mode, cache readiness and optional MCP client readiness without calling Google APIs 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_google_health_apibooleanyes
redirect_uristring
required_envobjectyes
tokenobjectyes

No examples provided.

google_health_daily_rollup ~358

Aggregate a data type over civil days using Google Health dailyRollUp. Useful for steps, distance, calories, active minutes, weight and heart summaries.

NameTypeReqDescription
data_source_familystring
data_typestringGoogle Health data type in kebab case. Supported slugs (call google_health_list_data_types for units and which verbs each supports): active-energy-burned, active-minutes, active-zone-minutes, activit…
end_datestringExclusive end date as YYYY-MM-DD. Defaults to the next day.
page_sizeinteger
page_tokenstring
privacy_modestringOptional per-call privacy override. Defaults to GOOGLE_HEALTH_PRIVACY_MODE or structured. raw returns upstream Google Health JSON.
response_formatstring
start_datestring
window_size_daysinteger
NameTypeReqDescription
datayes
endpointstringyes
privacy_modestringyes

No examples provided.

google_health_daily_summary ~73

Build a practical daily summary from Google Health rollups and reconciled streams when available. Read-only, beta, non-medical.

NameTypeReqDescription
datestring
response_formatstring
timezonestringIANA timezone used only for display, e.g. America/New_York.
NameTypeReqDescription
generated_atstringyes
kindstringyes

No examples provided.

google_health_data_inventory ~39

Inventory supported Google Health data types, auth scopes, privacy modes and recommended first calls without calling Google APIs.

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.

google_health_data_type_coverage ~136

Build a data-type coverage plan from the official Google Health API data-type table, or run explicit live read-only checks against a real OAuth account. Live mode returns only redacted status and point-count buckets, never raw health payloads.

NameTypeReqDescription
data_source_familystring
data_typesarrayOptional subset of data_type slugs. Omit to validate the full local catalog.
datestring
livebooleanDefault false. When true, calls read-only Google Health endpoints after OAuth setup and returns only redacted coverage status.
response_formatstring
NameTypeReqDescription
kindstringyes
modestringyes

No examples provided.

google_health_demo ~57

Returns realistic Pixel-Watch-style example payloads of google_health_daily_summary, google_health_wellness_context, and google_health_daily_rollup so agents see the contract before calling real Google Health APIs.

NameTypeReqDescription
response_formatstring

No output schema declared.

No examples provided.

google_health_exchange_code ~78

Exchange a Google OAuth authorization code for local tokens. Tokens are stored locally with 0600 permissions and are never returned. Gated: requires explicit user intent — agents must not call this autonomously.

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

No examples provided.

google_health_get_auth_url ~76

Generate a Google OAuth authorization URL for Google Health API. Use this first when no local token exists.

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

No examples provided.

google_health_get_data_point ~362

Fetch one data point by id — e.g. a specific sleep session, exercise or weight entry found via list/reconcile. Accepts the bare id or the full resource name from a previous response. Only data types whose official_operations include 'get' support this (see google_health_list_data_types).

NameTypeReqDescription
data_point_idstringyesData point id, or the full resource name from a list/reconcile response (users/me/dataTypes/<type>/dataPoints/<id>).
data_typestringyesGoogle Health data type in kebab case. Supported slugs (call google_health_list_data_types for units and which verbs each supports): active-energy-burned, active-minutes, active-zone-minutes, activit…
privacy_modestringOptional per-call privacy override. Defaults to GOOGLE_HEALTH_PRIVACY_MODE or structured. raw returns upstream Google Health JSON.
response_formatstring
NameTypeReqDescription
datayes
endpointstringyes
privacy_modestringyes

No examples provided.

google_health_get_identity ~68

Get the Google Health identity mapping for the authenticated user. Useful for Fitbit-to-Google migrations.

NameTypeReqDescription
privacy_modestringOptional per-call privacy override. Defaults to GOOGLE_HEALTH_PRIVACY_MODE or structured. raw returns upstream Google Health JSON.
response_formatstring
NameTypeReqDescription
datayes
endpointstringyes
privacy_modestringyes

No examples provided.

google_health_get_irn_profile ~103

Get the user's irregular rhythm notification (IRN) engagement status — whether the AFib detection feature is enabled on their Fitbit/Pixel Watch. Requires the googlehealth.irn.readonly scope (setup --scope-preset heart). Read-only, non-diagnostic.

NameTypeReqDescription
privacy_modestringOptional per-call privacy override. Defaults to GOOGLE_HEALTH_PRIVACY_MODE or structured. raw returns upstream Google Health JSON.
response_formatstring
NameTypeReqDescription
datayes
endpointstringyes
privacy_modestringyes

No examples provided.

google_health_get_profile ~62

Get authenticated user profile details from Google Health. Requires profile scope.

NameTypeReqDescription
privacy_modestringOptional per-call privacy override. Defaults to GOOGLE_HEALTH_PRIVACY_MODE or structured. raw returns upstream Google Health JSON.
response_formatstring
NameTypeReqDescription
datayes
endpointstringyes
privacy_modestringyes

No examples provided.

google_health_get_settings ~63

Get authenticated user settings such as units and timezone. Requires settings scope.

NameTypeReqDescription
privacy_modestringOptional per-call privacy override. Defaults to GOOGLE_HEALTH_PRIVACY_MODE or structured. raw returns upstream Google Health JSON.
response_formatstring
NameTypeReqDescription
datayes
endpointstringyes
privacy_modestringyes

No examples provided.

google_health_list_data_points ~333

Query detailed data points for a Google Health data type. Use kebab-case endpoint data types, e.g. steps, sleep, heart-rate.

NameTypeReqDescription
data_typestringGoogle Health data type in kebab case. Supported slugs (call google_health_list_data_types for units and which verbs each supports): active-energy-burned, active-minutes, active-zone-minutes, activit…
filterstringOptional Google AIP-160 filter expression. Use snake_case field names in filters.
page_sizeinteger
page_tokenstring
privacy_modestringOptional per-call privacy override. Defaults to GOOGLE_HEALTH_PRIVACY_MODE or structured. raw returns upstream Google Health JSON.
response_formatstring
NameTypeReqDescription
datayes
endpointstringyes
privacy_modestringyes

No examples provided.

google_health_list_data_types ~104

List the canonical kebab-case data_type slugs accepted by the data point, reconcile and rollup tools, with each slug's unit, OAuth scope family, and which endpoint verbs (list/reconcile/rollup) support it. Call this before list_data_points, reconcile_data_points, daily_rollup or rollup to choose a valid data_type instead of guessing a slug. Static metadata; does not call Google APIs.

NameTypeReqDescription
response_formatstring
NameTypeReqDescription
countintegeryes
data_typesarrayyes
generated_atstringyes
kindstringyes
notestringyes
official_sourceobjectyes
sourcestringyes

No examples provided.

google_health_list_paired_devices ~106

List the Fitbit trackers, Pixel Watches and other devices paired to the authenticated Google Health account. Useful to answer 'is my watch syncing?' and to see which device produces which data. Read-only.

NameTypeReqDescription
page_sizeinteger
page_tokenstring
privacy_modestringOptional per-call privacy override. Defaults to GOOGLE_HEALTH_PRIVACY_MODE or structured. raw returns upstream Google Health JSON.
response_formatstring
NameTypeReqDescription
datayes
endpointstringyes
privacy_modestringyes

No examples provided.

google_health_onboarding ~121

Return the 11-question onboarding flow plus the current profile state and missing fields. Read-only — does NOT persist anything. Pair with google_health_profile_update once the user answers. Cross-connector: the same profile is shared by every 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.

google_health_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.

google_health_profile_get ~65

Read the shared 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.

google_health_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.

google_health_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 Google Health?'

NameTypeReqDescription
response_formatstring

No output schema declared.

No examples provided.

google_health_reconcile_data_points ~343

Read a reconciled stream for one data type across sources. Supports all-sources, google-wearables and google-sources data source families.

NameTypeReqDescription
data_source_familystring
data_typestringGoogle Health data type in kebab case. Supported slugs (call google_health_list_data_types for units and which verbs each supports): active-energy-burned, active-minutes, active-zone-minutes, activit…
filterstringOptional Google AIP-160 filter expression. Use snake_case field names in filters.
page_sizeinteger
page_tokenstring
privacy_modestringOptional per-call privacy override. Defaults to GOOGLE_HEALTH_PRIVACY_MODE or structured. raw returns upstream Google Health JSON.
response_formatstring
NameTypeReqDescription
datayes
endpointstringyes
privacy_modestringyes

No examples provided.

google_health_revoke_access ~61

Revoke the current Google OAuth grant and delete the local token file. Use only when the user explicitly wants to disconnect Google Health. Gated: requires explicit user intent — agents must not call this autonomously.

NameTypeReqDescription
response_formatstring
NameTypeReqDescription
local_tokens_clearedbooleanyes
notestringyes
okbooleanyes
token_pathstringyes

No examples provided.

google_health_rollup ~392

Aggregate a data type over physical time intervals using Google Health rollUp.

NameTypeReqDescription
data_source_familystring
data_typestringGoogle Health data type in kebab case. Supported slugs (call google_health_list_data_types for units and which verbs each supports): active-energy-burned, active-minutes, active-zone-minutes, activit…
end_timestringyesISO 8601 date-time with timezone, e.g. 2026-05-01T00:00:00Z
page_sizeinteger
page_tokenstring
privacy_modestringOptional per-call privacy override. Defaults to GOOGLE_HEALTH_PRIVACY_MODE or structured. raw returns upstream Google Health JSON.
response_formatstring
start_timestringyesISO 8601 date-time with timezone, e.g. 2026-05-01T00:00:00Z
window_sizestringDuration in protobuf seconds format, e.g. 3600s.
NameTypeReqDescription
datayes
endpointstringyes
privacy_modestringyes

No examples provided.

google_health_weekly_summary ~101

Build a weekly Google Health scorecard with activity, sleep, heart context and missing-data awareness. Read-only, beta, 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.

google_health_wellness_context ~97

Normalize Google Health activity/sleep context into the shared wellness_context shape for recommendation engines.

NameTypeReqDescription
daysintegerLookback window for normalized Google Health 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.