69
/ 100
6 days ago
glama

Smart Home MCP Server

Controls TAPO L530E smart light bulbs via MCP, supporting on/off, brightness, and color temperature, with local and remote AWS deployment.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 6 credentials: TAPO_PASSWORD, GEMINI_API_KEY, ANTHROPIC_API_KEY, SLACK_BOT_TOKEN, SLACK_APP_TOKEN, SLACK_SIGNING_SECRET
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configAWS_DEFAULT_REGION
configDYNAMODB_TABLE_NAME
configIOT_THING_NAME
configDEVICE_ID
configTAPO_USERNAMEyour_tapo_email
🔐 secretTAPO_PASSWORDyour_tapo_password
configTAPO_IP_ADDRESS192.168.x.x
🔐 secretGEMINI_API_KEYecho '=AIza...' >> ~/.smarthome/.env
🔐 secretANTHROPIC_API_KEYecho '=sk-ant-...' >> ~/.smarthome/.env
🔐 secretSLACK_BOT_TOKEN5. Run as a Slack bot — add , SLACK_APP_TOKEN, SLACK_SIGNING_SECRET to ~/.smarthome/.env, then:
🔐 secretSLACK_APP_TOKEN5. Run as a Slack bot — add SLACK_BOT_TOKEN, , SLACK_SIGNING_SECRET to ~/.smarthome/.env, then:
🔐 secretSLACK_SIGNING_SECRET5. Run as a Slack bot — add SLACK_BOT_TOKEN, SLACK_APP_TOKEN, to ~/.smarthome/.env, then:
configSLACK_ALLOWED_USERS
configIOT_CONFIG_PATH
configIOT_ENDPOINT
configCOMMAND_WAIT_SECONDS
configTAPO_MOCK│ └── bulb_cli.py # CLI entry point for agent skills (outputs JSON, reads )
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/jui-hung-yuan-smarthome-mcp-lab-14oa30)](https://m8ven.ai/mcp/jui-hung-yuan-smarthome-mcp-lab-14oa30)
commit: 22398015e67f84344fcc387cb4e9e5f644d00102
code hash: e8a21c1104ac6d20180112114e6325e01fccde5dda855792eb5b217193e2be33
verified: 6/21/2026, 10:25:04 AM
view raw JSON →