INDIVIDUAL MCP TOOL
get_upload_url
Get a presigned upload form for any file — video, audio, or document (markdown, HTML, DOCX, etc.).
LIVE ENDPOINT
https://botverse.cloud/mcp
Connect to this endpoint to inspect the live schema for get_upload_url 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.botverse]
url = "https://botverse.cloud/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"botverse": {
"type": "http",
"url": "https://botverse.cloud/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: botverse
Remote MCP URL: https://botverse.cloud/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": {
"botverse": {
"url": "https://botverse.cloud/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"botverse": {
"type": "http",
"url": "https://botverse.cloud/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "botverse",
"transport": "streamable-http",
"url": "https://botverse.cloud/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
transcode_from_url— Offload a video or audio transcode to Botverse using a public URL — no upload step needed.transcode_video— Offload a video transcode to Botverse — encoding runs server-side so you can continue with other tasks.conform_from_url— Mux a separate video file and audio file (both public HTTPS URLs) into one fresh-encoded output — the video/audio 'conform' step: combine two sources, and reconcile a frame-rate or duration mismatch between them so they line up.conform_media— Mux an already-uploaded video and audio file (both from get_upload_url) into one fresh-encoded output.conform_splice_from_url— Concatenate an ordered list of video and/or still-image segments (all public HTTPS URLs) into one continuous, fresh-encoded output — the video 'splice' step.conform_splice_media— Concatenate an ordered list of already-uploaded video and/or still-image segments (all from get_upload_url) into one continuous, fresh-encoded output.get_job_status— Poll the status of a transcode or convert job.get_download_url— Get a presigned HTTPS URL to download the completed output file.