Skip to main content
Glama
RomanovVIII

ST67 Home Assistant MCP

by RomanovVIII

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HA_BASE_URLYesRoot URL such as https://ha.example.invalid; path prefixes, query strings, and embedded credentials are rejected
HA_ALLOW_HTTPNoOnly the exact value 'true' allows unencrypted HTTP/WS; disabled by defaultfalse
HA_TOKEN_SOURCEYesCredential source: 'keychain' or 'environment'
HA_TOKEN_ENV_NAMENoName of an already inherited environment variable containing the token, not the token itself
HA_KEYCHAIN_ACCOUNTNoAccount name of your Keychain item
HA_KEYCHAIN_SERVICENoService name of your Keychain item

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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
ha_statusA

Local configuration status only. Does not read credentials or contact Home Assistant.

ha_restA

Call a supported method under /api/. Path is relative, for example states or services/light/turn_on. Never retries writes. Responses and duration are bounded.

ha_wsA

Send one supported Home Assistant command. The bridge owns authentication and request IDs. Optional bounded event collection stays within this call; the socket always closes afterwards. No monitoring or retries.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/RomanovVIII/st67-home-assistant-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server