Developer Tools
botverse.cloud
Provides APIs for uploading, transcoding video/audio, and retrieving presigned download URLs.
ENDPOINT 1
https://botverse.cloud/mcp
MCP server metadata
- Name
- Botverse
- Version
- 1.3.0
Known tools 15
get_upload_urlGet a presigned upload form for any file — video, audio, or document (markdown, HTML, DOCX, etc.).
Potential side effectstranscode_from_urlOffload a video or audio transcode to Botverse using a public URL — no upload step needed.
Potential side effectstranscode_videoOffload a video transcode to Botverse — encoding runs server-side so you can continue with other tasks.
Inferred read-onlyget_output_contentReturn the finished output of a completed job INLINE as base64 — no S3 download.
Inferred read-onlyget_wallet_balanceCheck the current prepaid wallet balance for this Botverse account.
Inferred read-onlyconvert_from_urlOffload 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-onlyconvert_fileOffload a document conversion to Botverse using an already-uploaded file.
Inferred read-onlyconvert_contentConvert a document inline — pass the content directly as a string (or base64 for binary inputs like .docx).
Inferred read-onlytranscribe_from_urlTranscribe a video or audio file from a public HTTPS URL into a speaker-labelled transcript — ONE call does everything.
Inferred read-onlytranscribe_mediaTranscribe an already-uploaded video/audio file (from get_upload_url) into a speaker-labelled transcript.
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.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.
botverse.cloud is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.