Skip to main content
Glama
Evin009

io.github.Evin009/smartrent-mcp

by Evin009

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoPort to listen on in sse mode (default 8000)8000
TRANSPORTNoTransport mode: stdio (default) or ssestdio
SMARTRENT_EMAILYesYour SmartRent account email
SMARTRENT_PASSWORDYesYour SmartRent account password

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
pingA

Test that the server is alive

get_device_statusA

Get the current status of all SmartRent devices (locks, thermostat, switches, sensors)

switch_controlA

Turn a light switch on or off. name: partial or full name of the switch (e.g. 'bedroom', 'living room') action: 'on' or 'off'

lock_doorA

Lock or unlock the front door. action: 'lock' or 'unlock'

set_temperatureB

Set thermostat temperature and mode. temperature: the temperature value mode: 'cool', 'heat', 'auto', or 'off' unit: 'F' for farenheit (default) or 'C' for celcius

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/Evin009/SmartRent-MCP'

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