Continue waiting on an existing session (REQUESTED or ASSIGNED) until it reaches LIVE. Use this after request_live_view returned with state≠LIVE, or after re-discovering a sessionId via list_sessions. Returns whepUrl on success. If the operator still hasn
AI agents invoke wait_for_live to trigger actions in Luxxon. What it does depends on the arguments the agent supplies, and its effects often reach beyond the immediate call — builds kicked off, notifications sent, workflows started.
This tool performs an Execute action because it transitions an external system's state and initiates a billable live streaming operation. While it doesn't directly move money, it commits to an ongoing financial obligation (per-second USDC settlement on Base). The severity is high because misuse could result in extended unauthorized live sessions with accumulated charges.
From the tool's definition wait_for_live continues waiting on a session until it reaches LIVE state and returns a whepUrl, which represents a live WebRTC stream.
Attacks that exploit this kind of access
Continue waiting on an existing session (REQUESTED or ASSIGNED) until it reaches LIVE. Use this after request_live_view returned with state≠LIVE, or after re-discovering a sessionId via list_sessions. Returns whepUrl on success. If the operator still hasn. It is categorised as a Execute tool in the Luxxon MCP Server, which means it can trigger actions or run processes. Use rate limits and argument validation.
Register the Luxxon MCP server in PolicyLayer and add a rule for wait_for_live: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Luxxon. Nothing to install.
wait_for_live is a Execute tool with high risk. Execute tools should be rate-limited and have argument validation enabled.
Yes. Add a rate_limit block to the wait_for_live rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for wait_for_live. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
wait_for_live is provided by the Luxxon MCP server (luxxon-dev/luxxon-sdk). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
Every MCP server has a record like this.
Type a name, get the same breakdown: verified identity, auth posture, risk grade, capabilities, recommended policy.
Teams ship this data inside their own products. See what a licence covers →