← Registry

Productivity

getoggie.com

Provides calendar management and event scheduling capabilities.

1 endpoint30 known toolsFirst detected July 24, 2026Last detected September 4, 2026

ENDPOINT 1

https://getoggie.com/api/mcp

No auth detected

MCP server metadata

Name
oggie
Version
0.1.0
Capabilities
tools

Known tools 30

calendar_calendars_list

List connected calendars visible to the connection.

Inferred read-only
calendar_events_list

List events in an explicit time range or a Core-resolved relative range.

Inferred read-only
calendar_events_search

Search events for one focused text query within an explicit time range.

Inferred read-only
calendar_events_get

Get a single event by calendar ID and event ID.

Inferred read-only
calendar_events_create

Create a timed or all-day calendar event.

Potential side effects
calendar_events_update

Update selected fields on an event.

Potential side effects
calendar_events_respond

Respond to a Google Calendar invitation as the connected user.

Inferred read-only
calendar_events_cancel

Cancel an event.

Inferred read-only
calendar_freebusy_query

Return busy intervals for calendars in an explicit time range or a Core-resolved relative range.

Inferred read-only
calendar_availability_find_slots

Find open slots in an explicit time range or a Core-resolved relative range.

Inferred read-only
calendar_events_detect_conflicts

Check whether a proposed time range conflicts with busy calendar intervals.

Inferred read-only
working_context_get

Read the user's shared editable working-context scratchpad and its revision.

Inferred read-only
working_context_update

Replace the user's shared working-context scratchpad.

Inferred read-only
memory_list

List durable facts and preferences shared by Oggie and the user's authorized agents.

Inferred read-only
memory_remember

Create or update a durable fact or preference useful across Oggie and the user's authorized agents.

Potential side effects
memory_forget

Delete one durable memory by the opaque reference returned by memory_list.

Potential side effects
preferences_get

Get user calendar preferences.

Inferred read-only
preferences_update

Update user calendar preferences.

Potential side effects
calendar_policies_validate

Validate and resolve a structured calendar policy without enabling it.

Inferred read-only
calendar_policies_list

List calendar sync policies.

Inferred read-only
calendar_policies_create

Create a calendar sync policy.

Potential side effects
calendar_policies_update

Update a calendar sync policy.

Potential side effects
calendar_policies_pause

Pause a calendar sync policy without deleting its shadow events.

Inferred read-only
calendar_policies_delete

Delete a calendar sync policy.

Potential side effects
calendar_policies_preview

Preview create, update, delete, skip, and no-op actions for calendar policies.

Potential side effects
calendar_policies_run

Run calendar policy sync actions.

Inferred read-only
calendar_policies_purge

Preview or purge events created by a calendar policy.

Potential side effects
calendar_sync_status

Show calendar sync freshness and policy job status.

Inferred read-only
audit_recent

List recent compact activity log entries without raw input/output payloads.

Inferred read-only
artifacts_purge_owned

Preview touched events associated with this connection for future purge support.

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.oggie]
url = "https://getoggie.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "oggie": {
      "type": "http",
      "url": "https://getoggie.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: oggie
Remote MCP URL: https://getoggie.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "oggie": {
      "url": "https://getoggie.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "oggie": {
      "type": "http",
      "url": "https://getoggie.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "oggie",
  "transport": "streamable-http",
  "url": "https://getoggie.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for getoggie.com was fetched 2026-08-04T02:08:37.544Z and is being refreshed.

Trust status Neutral

getoggie.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.