Docs / MCP Server
MCP Server Tutorial
Deploy our secure, OAuth-secured AWS Lambda MCP server to integrate with custom AI agents and automate access-control operations natively.
OAuth Authentication
Our Model Context Protocol (MCP) server secures sensitive door lock and access pin tools using standard OAuth 2.0 bearer handshakes. Before deploying, obtain your OAuth credentials (client id and secret) from the console.
Install with Claude Code
Instruct Claude to add the MCP server using client credential grants:
Configuration
Claude Desktop and other MCP clients can load the OAuth metadata dynamically from the standard configuration file:
Available Tools
list_devices(Read): List all locks, readers, and controllers. Requires scopelocks:read.create_pin(Write): Generate a time-bound offline residential or hourly PIN. Requires scopelocks:write.