All connectors
Wellness Air

wellness-air

Wellness Air MCP connector

Closes the room-quality gap in the wellness loop. Pair AQI / PM2.5 / CO₂ with WHOOP recovery, Oura sleep, or Garmin training to explain unexplained dips. v0.1 ships full AirGradient public + owned support.

AQIPM2.5PM10CO2TVOCNOxTemperatureHumidityShared profile
Local-first environmental monitoring with AirGradient AQI overlay
Public + optional API token

Best for users who already track recovery + nutrition and want to factor environmental quality (bedroom CO₂, outdoor AQI) into agent reasoning.

MCP server answers

The Wellness Air MCP server is the local process provided by wellness-air. Add its MCP configuration to a compatible client and it exposes the provider records listed on this page to that client. It is not an official Wellness Air product and Delx does not host a copy of the data.

Compare this connector with the other wellness paths
What is the Wellness Air MCP server?

The Wellness Air MCP server is the local process provided by wellness-air. Add its MCP configuration to a compatible client and it exposes the provider records listed on this page to that client. It is not an official Wellness Air product and Delx does not host a copy of the data.

How do I install Wellness Air MCP?

Run npx -y wellness-air doctor, then npx -y wellness-air doctor. The Quick Start section below contains the client configuration and provider-specific setup.

What can an agent read from Wellness Air?

The available records start with AQI (computed from PM2.5), PM2.5, PM10, CO2, TVOC, NOx. Check Data Availability for scope, device and export limitations before using any result.

Quick Start

terminal
npx -y wellness-air doctor
npx -y wellness-air doctor
mcp-client.json
{
  "mcpServers": {
    "wellness-air": {
      "command": "npx",
      "args": ["-y", "wellness-air"],
      "env": {
        "WELLNESS_AIR_DEFAULT_PROVIDER": "airgradient",
        "WELLNESS_AIR_DEFAULT_LOCATION": "<locationId>"
      }
    }
  }
}
  1. 01

    Open https://www.airgradient.com/map/ and click any green public sensor near you.

  2. 02

    Copy the numeric locationId from the URL.

  3. 03

    Set WELLNESS_AIR_DEFAULT_LOCATION=<that id>. Public reads need no token.

Data Availability

Available

AQI (computed from PM2.5)

US EPA breakpoint formula.

Available

PM2.5, PM10

All providers.

Available

CO2

AirGradient, AirThings, Awair.

Available

TVOC, NOx

AirGradient.

Available

Temperature, humidity

All major providers.

Opt-in

Hourly trend chart

Lands in v0.2 with rolling aggregations.

Not exposed

Webhook threshold alerts

Roadmap v0.4.

Agent Tools

Profile and onboarding

  • air_profile_get
  • air_profile_update
  • air_onboarding

Start here

  • air_quickstart
  • air_demo
  • air_aqi_check

Diagnostics

  • air_connection_status
  • air_capabilities
  • air_privacy_audit
  • air_data_inventory

Reads

  • air_current_reading
  • air_daily_summary
  • air_compare_locations
  • air_search_public_sensors

Prompts and Resources

Prompts

    Resources

    • wellness-air://agent-manifest
    • wellness-air://capabilities
    • wellness-air://privacy-audit

    Privacy Model

    Public AirGradient sensor reads require no auth.
    Owned-sensor tokens stay on your machine.
    No telemetry — wellness-air never phones home.
    Read-only by design.
    Profile and goals persist locally to ~/.delx-wellness/profile.json (mode 0600); shared with all 14 Delx Wellness connectors and never uploaded.