ENDPOINT 1
https://getoggie.com/api/mcp
MCP server metadata
- Name
- oggie
- Version
- 0.1.0
Known tools 30
calendar_events_listList events in an explicit time range or a Core-resolved relative range.
Inferred read-onlycalendar_events_searchSearch events for one focused text query within an explicit time range.
Inferred read-onlycalendar_events_respondRespond to a Google Calendar invitation as the connected user.
Inferred read-onlycalendar_freebusy_queryReturn busy intervals for calendars in an explicit time range or a Core-resolved relative range.
Inferred read-onlycalendar_availability_find_slotsFind open slots in an explicit time range or a Core-resolved relative range.
Inferred read-onlycalendar_events_detect_conflictsCheck whether a proposed time range conflicts with busy calendar intervals.
Inferred read-onlyworking_context_getRead the user's shared editable working-context scratchpad and its revision.
Inferred read-onlymemory_listList durable facts and preferences shared by Oggie and the user's authorized agents.
Inferred read-onlymemory_rememberCreate or update a durable fact or preference useful across Oggie and the user's authorized agents.
Potential side effectsmemory_forgetDelete one durable memory by the opaque reference returned by memory_list.
Potential side effectscalendar_policies_validateValidate and resolve a structured calendar policy without enabling it.
Inferred read-onlycalendar_policies_pausePause a calendar sync policy without deleting its shadow events.
Inferred read-onlycalendar_policies_previewPreview create, update, delete, skip, and no-op actions for calendar policies.
Potential side effectsaudit_recentList recent compact activity log entries without raw input/output payloads.
Inferred read-onlyartifacts_purge_ownedPreview touched events associated with this connection for future purge support.
Potential side effectsCONNECT 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.
getoggie.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.