Skip to content

useopencompany/google-calendar

v1.1.0MIT

List calendars, read events, and create events through opencompany's Google Calendar MCP.

MCP servers

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

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

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-calendar",
  "version": "1.1.0",
  "description": "List calendars, read events, and create events through opencompany's Google Calendar MCP.",
  "author": {
    "name": "opencompany",
    "url": "https://opencompany.com"
  },
  "homepage": "https://github.com/useopencompany/plugins/tree/main/google-calendar",
  "repository": "https://github.com/useopencompany/plugins/tree/main/google-calendar",
  "license": "MIT",
  "keywords": ["google-calendar", "calendar", "events", "scheduling", "availability"],
  "extensions": {
    "so.opencompany.capabilities": {
      "read": {
        "label": "Check calendars",
        "defaultMode": "ask",
        "tools": ["list_calendars"]
      },
      "query": {
        "label": "Read calendar events",
        "defaultMode": "ask",
        "tools": ["list_events", "get_event"]
      },
      "write": {
        "label": "Manage calendar events",
        "defaultMode": "ask",
        "tools": ["create_event"]
      }
    }
  }
}

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