MCP Wyze Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| wyze_loginB | Login to Wyze account using environment variables |
| wyze_get_devicesB | Get list of all Wyze devices associated with the account |
| wyze_device_infoB | Get detailed information about a specific Wyze device by MAC address |
| wyze_turn_on_deviceC | Turn on a Wyze light device |
| wyze_turn_off_deviceB | Turn off a Wyze light device |
| wyze_set_brightnessC | Set brightness for a Wyze light (0-100) |
| wyze_get_scalesB | Get list of all Wyze scales associated with the account |
| wyze_get_scale_infoB | Get detailed information about a specific Wyze scale |
| wyze_get_scale_recordsC | Get weight measurement records from a Wyze scale |
| wyze_get_device_statusB | Get accurate current status for a Wyze device (power state, brightness, etc.) |
| wyze_set_color_tempB | Set color temperature for a Wyze light (2700K-6500K) |
| wyze_set_colorB | Set RGB color for a Wyze light (hex format like 'ff0000' for red) |
| wyze_set_light_effectC | Set visual effect for a Wyze light strip or compatible bulb |
| wyze_set_light_sun_matchA | Enable or disable sun matching for a Wyze light (adjusts color temperature based on time of day) |
| wyze_clear_light_timerB | Clear any scheduled timers for a Wyze light |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| wyze_device_control_prompt | Generate a prompt for controlling a Wyze device |
| wyze_scale_health_prompt | Generate a prompt for analyzing scale health data |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| get_devices_resource | Resource providing current list of Wyze light devices with accurate status |
| get_scales_resource | Resource providing current list of Wyze scales |
TDQS
Scored across 15 tools
Every tool has a clearly distinct purpose with no ambiguity. Tools are well-organized by device type (lights, scales, general devices) and specific actions (info, control, settings), making it easy for an agent to select the correct one without confusion.
All tools follow a consistent 'wyze_verb_noun' pattern with snake_case throughout. The naming is predictable and readable, using clear verbs like 'get', 'set', 'turn', and 'clear' paired with specific nouns.
With 15 tools, the count is well-scoped for managing Wyze devices. It covers authentication, device listing, status checks, and comprehensive light and scale controls, with each tool earning its place without being excessive or insufficient.
The tool set provides near-complete coverage for Wyze light and scale management, including CRUD-like operations (e.g., turn on/off, set properties, get info/records). Minor gaps include lack of tools for other device types (e.g., cameras, plugs) or advanced features like schedules beyond light timers, but core workflows are well-supported.