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/wellness-air

NPM · WELLNESS-AIR · SCANNED AUG 3

Local-first air-quality MCP for AI agents — AirGradient, AirThings, PurpleAir, IQAir, Awair.

Available components

+22 this week 68 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 (94 of 95), 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 (94 of 95), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability71
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1498 tokens (~78/item across 19 items; 19 tools + 0 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 Coverage95
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 85% of tool parameters carry a description.Partial
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 · wellness-air

# add to Claude Code
claude mcp add davidmosiah-wellness-air -- npx -y wellness-air
# add to Codex CLI
codex mcp add davidmosiah-wellness-air -- npx -y wellness-air
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "davidmosiah-wellness-air": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "wellness-air"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add davidmosiah-wellness-air --command npx --arg -y --arg wellness-air
# ~/.hermes/config.yaml
mcp_servers:
  davidmosiah-wellness-air:
    command: "npx"
    args: ["-y", "wellness-air"]
// mcp.json
{
  "mcpServers": {
    "davidmosiah-wellness-air": {
      "command": "npx",
      "args": [
        "-y",
        "wellness-air"
      ]
    }
  }
}
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 +4
    • Stability: unverified → 0.27 functional
  • 2 Aug 26 +7
    • Known CVEs: unverified → partial security
    • Dependency health: unverified → partial functional
  • 1 Aug 26 −10
    • Known CVEs: partial → unverified security
    • Dependency health: partial → unverified functional
  • 31 Jul 26 +42
    • Provenance: unverified → fail security
    • Malware scan: pass → unverified security
    • Install scripts: unverified → pass security
    • Dependency health: partial → unverified functional
    • Maintenance: unverified → pass functional
    • Tool coverage: unverified → 100 functional
    • License: unverified → pass functional
    • Licence: MIT functional
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 29 Jul 26 +1
    • Dependency health: unverified → partial functional
  • 28 Jul 26 −22
    • Tool coverage: 100 → unverified functional
    • First check of Schema quality: unverified functional
  • 27 Jul 26 46

    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 94 packages

94 packages in the resolved dependency tree · 94 deprecated · 29 stale.

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

MCP tools — 19 exposed · ~1,498 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
air_agent_manifest ~52

Returns the wellness-air agent manifest: tool list, supported clients, env vars, recommended first calls, capabilities, privacy posture, and community links.

NameTypeReqDescription
clientstringOptional client name for tailored manifest hints.

No output schema declared.

No examples provided.

air_aqi_check ~45

Returns just the AQI number + band for the configured location. Use for fast 'is the air OK to go outside?' prompts.

NameTypeReqDescription
locationIdstring

No output schema declared.

No examples provided.

air_capabilities ~27

Lists supported providers, configured providers (via env vars), available metrics, and privacy modes.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

air_compare_locations ~39

Compare current readings across multiple location IDs (default: AirGradient public sensors).

NameTypeReqDescription
locationIdsarrayyesTwo to ten provider-specific location identifiers.

No output schema declared.

No examples provided.

air_connection_status ~31

Reports which providers are configured, which is the default, and any warnings the agent should surface to the user.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

air_current_reading ~69

Fetches the most recent air-quality reading for a location. Defaults to the AirGradient public sensor at WELLNESS_AIR_DEFAULT_LOCATION (or pass locationId).

NameTypeReqDescription
locationIdstringProvider-specific location identifier.
providerstringProvider to query. Defaults to airgradient.

No output schema declared.

No examples provided.

air_daily_summary ~68

Returns a synthesized daily snapshot for a location. v0.1 returns the current reading framed as a daily snapshot; richer multi-hour aggregation arrives in v0.2.

NameTypeReqDescription
datestringYYYY-MM-DD; defaults to today (local timezone).
locationIdstring

No output schema declared.

No examples provided.

air_data_inventory ~29

Returns the inventory of air-quality metrics this connector exposes plus per-provider availability hints (no remote calls).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

air_demo ~44

Returns a realistic example payload of what air_current_reading + air_daily_summary look like in practice. Use this to help users understand what the connector will return BEFORE they configure anything.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

air_health_bands ~233

Classify PM2.5, PM10, CO2, and VOC readings into WHO 2021 / EPA / ASHRAE / UBA health bands. Pass readings directly, or omit them and the tool will fetch the current reading from the default provider (PM2.5, PM10, CO2, VOC where available). Returns per-pollutant band + the worst signal across pollutants + deduplicated recommended actions + source citations.

NameTypeReqDescription
co2numberCO2 in ppm. If omitted, pulled from air_current_reading.
locationIdstringProvider-specific location id for fetch fallback.
pm10numberPM10 in µg/m³. If omitted, pulled from air_current_reading.
pm25numberPM2.5 in µg/m³. If omitted, pulled from air_current_reading.
providerstringProvider for fetch fallback. Defaults to airgradient.
vocnumbertVOC in ppb. If omitted, pulled from air_current_reading.tvoc when present.

No output schema declared.

No examples provided.

air_health_recommendation ~187

Quick PM2.5-centric health recommendation. Pass current PM2.5 (µg/m³) and optionally CO2 (ppm) and VOC index; returns WHO/EPA-aligned bands per pollutant, the overall worst band, and a deduplicated list of plain-language actions. Use this when you have a reading already and just want a 'what should I do?' answer. For richer four-pollutant classification with full source citations use air_health_bands.

NameTypeReqDescription
co2_ppmnumberOptional. CO2 concentration in parts per million.
pm25_ug_m3numberyesRequired. PM2.5 concentration in micrograms per cubic meter.
response_formatstringOutput shape. Defaults to json.
voc_indexnumberOptional. VOC index (sensor-reported 0-500 style).

No output schema declared.

No examples provided.

air_list_devices ~55

Lists devices owned by the configured provider account. v0.3 supports AirThings (requires AIRTHINGS_CLIENT_ID/SECRET). For AirGradient owned sensors use air_search_public_sensors instead.

NameTypeReqDescription
providerstring

No output schema declared.

No examples provided.

air_onboarding ~80

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

NameTypeReqDescription
localestringOnboarding locale. Defaults to en.

No output schema declared.

No examples provided.

air_privacy_audit ~33

Returns what wellness-air stores locally, what it sends to providers, what it never logs, and agent rules.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

air_profile_get ~57

Returns the shared Delx Wellness profile (~/.delx-wellness/profile.json). Read-only. Surfaces the user's preferred location, sensitivity flags (asthma, etc.), and units so wellness-air can choose tighter AQI thresholds.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

air_profile_update ~115

Persist a partial patch to the shared Delx Wellness profile. Requires explicit_user_intent: true. Rejects any field containing oauth/token/secret/password/cookie/refresh/api_key/session — the profile is for non-secret wellness context only.

NameTypeReqDescription
explicit_user_intentbooleanMust be true. Pass only after the user explicitly asked to save/update profile data.
patchobjectyesPartial WellnessProfileDocument patch. Top-level keys: profile, goals, devices, training, nutrition, preferences, safety, notes.

No output schema declared.

No examples provided.

air_quickstart ~51

Returns a personalized 3-step setup walkthrough for the human based on the current agent/env state. Call this first when the user asks 'how do I use this?'

NameTypeReqDescription
clientstring

No output schema declared.

No examples provided.

air_search_public_sensors ~57

Helper for discovering AirGradient public sensors. Returns a curated list of well-maintained public sensors plus a hint to the AirGradient map for finding more.

NameTypeReqDescription
querystringFree-text city / region hint for the human.

No output schema declared.

No examples provided.

air_trend ~226

Windowed trend analysis for PM2.5 / CO2 / VOC. Pulls past measurements from AirGradient (public or owned) and returns per-pollutant mean / median / min / max / current / rate_of_change_per_hour / peak_at / trough_at / time_above_threshold_minutes plus an optional natural-language observation (only when the data supports one). Pass `pollutant: 'all'` (default) for an array of per-pollutant trends plus `worst_pollutant` per current WHO/ASHRAE bands. Use this for 'is PM2.5 climbing?' / 'was CO2 stable overnight?' / 'when did VOC spike?' kinds of questions.

NameTypeReqDescription
hoursnumberAnalysis window in hours (1-168, default 24).
locationIdstringAirGradient locationId. Falls back to WELLNESS_AIR_DEFAULT_LOCATION.
pollutantstringPollutant to analyze. Default 'all'.
response_formatstringOutput shape. Defaults to json.

No output schema declared.

No examples provided.