← privesc.eu

INDIVIDUAL MCP TOOL

get_agenda

Get the agenda of upcoming scheduled events in a date range.

privesc.eunone authenticationAvailability not checked

LIVE ENDPOINT

https://www.privesc.eu/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_agenda and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

privesc.eu

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.web]
url = "https://www.privesc.eu/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "web": {
      "type": "http",
      "url": "https://www.privesc.eu/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: web
Remote MCP URL: https://www.privesc.eu/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": {
    "web": {
      "url": "https://www.privesc.eu/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "web": {
      "type": "http",
      "url": "https://www.privesc.eu/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "web",
  "transport": "streamable-http",
  "url": "https://www.privesc.eu/mcp"
}
MCP Inspector

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

Related tools

  • get_transcript — Get the full transcript of a Live recording with inline text.
  • search_events — Search privesc.eu Live broadcasts (scheduled, ongoing, or completed) with filters.
  • list_artifacts — List public artifacts attached to a Live broadcast (press release, agenda, transcript, photos, video, etc.).
  • get_event — Get full details for a single Live broadcast including public artifacts and tags.
  • create_short_upload_sas — Get short-lived write-only SAS URLs to upload a rendered short (.mp4 plus optional .jpg poster) to privesc.eu storage.
  • get_photos — Get photos for a Live broadcast (original + thumbnail URLs).
  • get_recording — Get a signed, time-limited .mp4 download URL for a Live recording.
  • save_short — Record a short clip published on privesc.eu, optionally also posted to a social network.