SwitchBot MCP Server
by genm
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
SWITCHBOT_TOKEN | Yes | Your SwitchBot API token obtained from the SwitchBot app in Profile > Settings > Developer Options | |
SWITCHBOT_SECRET | Yes | Your SwitchBot API secret key obtained from the SwitchBot app in Profile > Settings > Developer Options |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
list_devices | デバイス一覧を取得します |
get_device_status | デバイスのステータスを取得します |
control_device | デバイスを制御します |