Skip to main content
Glama

Airthings Consumer MCP Server

by michaelahern
manifest.json1.3 kB
{ "manifest_version": "0.2", "name": "airthings-consumer-mcp", "display_name": "Airthings Consumer MCP", "version": "1.0.0", "description": "A Model Context Protocol (MCP) server for Airthings Air Quality Monitor devices.", "author": { "name": "Michael Ahern" }, "repository": { "type": "git", "url": "https://github.com/michaelahern/airthings-consumer-mcp" }, "homepage": "https://github.com/michaelahern/airthings-consumer-mcp", "server": { "type": "node", "entry_point": "bin/server.js", "mcp_config": { "command": "node", "args": [ "${__dirname}/bin/server.js" ], "env": { "AIRTHINGS_CLIENT_ID": "${user_config.client_id}", "AIRTHINGS_CLIENT_SECRET": "${user_config.client_secret}" } } }, "license": "ISC", "compatibility": { "runtimes": { "node": ">=20" } }, "user_config": { "client_id": { "type": "string", "title": "Airthings Client ID", "description": "Your Airthings API Client ID", "sensitive": true, "required": true }, "client_secret": { "type": "string", "title": "Airthings Client Secret", "description": "Your Airthings API Client Secret", "sensitive": true, "required": true } } }

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/michaelahern/airthings-consumer-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server