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
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
- 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 1 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add davidmosiah-wellness-air -- npx -y wellness-air
codex mcp add davidmosiah-wellness-air -- npx -y wellness-air
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"davidmosiah-wellness-air": {
"type": "local",
"command": [
"npx",
"-y",
"wellness-air"
],
"enabled": true
}
}
} openclaw mcp add davidmosiah-wellness-air --command npx --arg -y --arg wellness-air
mcp_servers:
davidmosiah-wellness-air:
command: "npx"
args: ["-y", "wellness-air"] {
"mcpServers": {
"davidmosiah-wellness-air": {
"command": "npx",
"args": [
"-y",
"wellness-air"
]
}
}
} 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.
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.
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.
air_agent_manifest 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.
| Name | Type | Req | Description |
|---|---|---|---|
| client | string | — | Optional client name for tailored manifest hints. |
No output schema declared.
No examples provided.
air_aqi_check 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.
| Name | Type | Req | Description |
|---|---|---|---|
| locationId | string | — | — |
No output schema declared.
No examples provided.
air_capabilities 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 Air compare locations ~39
Compare current readings across multiple location IDs (default: AirGradient public sensors).
| Name | Type | Req | Description |
|---|---|---|---|
| locationIds | array | yes | Two to ten provider-specific location identifiers. |
No output schema declared.
No examples provided.
air_connection_status 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 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).
| Name | Type | Req | Description |
|---|---|---|---|
| locationId | string | — | Provider-specific location identifier. |
| provider | string | — | Provider to query. Defaults to airgradient. |
No output schema declared.
No examples provided.
air_daily_summary 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.
| Name | Type | Req | Description |
|---|---|---|---|
| date | string | — | YYYY-MM-DD; defaults to today (local timezone). |
| locationId | string | — | — |
No output schema declared.
No examples provided.
air_data_inventory 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 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 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.
| Name | Type | Req | Description |
|---|---|---|---|
| co2 | number | — | CO2 in ppm. If omitted, pulled from air_current_reading. |
| locationId | string | — | Provider-specific location id for fetch fallback. |
| pm10 | number | — | PM10 in µg/m³. If omitted, pulled from air_current_reading. |
| pm25 | number | — | PM2.5 in µg/m³. If omitted, pulled from air_current_reading. |
| provider | string | — | Provider for fetch fallback. Defaults to airgradient. |
| voc | number | — | tVOC in ppb. If omitted, pulled from air_current_reading.tvoc when present. |
No output schema declared.
No examples provided.
air_health_recommendation 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.
| Name | Type | Req | Description |
|---|---|---|---|
| co2_ppm | number | — | Optional. CO2 concentration in parts per million. |
| pm25_ug_m3 | number | yes | Required. PM2.5 concentration in micrograms per cubic meter. |
| response_format | string | — | Output shape. Defaults to json. |
| voc_index | number | — | Optional. VOC index (sensor-reported 0-500 style). |
No output schema declared.
No examples provided.
air_list_devices 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.
| Name | Type | Req | Description |
|---|---|---|---|
| provider | string | — | — |
No output schema declared.
No examples provided.
air_onboarding 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.
| Name | Type | Req | Description |
|---|---|---|---|
| locale | string | — | Onboarding locale. Defaults to en. |
No output schema declared.
No examples provided.
air_privacy_audit 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 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 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.
| Name | Type | Req | Description |
|---|---|---|---|
| explicit_user_intent | boolean | — | Must be true. Pass only after the user explicitly asked to save/update profile data. |
| patch | object | yes | Partial WellnessProfileDocument patch. Top-level keys: profile, goals, devices, training, nutrition, preferences, safety, notes. |
No output schema declared.
No examples provided.
air_quickstart 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?'
| Name | Type | Req | Description |
|---|---|---|---|
| client | string | — | — |
No output schema declared.
No examples provided.
air_search_public_sensors 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.
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | — | Free-text city / region hint for the human. |
No output schema declared.
No examples provided.
air_trend 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.
| Name | Type | Req | Description |
|---|---|---|---|
| hours | number | — | Analysis window in hours (1-168, default 24). |
| locationId | string | — | AirGradient locationId. Falls back to WELLNESS_AIR_DEFAULT_LOCATION. |
| pollutant | string | — | Pollutant to analyze. Default 'all'. |
| response_format | string | — | Output shape. Defaults to json. |
No output schema declared.
No examples provided.