Skip to content

useopencompany/google-admin

v1.0.0MIT

Create Workspace users, set up groups, and add members through opencompany's Google Admin MCP.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

google-adminstreamable-http
{
  "type": "streamable-http",
  "url": "https://api.opencompany.chat/mcp/plugins/google-admin"
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "google-admin",
  "version": "1.0.0",
  "description": "Create Workspace users, set up groups, and add members through opencompany's Google Admin MCP.",
  "author": {
    "name": "opencompany",
    "url": "https://opencompany.com"
  },
  "homepage": "https://github.com/useopencompany/plugins/tree/main/google-admin",
  "repository": "https://github.com/useopencompany/plugins/tree/main/google-admin",
  "license": "MIT",
  "keywords": [
    "google-admin",
    "google-workspace",
    "directory",
    "users",
    "groups"
  ],
  "extensions": {
    "so.opencompany.capabilities": {
      "query": {
        "label": "Read directory",
        "defaultMode": "ask",
        "tools": [
          "list_users",
          "get_user",
          "list_groups",
          "get_group",
          "list_group_members"
        ]
      },
      "write": {
        "label": "Manage users and groups",
        "defaultMode": "ask",
        "tools": [
          "create_user",
          "create_group",
          "update_group",
          "add_group_member"
        ]
      }
    }
  }
}

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • so.opencompany.capabilities