← botverse.cloud

INDIVIDUAL MCP TOOL

get_upload_url

Get a presigned upload form for any file — video, audio, or document (markdown, HTML, DOCX, etc.).

botverse.cloudnone authenticationAvailability not checked

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 endpoint

botverse.cloud

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-cloud]
url = "https://botverse.cloud/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "botverse-cloud": {
      "type": "http",
      "url": "https://botverse.cloud/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: botverse-cloud
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-cloud": {
      "url": "https://botverse.cloud/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "botverse-cloud": {
      "type": "http",
      "url": "https://botverse.cloud/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "botverse-cloud",
  "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.
  • 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.
  • get_output_content — Return the finished output of a completed job INLINE as base64 — no S3 download.
  • get_wallet_balance — Check the current prepaid wallet balance for this Botverse account.
  • convert_from_url — Offload a document conversion to Botverse — runs server-side in seconds, returns a download link, and frees you to continue with other tasks while it processes.
  • convert_file — Offload a document conversion to Botverse using an already-uploaded file.