Registers a new nomos controller. If this is the first controller, it is automatically selected.
AI agents use add_controller to create or update resources in nomos MCP Bridge — usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your nomos MCP Bridge environment.
This is a Write operation (creates/registers new data) rather than Read. However, severity is elevated to 'high' rather than typical Write 'medium' because: (1) registering a new smart home controller grants it system access and potential control over physical devices; (2) if a malicious or misconfigured controller is registered, it could impact home automation security; (3) controller registration affects system…
From the tool's definition Tool name 'add_controller' and description 'Registers a new nomos controller' indicates data creation/modification. Registering a controller adds a new entry to the system's configuration, reversibly modifying system state.
Attacks that exploit this kind of access
Registers a new nomos controller. If this is the first controller, it is automatically selected. It is categorised as a Write tool in the nomos MCP Bridge MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.
Register the nomos MCP Bridge MCP server in PolicyLayer and add a rule for add_controller: 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 nomos MCP Bridge. Nothing to install.
add_controller is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.
Yes. Add a rate_limit block to the add_controller 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 add_controller. 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.
add_controller is provided by the nomos MCP Bridge MCP server (nomos-system/nomos-mcp-bridge). 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 →