← Registry

Developer Tools

botverse.cloud

Provides APIs for uploading, transcoding video/audio, and retrieving presigned download URLs.

1 endpoint15 known toolsFirst detected June 6, 2026Last detected September 6, 2026

ENDPOINT 1

https://botverse.cloud/mcp

No auth detected

MCP server metadata

Name
Botverse
Version
1.3.0
Capabilities
tools

Known tools 15

get_upload_url

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

Potential side effects
transcode_from_url

Offload a video or audio transcode to Botverse using a public URL — no upload step needed.

Potential side effects
transcode_video

Offload a video transcode to Botverse — encoding runs server-side so you can continue with other tasks.

Inferred read-only
get_job_status

Poll the status of a transcode or convert job.

Inferred read-only
get_download_url

Get a presigned HTTPS URL to download the completed output file.

Inferred read-only
get_output_content

Return the finished output of a completed job INLINE as base64 — no S3 download.

Inferred read-only
get_wallet_balance

Check the current prepaid wallet balance for this Botverse account.

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

Inferred read-only
convert_file

Offload a document conversion to Botverse using an already-uploaded file.

Inferred read-only
submit_workflow

Submit a multi-step workflow to the Botverse workflow engine.

Inferred read-only
get_workflow_status

Get the current status of a workflow and all its steps.

Inferred read-only
cancel_workflow

Cancel an in-progress workflow.

Inferred read-only
convert_content

Convert a document inline — pass the content directly as a string (or base64 for binary inputs like .docx).

Inferred read-only
transcribe_from_url

Transcribe a video or audio file from a public HTTPS URL into a speaker-labelled transcript — ONE call does everything.

Inferred read-only
transcribe_media

Transcribe an already-uploaded video/audio file (from get_upload_url) into a speaker-labelled transcript.

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.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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for botverse.cloud was fetched 2026-08-26T12:20:13.332Z.

Trust status Neutral

botverse.cloud is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.