Skip to main content
Glama

Airthings Consumer MCP Server

by michaelahern
package.json1.56 kB
{ "name": "airthings-consumer-mcp", "displayName": "Airthings Consumer MCP", "version": "1.0.0", "description": "A Model Context Protocol (MCP) server for Airthings Air Quality Monitor devices.", "keywords": [ "airthings", "mcp" ], "homepage": "https://github.com/michaelahern/airthings-consumer-mcp", "bugs": { "url": "http://github.com/michaelahern/airthings-consumer-mcp/issues" }, "license": "ISC", "author": "Michael Ahern <michael.ahern@gmail.com>", "files": [ "./bin" ], "type": "module", "main": "./bin/server.js", "types": "./bin/server.d.ts", "bin": { "airthings-consumer-mcp": "bin/server.js", "airthings-consumer-mcp-client": "bin/client.js" }, "repository": { "type": "git", "url": "git://github.com/michaelahern/airthings-consumer-mcp.git" }, "scripts": { "build": "npm run lint && tsc", "clean": "rimraf ./bin", "client": "node ./bin/client.js", "lint": "eslint --max-warnings=0", "lint-fix": "eslint --max-warnings=0 --fix", "prepublishOnly": "npm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "~1.18", "airthings-consumer-api": "^1" }, "devDependencies": { "@anthropic-ai/mcpb": "~1.1", "@eslint/json": "^0", "@eslint/markdown": "^7", "@stylistic/eslint-plugin": "^5", "@types/node": "^20", "eslint": "^9", "eslint-plugin-jsonc": "^2", "eslint-plugin-yml": "^1", "rimraf": "^6", "typescript": "~5.9", "typescript-eslint": "^8" }, "engines": { "node": ">=20" } }

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