Rancher · Capability
Rancher Access Control
Workflow capability for managing users, roles, tokens, and access policies in Rancher. Enables platform administrators to provision users, assign role templates, manage API tokens, and enforce RBAC across multi-cluster environments.
What You Can Do
GET
List users
— List all users.
/v1/users
GET
List tokens
— List all API tokens.
/v1/tokens
POST
Create token
— Create a new API token.
/v1/tokens
GET
List role templates
— List all role templates.
/v1/role-templates
MCP Tools
list-users
List all Rancher users with their enabled status and login information.
read-only
list-tokens
List all API tokens issued in Rancher, including their expiry and description.
read-only
create-token
Create a new API token for programmatic access to the Rancher API.
list-role-templates
List all RBAC role templates defining permissions across clusters and projects.
read-only
APIs Used
rancher