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

io.github.davidmosiah/garminmcp

NPM · GARMIN-MCP-UNOFFICIAL · SCANNED SEP 20

Privacy-first unofficial Garmin Connect MCP for AI health, sleep, activity & recovery agents.

0 this week 84 Trust /100
Trust breakdown (7 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 → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 52 of 130 dependencies flagged as unhealthy (1 deprecated). View diagnostics → Partial
Provenance & Transparency48
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 21 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
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 3456 tokens (~72/item across 48 items; 41 tools + 7 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management93
  • Stability observed for 28 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage88
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 58% of tool parameters carry a description.Partial
  • Structured output schemas are declared (88% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 42 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.davidmosiah/garminmcp MCP server?

io.github.davidmosiah/garminmcp runs locally as an npm package, launched with npx -y garmin-mcp-unofficial. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · garmin-mcp-unofficial

# add to Claude Code
claude mcp add davidmosiah-garminmcp -- npx -y garmin-mcp-unofficial
// .cursor/mcp.json
{
  "mcpServers": {
    "davidmosiah-garminmcp": {
      "command": "npx",
      "args": [
        "-y",
        "garmin-mcp-unofficial"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "davidmosiah-garminmcp": {
      "command": "npx",
      "args": [
        "-y",
        "garmin-mcp-unofficial"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add davidmosiah-garminmcp -- npx -y garmin-mcp-unofficial
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "davidmosiah-garminmcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "garmin-mcp-unofficial"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add davidmosiah-garminmcp --command npx --arg -y --arg garmin-mcp-unofficial
# ~/.hermes/config.yaml
mcp_servers:
  davidmosiah-garminmcp:
    command: "npx"
    args: ["-y", "garmin-mcp-unofficial"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "davidmosiah-garminmcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "garmin-mcp-unofficial"
      ]
    }
  }
}
# add to Vellum
assistant mcp add davidmosiah-garminmcp -t stdio -c npx -a -y garmin-mcp-unofficial
// mcp.json
{
  "mcpServers": {
    "davidmosiah-garminmcp": {
      "command": "npx",
      "args": [
        "-y",
        "garmin-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.

  • 19 Sept 26 +1

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

  • 17 Sept 26 +1

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

  • 16 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 15 Sept 26 0
    • Stability: 0.97 → pass security
  • 14 Sept 26 +1

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

  • 12 Sept 26 +1

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

  • 10 Sept 26 −2
    • Stability: pass → 0.83 functional
  • 9 Sept 26 0
    • Stability: 0.97 → pass security
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 20 Sept 2026 · Analysed npm/garmin-mcp-unofficial@0.5.3

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 130 packages
Packages resolved 130
Deprecated 1
Stale 51
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 41 exposed · ~3,330 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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
garmin_agent_manifest ~45

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

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

No examples provided.

garmin_auth_instructions ~37

Explain the local Garmin Connect authentication flow without asking the user to paste secrets into an agent.

NameTypeReqDescription
response_formatstring
NameTypeReqDescription
auth_modelstringyes
commandstringyes
legacy_python_commandstring
next_stepstringyes
notesarrayyes
stores_passwordbooleanyes
token_pathstringyes

No examples provided.

garmin_cache_status ~38

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

NameTypeReqDescription
response_formatstring
NameTypeReqDescription
enabledbooleanyes
entriesintegeryes
http_cacheobject
newest_cached_atstring
pathstringyes

No examples provided.

garmin_capabilities ~33

Explain supported Garmin 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.

garmin_connection_status ~53

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

No examples provided.

garmin_daily_summary ~85

Build a practical daily summary from Garmin activity, sleep, heart-rate, HRV, stress and Body Battery 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.

garmin_data_inventory ~45

Inventory supported Garmin data domains, auth scope requirements, privacy boundary and recommended first calls. Does not call Garmin 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.

garmin_demo ~55

Returns realistic example payloads of garmin_daily_summary, garmin_wellness_context, and garmin_get_body_battery_day so agents see the contract before any real Garmin Connect call.

NameTypeReqDescription
response_formatstring

No output schema declared.

No examples provided.

garmin_disconnect_local ~45

Delete the local Garmin token file. This does not change the Garmin account; use only when the user explicitly wants to disconnect this MCP.

NameTypeReqDescription
response_formatstring
NameTypeReqDescription
local_tokens_clearedbooleanyes
notestringyes
okbooleanyes
token_pathstringyes

No examples provided.

garmin_get_activity ~72

Get a Garmin activity summary by activity id.

NameTypeReqDescription
idyesGarmin resource id.
privacy_modestringOptional per-call privacy override. Defaults to GARMIN_PRIVACY_MODE or structured. raw returns upstream Garmin JSON. summary minimizes sensitive health and profile details.
response_formatstring
NameTypeReqDescription
datayes
endpointstringyes
privacy_modestringyes

No examples provided.

garmin_get_activity_details ~72

Get detailed Garmin activity samples when available.

NameTypeReqDescription
idyesGarmin resource id.
privacy_modestringOptional per-call privacy override. Defaults to GARMIN_PRIVACY_MODE or structured. raw returns upstream Garmin JSON. summary minimizes sensitive health and profile details.
response_formatstring
NameTypeReqDescription
datayes
endpointstringyes
privacy_modestringyes

No examples provided.

garmin_get_activity_hr_zones ~79

Get Garmin activity heart-rate zone time by activity id when available.

NameTypeReqDescription
idyesGarmin resource id.
privacy_modestringOptional per-call privacy override. Defaults to GARMIN_PRIVACY_MODE or structured. raw returns upstream Garmin JSON. summary minimizes sensitive health and profile details.
response_formatstring
NameTypeReqDescription
datayes
endpointstringyes
privacy_modestringyes

No examples provided.

garmin_get_activity_splits ~75

Get Garmin activity splits/laps by activity id.

NameTypeReqDescription
idyesGarmin resource id.
privacy_modestringOptional per-call privacy override. Defaults to GARMIN_PRIVACY_MODE or structured. raw returns upstream Garmin JSON. summary minimizes sensitive health and profile details.
response_formatstring
NameTypeReqDescription
datayes
endpointstringyes
privacy_modestringyes

No examples provided.

garmin_get_activity_weather ~74

Get Garmin activity weather by activity id when available.

NameTypeReqDescription
idyesGarmin resource id.
privacy_modestringOptional per-call privacy override. Defaults to GARMIN_PRIVACY_MODE or structured. raw returns upstream Garmin JSON. summary minimizes sensitive health and profile details.
response_formatstring
NameTypeReqDescription
datayes
endpointstringyes
privacy_modestringyes

No examples provided.

garmin_get_body_battery_day ~86

Get Garmin Body Battery daily report for a date. Not medical advice.

NameTypeReqDescription
datestringDate as yyyy-MM-dd or today.
privacy_modestringOptional per-call privacy override. Defaults to GARMIN_PRIVACY_MODE or structured. raw returns upstream Garmin JSON. summary minimizes sensitive health and profile details.
response_formatstring
NameTypeReqDescription
datayes
endpointstringyes
privacy_modestringyes

No examples provided.

garmin_get_body_battery_events ~88

Get Garmin Body Battery charge/drain events for a date. Not medical advice.

NameTypeReqDescription
datestringDate as yyyy-MM-dd or today.
privacy_modestringOptional per-call privacy override. Defaults to GARMIN_PRIVACY_MODE or structured. raw returns upstream Garmin JSON. summary minimizes sensitive health and profile details.
response_formatstring
NameTypeReqDescription
datayes
endpointstringyes
privacy_modestringyes

No examples provided.

garmin_get_daily_summary ~81

Get Garmin daily movement and wellness summary for a date.

NameTypeReqDescription
datestringDate as yyyy-MM-dd or today.
privacy_modestringOptional per-call privacy override. Defaults to GARMIN_PRIVACY_MODE or structured. raw returns upstream Garmin JSON. summary minimizes sensitive health and profile details.
response_formatstring
NameTypeReqDescription
datayes
endpointstringyes
privacy_modestringyes

No examples provided.

garmin_get_heart_day ~90

Get Garmin daily heart-rate samples and resting heart-rate context for a date. Not medical advice.

NameTypeReqDescription
datestringDate as yyyy-MM-dd or today.
privacy_modestringOptional per-call privacy override. Defaults to GARMIN_PRIVACY_MODE or structured. raw returns upstream Garmin JSON. summary minimizes sensitive health and profile details.
response_formatstring
NameTypeReqDescription
datayes
endpointstringyes
privacy_modestringyes

No examples provided.

garmin_get_hrv_day ~91

Get Garmin HRV status and overnight HRV metrics for a date when available. Not medical advice.

NameTypeReqDescription
datestringDate as yyyy-MM-dd or today.
privacy_modestringOptional per-call privacy override. Defaults to GARMIN_PRIVACY_MODE or structured. raw returns upstream Garmin JSON. summary minimizes sensitive health and profile details.
response_formatstring
NameTypeReqDescription
datayes
endpointstringyes
privacy_modestringyes

No examples provided.

garmin_get_hydration_day ~82

Get Garmin hydration summary for a date when available.

NameTypeReqDescription
datestringDate as yyyy-MM-dd or today.
privacy_modestringOptional per-call privacy override. Defaults to GARMIN_PRIVACY_MODE or structured. raw returns upstream Garmin JSON. summary minimizes sensitive health and profile details.
response_formatstring
NameTypeReqDescription
datayes
endpointstringyes
privacy_modestringyes

No examples provided.

garmin_get_intensity_minutes_day ~80

Get Garmin intensity minutes for a date.

NameTypeReqDescription
datestringDate as yyyy-MM-dd or today.
privacy_modestringOptional per-call privacy override. Defaults to GARMIN_PRIVACY_MODE or structured. raw returns upstream Garmin JSON. summary minimizes sensitive health and profile details.
response_formatstring
NameTypeReqDescription
datayes
endpointstringyes
privacy_modestringyes

No examples provided.

garmin_get_primary_training_device ~66

Get the primary Garmin training device when available.

NameTypeReqDescription
privacy_modestringOptional per-call privacy override. Defaults to GARMIN_PRIVACY_MODE or structured. raw returns upstream Garmin JSON. summary minimizes sensitive health and profile details.
response_formatstring
NameTypeReqDescription
datayes
endpointstringyes
privacy_modestringyes

No examples provided.

garmin_get_profile ~66

Get the authenticated Garmin profile using the configured privacy mode.

NameTypeReqDescription
privacy_modestringOptional per-call privacy override. Defaults to GARMIN_PRIVACY_MODE or structured. raw returns upstream Garmin JSON. summary minimizes sensitive health and profile details.
response_formatstring
NameTypeReqDescription
datayes
endpointstringyes
privacy_modestringyes

No examples provided.

garmin_get_respiration_day ~85

Get Garmin respiration data for a date when available. Not medical advice.

NameTypeReqDescription
datestringDate as yyyy-MM-dd or today.
privacy_modestringOptional per-call privacy override. Defaults to GARMIN_PRIVACY_MODE or structured. raw returns upstream Garmin JSON. summary minimizes sensitive health and profile details.
response_formatstring
NameTypeReqDescription
datayes
endpointstringyes
privacy_modestringyes

No examples provided.

garmin_get_sleep_day ~87

Get Garmin sleep summary, stages and sleep window for a date. Not medical advice.

NameTypeReqDescription
datestringDate as yyyy-MM-dd or today.
privacy_modestringOptional per-call privacy override. Defaults to GARMIN_PRIVACY_MODE or structured. raw returns upstream Garmin JSON. summary minimizes sensitive health and profile details.
response_formatstring
NameTypeReqDescription
datayes
endpointstringyes
privacy_modestringyes

No examples provided.

garmin_get_spo2_day ~91

Get Garmin Pulse Ox / SpO2 data for a date when available. Not medical advice.

NameTypeReqDescription
datestringDate as yyyy-MM-dd or today.
privacy_modestringOptional per-call privacy override. Defaults to GARMIN_PRIVACY_MODE or structured. raw returns upstream Garmin JSON. summary minimizes sensitive health and profile details.
response_formatstring
NameTypeReqDescription
datayes
endpointstringyes
privacy_modestringyes

No examples provided.

garmin_get_steps_day ~81

Get Garmin daily steps and summary chart for a date.

NameTypeReqDescription
datestringDate as yyyy-MM-dd or today.
privacy_modestringOptional per-call privacy override. Defaults to GARMIN_PRIVACY_MODE or structured. raw returns upstream Garmin JSON. summary minimizes sensitive health and profile details.
response_formatstring
NameTypeReqDescription
datayes
endpointstringyes
privacy_modestringyes

No examples provided.

garmin_get_stress_day ~85

Get Garmin stress summary and samples for a date. Not medical advice.

NameTypeReqDescription
datestringDate as yyyy-MM-dd or today.
privacy_modestringOptional per-call privacy override. Defaults to GARMIN_PRIVACY_MODE or structured. raw returns upstream Garmin JSON. summary minimizes sensitive health and profile details.
response_formatstring
NameTypeReqDescription
datayes
endpointstringyes
privacy_modestringyes

No examples provided.

garmin_get_training_readiness_day ~90

Get Garmin training readiness for a date when supported by the device/account. Not medical advice.

NameTypeReqDescription
datestringDate as yyyy-MM-dd or today.
privacy_modestringOptional per-call privacy override. Defaults to GARMIN_PRIVACY_MODE or structured. raw returns upstream Garmin JSON. summary minimizes sensitive health and profile details.
response_formatstring
NameTypeReqDescription
datayes
endpointstringyes
privacy_modestringyes

No examples provided.

garmin_get_training_status_day ~90

Get Garmin aggregated training status for a date when supported by the device/account. Not medical advice.

NameTypeReqDescription
datestringDate as yyyy-MM-dd or today.
privacy_modestringOptional per-call privacy override. Defaults to GARMIN_PRIVACY_MODE or structured. raw returns upstream Garmin JSON. summary minimizes sensitive health and profile details.
response_formatstring
NameTypeReqDescription
datayes
endpointstringyes
privacy_modestringyes

No examples provided.

garmin_get_user_settings ~68

Get Garmin account user settings such as units and display preferences.

NameTypeReqDescription
privacy_modestringOptional per-call privacy override. Defaults to GARMIN_PRIVACY_MODE or structured. raw returns upstream Garmin JSON. summary minimizes sensitive health and profile details.
response_formatstring
NameTypeReqDescription
datayes
endpointstringyes
privacy_modestringyes

No examples provided.

garmin_get_weight_range ~104

Get Garmin weight/body-composition logs for a date range. Not medical advice.

NameTypeReqDescription
end_datestringEnd date as yyyy-MM-dd or today.
privacy_modestringOptional per-call privacy override. Defaults to GARMIN_PRIVACY_MODE or structured. raw returns upstream Garmin JSON. summary minimizes sensitive health and profile details.
response_formatstring
start_datestringStart date as yyyy-MM-dd or today.
NameTypeReqDescription
datayes
endpointstringyes
privacy_modestringyes

No examples provided.

garmin_list_activities ~187

List recent Garmin activities. Supports pagination, optional date filters and privacy modes.

NameTypeReqDescription
activity_typestringOptional Garmin activity type filter, e.g. running, cycling, walking.
afterstringOnly return activities after this time. Used as Garmin startDate when supported.
all_pagesbooleanFetch multiple pages up to max_pages.
beforestringOnly return activities before this time. Used as Garmin endDate when supported.
limitintegerGarmin page size.
max_pagesintegerMaximum pages to fetch when all_pages is true.
pageintegerGarmin page number.
privacy_modestringOptional per-call privacy override. Defaults to GARMIN_PRIVACY_MODE or structured. raw returns upstream Garmin 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.

garmin_list_devices ~63

List devices registered to the Garmin account.

NameTypeReqDescription
privacy_modestringOptional per-call privacy override. Defaults to GARMIN_PRIVACY_MODE or structured. raw returns upstream Garmin JSON. summary minimizes sensitive health and profile details.
response_formatstring
NameTypeReqDescription
datayes
endpointstringyes
privacy_modestringyes

No examples provided.

garmin_onboarding ~155

Return the 11-question Delx wellness onboarding flow (in English or pt-BR) plus the current shared profile state and missing critical fields. Read-only. The agent should ask these questions one-by-one, then call garmin_profile_update with explicit_user_intent=true to save. The same profile is reused by every Delx Wellness connector (WHOOP, Oura, Nourish, etc.) — agents can call the equivalent {connector}_onboarding tools to cover their respective domains, or rely on this one since all connectors share the same questions.

NameTypeReqDescription
localestringOnboarding locale. Defaults to 'en'. Use 'pt-BR' for Portuguese (Brazil).
response_formatstring

No output schema declared.

No examples provided.

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

garmin_profile_get ~96

Read the shared Delx wellness profile (~/.delx-wellness/profile.json). Returns the user's preferred name, body basics, goals, devices, training context, nutrition context, agent preferences, and missing critical fields. Cross-connector — the same profile is also available from other Delx Wellness MCPs (WHOOP, Oura, Nourish, Fitbit, etc). Read-only.

NameTypeReqDescription
response_formatstring

No output schema declared.

No examples provided.

garmin_profile_update ~203

Persist a partial patch to the shared Delx wellness profile (~/.delx-wellness/profile.json). REQUIRES explicit_user_intent=true. Top-level fields stored: profile (preferred_name, language, timezone, units, age_or_birth_year, height, weight, sex_or_gender_context), goals, devices, training, nutrition, preferences, safety, notes. NEVER stores OAuth tokens, API keys, refresh tokens, cookies, or any secret-shaped field — writes will be rejected at validation time. Cross-connector — the same profile is read by other Delx Wellness MCPs.

NameTypeReqDescription
explicit_user_intentbooleanMust be true. Set this AFTER the user has explicitly confirmed they want to save these changes to the shared wellness profile.
patchobjectyesPartial WellnessProfileDocument patch. Top-level keys may be: profile, goals, devices, training, nutrition, preferences, safety, notes.
response_formatstring

No output schema declared.

No examples provided.

garmin_quickstart ~62

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 Garmin?'

NameTypeReqDescription
response_formatstring

No output schema declared.

No examples provided.

garmin_weekly_summary ~105

Build a weekly Garmin scorecard with movement, sleep, HRV, stress, Body Battery, 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.

garmin_wellness_context ~102

Normalize Garmin readiness, sleep score, Body Battery and recent movement load into the shared wellness_context shape for recommendation engines.

NameTypeReqDescription
daysintegerLookback window for normalized Garmin wellness context.
injury_flagsarray
notesstring
response_formatstring
sorenessarray
timezonestringIANA timezone used only for display, e.g. America/New_York.
NameTypeReqDescription
body_batterynumber
context_contract_versionstringyes
context_typestringyes
data_quality
generated_atstringyes
injury_flagsarrayyes
notesarrayyes
readiness_scorenumber
recent_training_loadstringyes
recent_training_load_minutesnumber
recommended_handoffobjectyes
sleep_scorenumber
sorenessarrayyes
sourcestringyes
telegram_summarystring

No examples provided.

Common questions

What is the io.github.davidmosiah/garminmcp MCP server?

io.github.davidmosiah/garminmcp is an MCP server listed in the public MCP registry as io.github.davidmosiah/garminmcp. Privacy-first unofficial Garmin Connect MCP for AI health, sleep, activity & recovery agents. This page covers its npm package (garmin-mcp-unofficial).

Is the io.github.davidmosiah/garminmcp MCP server safe to use?

io.github.davidmosiah/garminmcp scores 84 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.davidmosiah/garminmcp MCP server expose?

io.github.davidmosiah/garminmcp exposes 41 tools: garmin_data_inventory, garmin_agent_manifest, garmin_capabilities, garmin_quickstart, garmin_demo, and 36 more. Their descriptions and schemas cost roughly 3,330 tokens of context every time the server is loaded.

Is the io.github.davidmosiah/garminmcp MCP server still maintained?

io.github.davidmosiah/garminmcp is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.davidmosiah/garminmcp MCP server under?

io.github.davidmosiah/garminmcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.