sony-bravia-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BRAVIA_PSK | Yes | Pre-Shared Key for the TV's IP control authentication. | |
| BRAVIA_HOST | Yes | IP address or hostname of the Sony Bravia TV. | |
| BRAVIA_MAX_VOLUME | No | Maximum volume cap applied client-side. | 40 |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_tv_stateA | État consolidé de la TV : alimentation, entrée active, application au premier plan, volume, muet. Retourne un objet avec |
| list_inputsA | Entrées HDMI de la TV, dédupliquées CEC/HDMI par port. Chaque entrée a un |
| list_appsA | Applications installées sur la TV, indexées par titre. Chaque application a un |
| set_powerA | Allume ou éteint la TV.
|
| set_inputA | Sélectionne une entrée HDMI par son nom exact. Le nom doit être celui retourné par list_inputs (la casse est ignorée).
Un nom inconnu retourne une erreur INPUT_NOT_FOUND avec la liste
|
| launch_appA | Lance une application par son titre exact. Le titre doit être celui retourné par list_apps (la casse est ignorée).
Un titre inconnu retourne une erreur APP_NOT_FOUND avec la liste
|
| set_volumeA | Règle le volume : Fournissez exactement un des deux paramètres. Le volume est plafonné côté client (40 par défaut). Retourne l'état consolidé après la commande. |
| set_muteA | Active ou désactive le mode muet.
|
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/MaximeLglr/sony-bravia-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server