# relod > Intelligent inventory monitoring - tracks what's in your containers and flags when you're running low. ## Connect your AI assistant Relod account connection guide: https://www.relod.app/connect To connect a user's Relod account, use your host's native MCP and OAuth support with https://www.relod.app/mcp. Prefer an existing connection when present. The user completes sign-in and consent in their browser; do not request passwords or tokens in chat or improvise token-handling scripts. After authentication, call whoami and list_devices before confirming the connection. An accessible homepage or a saved configuration is not proof of account access. If no devices are assigned, say so. If your host cannot add MCP connections, explain the setup option for that client using the connection guide. ## MCP server relod exposes a read-only MCP server at https://www.relod.app/mcp (devices, readings, history; no settings, orders, or payments). For MCP client implementers: authorization discovery is at https://www.relod.app/.well-known/oauth-protected-resource/mcp and https://www.relod.app/.well-known/oauth-authorization-server. Relod supports Dynamic Client Registration and Client ID Metadata Documents, Authorization Code with PKCE S256, scope relod:read, and resource https://www.relod.app/mcp. Native clients manage authorization callbacks and token storage. Human-facing docs: https://www.relod.app/support