← Registry

Productivity

wgo.fyi

Manages local calendar events, allowing creation, deletion, lookup, and import from natural language or iCalendar files.

1 endpoint6 known toolsFirst detected August 4, 2026Last detected August 4, 2026

ENDPOINT 1

https://api.wgo.fyi/mcp

No auth detected

MCP server metadata

Name
my-local-events
Version
1.0.0
Capabilities
tools.listChanged

Known tools 6

create_event

Create a local event from structured fields and return a shareable link.

Potential side effects
create_event_from_text

Create a local event from a natural-language description (e.g.

Potential side effects
delete_event

Delete an event you created.

Potential side effects
get_event

Look up a local event by its public share code (the part after wgo.fyi/e/ in a share link).

Inferred read-only
import_ics

Create a local event from the contents of an iCalendar (.ics) file and return a shareable link.

Potential side effects
update_event

Update fields on an event you created.

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.my-local-events]
url = "https://api.wgo.fyi/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "my-local-events": {
      "type": "http",
      "url": "https://api.wgo.fyi/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: my-local-events
Remote MCP URL: https://api.wgo.fyi/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": {
    "my-local-events": {
      "url": "https://api.wgo.fyi/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "my-local-events": {
      "type": "http",
      "url": "https://api.wgo.fyi/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "my-local-events",
  "transport": "streamable-http",
  "url": "https://api.wgo.fyi/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

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