ecobee-mcp
by BrianVia
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_BEARER | Yes | Bearer token required to authenticate requests to the protected `/mcp` endpoint. Generate with `openssl rand -hex 32` and set via `npx wrangler secret put MCP_BEARER --config wrangler.local.jsonc`. | |
| ECOBEE_PASSWORD | Yes | Your Ecobee account password. Set via `npx wrangler secret put ECOBEE_PASSWORD --config wrangler.local.jsonc`. | |
| ECOBEE_USERNAME | Yes | Your Ecobee account username. Set via `npx wrangler secret put ECOBEE_USERNAME --config wrangler.local.jsonc`. |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues