Wellness Air
⚡ One-command install — pick your runtime:
Delx Wellness for Hermes:
npx -y delx-wellness-hermes setupDelx Wellness for OpenClaw:
npx -y delx-wellness-openclaw setupOr wire it standalone into Claude Desktop / Cursor / ChatGPT Desktop — see the install section below.
Overview
Wellness Air is a local MCP server that exposes air-quality readings to any MCP-aware AI agent. It ships with first-class AirGradient support (open hardware + free public API — no auth needed for the 2,000+ public sensors in the worldwide feed). AirThings and PurpleAir are implemented (bring your own free API credentials); IQAir AirVisual and Awair are on the roadmap.
If wellness-air helps your agent, please star the repo. Stars make the project easier for other AI builders to discover and help Delx keep shipping local-first wellness infrastructure.
Related MCP server: Withings MCP
Try It In 60 Seconds
# 89 is a real, public AirGradient sensor (Prem Tinsulanonda School, Thailand).
# Swap in one near you from https://www.airgradient.com/map/ — copy the numeric
# locationId from the URL.
WELLNESS_AIR_DEFAULT_LOCATION=89 npx -y wellness-air doctor
WELLNESS_AIR_DEFAULT_LOCATION=89 npx -y wellness-air currentThat's it — no token, no signup, no telemetry. Public reads use AirGradient's token-free worldwide feed, so any locationId in that feed works out of the box.
Install in Claude Desktop / Cursor / ChatGPT Desktop / Codex
{
"mcpServers": {
"wellness-air": {
"command": "npx",
"args": ["-y", "wellness-air"],
"env": {
"WELLNESS_AIR_DEFAULT_PROVIDER": "airgradient",
"WELLNESS_AIR_DEFAULT_LOCATION": "89"
}
}
}
}Reload your client. The agent now has 19 air-quality tools.
Tools (19 total)
Tool | Purpose |
| Runtime contract: tool list, supported clients, env vars, recommended first calls |
| Supported providers, configured providers, available metrics, privacy modes |
| Health check + warnings the agent should surface |
| What is logged locally vs sent to providers |
| Metric catalog + AQI band thresholds |
| Latest sensor reading (PM2.5, CO₂, AQI, temp, humidity) |
| List devices on an authenticated provider account (AirThings) |
| Fast 'is the air OK?' answer with band + recommendation |
| Synthesized daily snapshot |
| Compare AQI across 2-10 locations |
| Discovery helper for AirGradient public map |
| Personalized 3-step setup walkthrough based on current env state |
| Read the shared Delx Wellness profile (location, sensitivities, units) |
| Persist a non-secret patch to the shared wellness profile (explicit intent required) |
| 11-question onboarding flow for the shared wellness profile |
| Realistic example payloads — preview output before configuring anything |
| PM2.5/CO₂/VOC → WHO/EPA bands + plain-language actions |
| Classify PM2.5/PM10/CO₂/VOC into WHO 2021 / EPA / ASHRAE / UBA bands + citations |
| Windowed trend analysis (mean/median/rate-of-change/peaks) for PM2.5/CO₂/VOC |
Why local-first?
Public sensors require zero auth. AirGradient runs an open public API; just pass a
locationId.Owned-sensor tokens stay on your machine. Set
AIRGRADIENT_API_TOKENonly if you own a sensor.No telemetry. wellness-air never phones home. The only outbound calls go to the providers you configure.
Read-only. No tool mutates anything upstream. (
air_profile_updatewrites only to your local shared wellness profile, never to a provider, and requires explicit user intent.)
Cross-connector wedge
Where this gets interesting: pair it with the rest of the Delx Wellness stack.
WHOOP recovery 47 + wellness-air AQI 132 (unhealthy_sensitive)
↓ ↓
Coach: "Recovery's low AND the bedroom AQI was unhealthy last night.
Skip outdoor cardio today — try mobility + low-intensity strength indoors with HEPA running."Most agents miss the room-quality variable entirely. wellness-air closes that gap.
Privacy
Run wellness-air doctor to inspect the local privacy posture. Highlights:
All readings cached under
~/.wellness-air(configurable).Provider tokens never returned to the agent.
No biometric data — environmental only.
Tool outputs explicitly tagged with their data source for downstream auditability.
Roadmap
Shipped: AirGradient (public + owned) · AirThings · PurpleAir adapters · WHO/EPA/ASHRAE/UBA health bands · windowed trend analysis (air_trend) · shared Delx Wellness profile + onboarding.
Next:
IQAir AirVisual + Awair adapters.
Cross-correlation helper (e.g.
air_correlate_with_sleep) against the rest of the Delx Wellness stack.Webhook trigger for AQI thresholds (agent gets notified when AQI crosses a band).
📧 Contact & Support
📨 support@delx.ai — general questions, integration help, partnerships
🐛 Bug reports / feature requests — GitHub Issues
🐦 Updates — @delx369 on X
🌐 Site — wellness.delx.ai
License
MIT — see LICENSE.
wellness-air is an unofficial connector. AirGradient, AirThings, PurpleAir, IQAir, and Awair are trademarks of their respective owners. None of those companies are affiliated with or endorse this project.
Maintenance
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/davidmosiah/wellness-air'
If you have feedback or need assistance with the MCP directory API, please join our Discord server