Vivint Security System MCP Server
by bradmb
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Server host binding | |
| PORT | No | Server port | 8000 |
| AUTH_TYPE | No | Authentication type (jwt/oauth) | |
| LOG_LEVEL | No | Logging level | INFO |
| DEBUG_MODE | No | Enable debug mode | false |
| JWT_ISSUER | No | JWT issuer | vivint-mcp-server |
| AUTH_SECRET | No | Strong secret for HMAC JWT signing | |
| ENVIRONMENT | No | Environment (development/production) | development |
| AUTH_ENABLED | No | Enable authentication | true |
| JWT_AUDIENCE | No | JWT audience | vivint-mcp-client |
| JWT_ALGORITHM | No | JWT algorithm (HS256/RS256) | |
| JWT_PUBLIC_KEY | No | Public key for RSA JWT verification | |
| JWT_PRIVATE_KEY | No | Private key for RSA JWT signing | |
| OAUTH_CLIENT_ID | No | OAuth client ID | |
| VIVINT_MFA_CODE | No | 6-digit MFA code for 2FA/MFA setup | |
| VIVINT_PASSWORD | Yes | Your Vivint password | |
| VIVINT_USERNAME | Yes | Your Vivint email address | |
| VIVINT_SYSTEM_ID | No | Specific system ID if you have multiple systems | |
| RATE_LIMIT_ENABLED | No | Enable rate limiting for login endpoints | true |
| TOKEN_EXPIRY_HOURS | No | Token expiry hours | 24 |
| OAUTH_CLIENT_SECRET | No | OAuth client secret | |
| OAUTH_REDIRECT_URIS | No | OAuth redirect URIs (comma-separated) | https://claude.ai/api/mcp/auth_callback,http://localhost:3000/callback,http://localhost:8080/callback |
| VIVINT_MFA_AUTO_WAIT | No | Auto wait for MFA | false |
| CLOUDFLARE_TUNNEL_URL | No | Cloudflare tunnel URL | |
| TOKEN_REFRESH_INTERVAL | No | Token refresh interval in seconds | 18000 |
| RATE_LIMIT_MAX_ATTEMPTS | No | Maximum rate limit attempts | 1 |
| SESSION_REFRESH_INTERVAL | No | Session refresh interval in seconds | 900 |
| OAUTH_DISABLE_NEW_CLIENTS | No | Disable new OAuth clients | false |
| VIVINT_REFRESH_TOKEN_FILE | No | File path for storing refresh tokens | .vivint_tokens.json |
| RATE_LIMIT_LOCKOUT_MINUTES | No | Rate limit lockout duration in minutes | 5 |
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 | |
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/bradmb/vivint-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server