tronbyt-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TRONBYT_API_KEY | Yes | Per-device API key from the Tronbyt web UI | |
| TRONBYT_BASE_URL | Yes | Your tronbyt/server, e.g. http://tronbyt.local:8000 | |
| TRONBYT_TIMEOUT_MS | No | Per-request timeout | 10000 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_devicesA | List all Tronbyt devices visible to the configured API key, including brightness, night mode, pinned app, and last-seen time. |
| update_deviceA | Update device settings: brightness, app rotation interval, night mode, dim mode, or the pinned app. Only provided fields change. |
| reboot_deviceA | Reboot a Tronbyt device. The command is sent immediately; the device reboots asynchronously. |
| list_installationsA | List app installations on a device: installation id (iname), app, enabled/pinned state, timing, and config. |
| update_installationA | Update an installation: enable/disable it in the rotation, pin/unpin it, or change its render interval and display time. |
| delete_installationA | Delete an app installation from a device, including its rendered images. This cannot be undone. |
| push_appA | Render a server-side app (optionally with config) and push it to the display. Use installation_id alone to re-activate an existing installation with its saved config. |
| push_imageA | Push a base64-encoded WebP image directly to the display (64x32; 128x64 for wide/2x devices). |
| push_textA | Render text into an image sized for the display (64x32, or 128x64 for wide/2x devices) and push it. Word-wrapped and centered, printable ASCII only. At default sizing: 16 chars/line, 5 lines. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/jonfishr/tronbyt-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server