F
licenseNot graded
qualityC
maintenanceEnables management of system users through a simple API, exposing two MCP tools that forward authentication headers to the upstream service.
-
No user-submitted related servers found.
Scored across 8 tools
Each tool has a clearly distinct purpose: disabling, enabling, fetching, granting roles, listing memberships, listing users, resolving duplicates, and revoking roles. No overlap or ambiguity.
All tool names follow a consistent verb_noun pattern using snake_case (e.g., disable_user, grant_role). Naming is predictable and uniform.
8 tools is well-scoped for user management, covering core operations without unnecessary bloat.
The set covers enable/disable, role management, and listing, but lacks create_user and delete_user, which are minor gaps for a user management server.