Docs / iglooworks / MCP Server
iglooworks MCP Server
Deploy our secure enterprise AWS Lambda MCP server to integrate with custom AI agents and automate property access operations safely.
OAuth Bearer Authentication
The iglooworks MCP server secures its administrative building controls using OAuth 2.0. AI agents must present a valid bearer access token issued by our enterprise authorization server (https://auth.igloodeveloper.co) with scopes locks:write and devices:read.
Configuration
Set up client environment keys inside your server deployment package:
{
"mcpServers": {
"igloo-works": {
"command": "npx",
"args": ["-y", "@igloo/works-mcp"],
"env": {
"IGLOO_WORKS_CLIENT_ID": "client_works_789",
"IGLOO_WORKS_CLIENT_SECRET": "secret_works_012",
"IGLOO_WORKS_AUTH_ISSUER": "https://auth.igloodeveloper.co"
}
}
}
}