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.
ENDPOINT 1
https://www.privesc.eu/mcp
MCP server metadata
- Name
- Web
- Version
- 1.0.0.0
Known tools 9
search_eventsSearch privesc.eu Live broadcasts (scheduled, ongoing, or completed) with filters.
Inferred read-onlylist_artifactsList public artifacts attached to a Live broadcast (press release, agenda, transcript, photos, video, etc.).
Inferred read-onlyget_eventGet full details for a single Live broadcast including public artifacts and tags.
Inferred read-onlycreate_short_upload_sasGet short-lived write-only SAS URLs to upload a rendered short (.mp4 plus optional .jpg poster) to privesc.eu storage.
Potential side effectssave_shortRecord a short clip published on privesc.eu, optionally also posted to a social network.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.