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/eight-sleep-mcp

NPM · EIGHT-SLEEP-MCP-UNOFFICIAL · SCANNED AUG 3

Unofficial Eight Sleep MCP server: read sleep trends, temperature, alarms; gated pod control.

+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 Usability81
  • 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 2151 tokens (~74/item across 29 items; 26 tools + 3 resources), lean.Pass
  • 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
  • 39% of tool parameters carry a description.Partial
  • Structured output schemas are declared (81% 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 · eight-sleep-mcp-unofficial

# add to Claude Code
claude mcp add davidmosiah-eight-sleep-mcp -- npx -y eight-sleep-mcp-unofficial
# add to Codex CLI
codex mcp add davidmosiah-eight-sleep-mcp -- npx -y eight-sleep-mcp-unofficial
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "davidmosiah-eight-sleep-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "eight-sleep-mcp-unofficial"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add davidmosiah-eight-sleep-mcp --command npx --arg -y --arg eight-sleep-mcp-unofficial
# ~/.hermes/config.yaml
mcp_servers:
  davidmosiah-eight-sleep-mcp:
    command: "npx"
    args: ["-y", "eight-sleep-mcp-unofficial"]
// mcp.json
{
  "mcpServers": {
    "davidmosiah-eight-sleep-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "eight-sleep-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.

  • 2 Aug 26 +40
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → good 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 −24
    • Tool coverage: 100 → unverified functional
    • Schema quality: 100 → unverified functional
    • Dependency health: unverified → partial 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 — 26 exposed · ~2,090 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
eight_sleep_agent_manifest ~42

Machine-readable install, runtime and client guidance for AI agents operating the Eight Sleep MCP.

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

No examples provided.

eight_sleep_cache_status ~40

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

NameTypeReqDescription
response_formatstring
NameTypeReqDescription
enabledbooleanyes
entriesintegeryes
newest_cached_atstring
pathstringyes

No examples provided.

eight_sleep_capabilities ~43

Explain supported Eight Sleep data, mutation gate, privacy modes, and project links. Does not call Eight Sleep or expose secrets.

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

No examples provided.

eight_sleep_connection_status ~52

Check env, local config, token file, Node version, privacy mode and mutation gate. Does not call Eight Sleep or expose secrets.

NameTypeReqDescription
clientstring
response_formatstring
NameTypeReqDescription
cacheobjectyes
clientstring
configobjectyes
missing_envarrayyes
mutations_enabledbooleanyes
next_stepsarrayyes
nodeobjectyes
okbooleanyes
privacy_modestringyes
ready_for_eight_sleep_apibooleanyes
required_envobjectyes
tokenobjectyes

No examples provided.

eight_sleep_data_inventory ~39

Inventory supported Eight Sleep domains, mutation tools, and recommended first calls. Does not call Eight Sleep APIs.

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

No examples provided.

eight_sleep_dismiss_alarm ~62

Dismiss an actively ringing alarm. Requires EIGHT_SLEEP_ALLOW_MUTATIONS=true.

NameTypeReqDescription
alarm_idstringyesEight Sleep alarm id from eight_sleep_get_alarms.
response_formatstring
user_idstring
NameTypeReqDescription
data
endpointstringyes
methodstringyes
notestring
okbooleanyes

No examples provided.

eight_sleep_efficiency ~240

v0.2.2 — Sleep efficiency calculator. For each of the last N nights (default 7), computes time_in_bed_minutes (from presenceDuration), time_asleep_minutes (from sleepDuration), efficiency_pct = (asleep / in_bed) * 100, and efficiency_band (excellent ≥85, good 75-84, fair 65-74, poor <65). Returns nights_analyzed, mean / median / min-night / max-night efficiency, a nights_by_band breakdown, per_night array, and natural-language observations (mid-week drop, all-nights-same-band, single-night dip > 15 points below mean) ONLY when supported by the data. Reuses the existing /v1/users/{id}/trends payload — no extra API calls. Graceful degradation when upstream omits presenceDuration / sleepDuration (returns nights_analyzed: 0 with a clarifying note).

NameTypeReqDescription
nightsintegerNumber of recent nights to analyze. Default 7.
response_formatstring
timezonestringIANA timezone for grouping nightly records. Default UTC.

No output schema declared.

No examples provided.

eight_sleep_get_alarms ~79

Return the list of configured alarms and the recommended next alarm.

NameTypeReqDescription
privacy_modestringOptional per-call payload privacy override. Defaults to EIGHT_SLEEP_PRIVACY_MODE or structured.
response_formatstring
user_idstringEight Sleep user id. Defaults to the authenticated user (from stored token).
NameTypeReqDescription
datayes
endpointstringyes
privacy_modestringyes

No examples provided.

eight_sleep_get_base ~78

Return adjustable-base state: leg angle, torso angle and preset.

NameTypeReqDescription
privacy_modestringOptional per-call payload privacy override. Defaults to EIGHT_SLEEP_PRIVACY_MODE or structured.
response_formatstring
user_idstringEight Sleep user id. Defaults to the authenticated user (from stored token).
NameTypeReqDescription
datayes
endpointstringyes
privacy_modestringyes

No examples provided.

eight_sleep_get_current_device ~81

Return the bed side currently assigned to the user (solo/left/right).

NameTypeReqDescription
privacy_modestringOptional per-call payload privacy override. Defaults to EIGHT_SLEEP_PRIVACY_MODE or structured.
response_formatstring
user_idstringEight Sleep user id. Defaults to the authenticated user (from stored token).
NameTypeReqDescription
datayes
endpointstringyes
privacy_modestringyes

No examples provided.

eight_sleep_get_me ~54

Return the authenticated user's Eight Sleep profile and assigned devices.

NameTypeReqDescription
privacy_modestringOptional per-call payload privacy override. Defaults to EIGHT_SLEEP_PRIVACY_MODE or structured.
response_formatstring
NameTypeReqDescription
datayes
endpointstringyes
privacy_modestringyes

No examples provided.

eight_sleep_get_temperature ~80

Return current heating level, smart-schedule levels and side on/off state.

NameTypeReqDescription
privacy_modestringOptional per-call payload privacy override. Defaults to EIGHT_SLEEP_PRIVACY_MODE or structured.
response_formatstring
user_idstringEight Sleep user id. Defaults to the authenticated user (from stored token).
NameTypeReqDescription
datayes
endpointstringyes
privacy_modestringyes

No examples provided.

eight_sleep_get_trends ~98

Return nightly sleep sessions and scores for a date range.

NameTypeReqDescription
from_datestringyesStart date in YYYY-MM-DD.
privacy_modestringOptional per-call payload privacy override. Defaults to EIGHT_SLEEP_PRIVACY_MODE or structured.
response_formatstring
timezonestring
to_datestringyesEnd date in YYYY-MM-DD.
user_idstring
NameTypeReqDescription
datayes
endpointstringyes
privacy_modestringyes

No examples provided.

eight_sleep_get_user ~81

Return Eight Sleep profile data for a specific user_id (defaults to authenticated user).

NameTypeReqDescription
privacy_modestringOptional per-call payload privacy override. Defaults to EIGHT_SLEEP_PRIVACY_MODE or structured.
response_formatstring
user_idstringEight Sleep user id. Defaults to the authenticated user (from stored token).
NameTypeReqDescription
datayes
endpointstringyes
privacy_modestringyes

No examples provided.

eight_sleep_logout ~34

Delete the local Eight Sleep token file. Use when the user explicitly wants to disconnect.

NameTypeReqDescription
response_formatstring
NameTypeReqDescription
local_tokens_clearedbooleanyes
notestringyes
okbooleanyes
token_pathstringyes

No examples provided.

eight_sleep_nightly_summary ~75

Compute a multi-night sleep summary (best night, worst night, mean score, nights under 70 / over 85) from Eight Sleep trend data. One call replaces post-processing raw `get_trends`.

NameTypeReqDescription
daysinteger
response_formatstring
timezonestring
NameTypeReqDescription
generated_atstringyes
kindstringyes

No examples provided.

eight_sleep_onboarding ~85

Returns the 11-question onboarding flow for the shared Delx Wellness profile (en or pt-BR). The agent should ask these questions next so Eight Sleep (and the rest of the wellness stack) can personalize responses — non-secret data only, stored at ~/.delx-wellness/profile.json.

NameTypeReqDescription
localestring
response_formatstring

No output schema declared.

No examples provided.

eight_sleep_privacy_audit ~44

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

NameTypeReqDescription
response_formatstring
NameTypeReqDescription
cache_enabledbooleanyes
cache_pathstringyes
config_sourcestringyes
local_config_existsbooleanyes
local_config_pathstringyes
local_config_secure_permissionsboolean
mutations_enabledbooleanyes
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.

eight_sleep_profile_get ~63

Returns the shared Delx Wellness profile (~/.delx-wellness/profile.json). Read-only. Surfaces preferred sleep window, age, goals, and devices so eight_sleep_nightly_summary and bedtime experiments can personalize recommendations.

NameTypeReqDescription
response_formatstring

No output schema declared.

No examples provided.

eight_sleep_profile_update ~170

Persist a partial patch to the shared Delx Wellness profile (~/.delx-wellness/profile.json). Requires explicit_user_intent: true. Rejects any field whose key looks like a credential (oauth/token/secret/password/cookie/refresh/api_key/bearer/credential/session_id) or whose value matches credential-shaped patterns (JWT, Bearer token, sk_live_, sk-proj-, xoxb-, github_pat_).

NameTypeReqDescription
explicit_user_intentbooleanPass true only after the user explicitly asked to save, log, set, or delete this personal wellness profile data.
patchobjectyesPartial WellnessProfileDocument patch. Top-level keys: profile, goals, devices, training, nutrition, preferences, safety, notes.
response_formatstring

No output schema declared.

No examples provided.

eight_sleep_set_away_mode ~50

Toggle away mode. Requires EIGHT_SLEEP_ALLOW_MUTATIONS=true.

NameTypeReqDescription
is_awaybooleanyes
response_formatstring
user_idstring
NameTypeReqDescription
data
endpointstringyes
methodstringyes
notestring
okbooleanyes

No examples provided.

eight_sleep_set_side ~63

Turn the user's bed side on or off. Requires EIGHT_SLEEP_ALLOW_MUTATIONS=true.

NameTypeReqDescription
is_onbooleanyesTurn the side on (true) or off (false).
response_formatstring
user_idstring
NameTypeReqDescription
data
endpointstringyes
methodstringyes
notestring
okbooleanyes

No examples provided.

eight_sleep_set_temperature ~102

Set the heating level (-100 .. 100). Optionally set a duration in seconds. Requires EIGHT_SLEEP_ALLOW_MUTATIONS=true.

NameTypeReqDescription
duration_secondsintegerOptional duration in seconds. Omit for persistent override.
levelintegeryesHeating level. -100 = coldest, 0 = neutral, 100 = hottest. Eight Sleep clamps client-side.
response_formatstring
user_idstring
NameTypeReqDescription
data
endpointstringyes
methodstringyes
notestring
okbooleanyes

No examples provided.

eight_sleep_snooze_alarm ~63

Snooze an actively ringing alarm. Requires EIGHT_SLEEP_ALLOW_MUTATIONS=true.

NameTypeReqDescription
alarm_idstringyesEight Sleep alarm id from eight_sleep_get_alarms.
response_formatstring
user_idstring
NameTypeReqDescription
data
endpointstringyes
methodstringyes
notestring
okbooleanyes

No examples provided.

eight_sleep_temperature_trend ~151

Workflow tool: returns the current smart-temperature schedule (bedtime/initial/final level), per-night sleep scores for the last N nights, mean/median/range/most-common for bedtime AND wake temperature settings when the trends payload exposes them, and a correlation note (e.g. 'colder bedtime → higher sleep score') ONLY when 3+ paired nights support |r| >= 0.5. Reuses get_temperature + get_trends data — no extra API calls.

NameTypeReqDescription
daysintegerNumber of recent nights to summarize. Default 7.
response_formatstring
timezonestringIANA timezone for grouping nightly records. Default UTC.

No output schema declared.

No examples provided.

eight_sleep_wellness_context ~121

Build a normalized `delx-wellness-context/v1` payload from recent Eight Sleep trends so other Delx Wellness tools (nourish, exercise catalog, Telegram coaches) can read sleep context without knowing the Eight Sleep API.

NameTypeReqDescription
daysintegerLookback window in days for Eight Sleep trends.
injury_flagsarray
notesstring
response_formatstring
sorenessarray
timezonestringIANA timezone used by the Eight Sleep API.
NameTypeReqDescription
context_contract_versionstringyes
context_typestringyes
data_quality
generated_atstringyes
injury_flagsarrayyes
notesarrayyes
recent_training_loadstringyes
recommended_handoffobjectyes
recovery_scorenumber
sleep_scorenumber
sorenessarrayyes
sourcestringyes
strain_scorenumber
telegram_summarystring
windowobjectyes

No examples provided.