Ums Google Admin Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Ums Google Admin Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A FastMCP server for managing Google Workspace users through the Admin Directory API.
GOOGLE_TOKEN_JSON environment variabledocker build -t google-admin-mcp .Run the container:
docker run -e GOOGLE_TOKEN_JSON="your_base64_encoded_token" google-admin-mcpLists users in a domain.
{
"domain": "yourdomain.com"
}Creates a new user with a secure random password.
{
"primaryEmail": "[email protected]",
"firstName": "First",
"lastName": "Last"
}Gets detailed information about a specific user.
{
"userKey": "[email protected]"
}Suspends a user account.
{
"userKey": "[email protected]"
}Unsuspends a user account.
{
"userKey": "[email protected]"
}The server provides clear error messages for:
MIT License
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.