Reads stay open to the whole team
Anyone who can see the account sees its numbers. Only writing needs rank. An analytics product nobody on the team can read is not doing its job, so there is no “can this member see this MCP” question anywhere in the product.Deleting the account stops at owner
Everything in the third column removes one thing and can be done again. Deleting the account removes the account, every MCP in it and every teammate’s access in a single statement, with no soft delete to come back from. That is why it sits one rank higher.Enforcement is in the API, not the interface
This is worth stating plainly because the opposite was true once and it was wrong. The dashboard hides controls your role does not permit. That is a courtesy, not a permission — every guard is also enforced server-side, on the endpoint. A member calling the API directly gets a403, not a rename.
The MCP server reaches the same guards by calling the same services, so an agent acting on your behalf is bound by your role exactly as the dashboard is.