← Registry

Content Tools

privesc.eu

An MCP server that provides tools to search and retrieve privesc.eu Live broadcasts, transcripts, and public artifacts, and to generate upload URLs for rendered short videos.

1 endpoint9 known toolsFirst detected September 13, 2026Last detected September 13, 2026

ENDPOINT 1

https://www.privesc.eu/mcp

No auth detected

MCP server metadata

Name
Web
Version
1.0.0.0
Capabilities
loggingtools

Known tools 9

get_transcript

Get the full transcript of a Live recording with inline text.

Inferred read-only
search_events

Search privesc.eu Live broadcasts (scheduled, ongoing, or completed) with filters.

Inferred read-only
list_artifacts

List public artifacts attached to a Live broadcast (press release, agenda, transcript, photos, video, etc.).

Inferred read-only
get_event

Get full details for a single Live broadcast including public artifacts and tags.

Inferred read-only
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.

Potential side effects
get_photos

Get photos for a Live broadcast (original + thumbnail URLs).

Inferred read-only
get_recording

Get a signed, time-limited .mp4 download URL for a Live recording.

Inferred read-only
save_short

Record a short clip published on privesc.eu, optionally also posted to a social network.

Inferred read-only
get_agenda

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

Inferred read-only

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.

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.