INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://www.privesc.eu/mcp
Connect to this endpoint to inspect the live schema for create_short_upload_sas and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent server
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.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.get_agenda— Get the agenda of upcoming scheduled events in a date range.