Featured

Deploy OpenClaw in 60 seconds β€” 20% off logoDeploy OpenClaw in 60 seconds β€” 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger β†’
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free β†’
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now β†’
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data β€” no proxies, no parsers, no maintenance.

Start building free β†’
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it β€” secured from day one.

Get it set up for you β†’
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free β†’
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here β†’

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

MkTurner74/botverse-mcp MCP server](https://glama.ai/mcp/servers/MkTurner74/botverse-mcp/badges/score.svg)](https://glama.ai/mcp/servers/MkTurner74/botverse-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Video transcoding (MP4, WebM, ProRes, GIF, MP3) and document conversion (PDF,...

README.md

botverse-mcp

MCP server and command-line tool for Botverse β€” video transcoding and document conversion for AI agents and the humans who configure them.

![npm](https://www.npmjs.com/package/botverse-mcp)

What it does

  • Video transcoding β€” MP4 (H.264), WebM (VP9), ProRes 422, GIF, MP3 extraction Β· $0.25/job
  • Document conversion β€” Markdown ↔ DOCX ↔ PDF ↔ HTML ↔ XLSX Β· $0.05/file
  • Transcription β€” speaker-labelled transcripts (diarization + AI speaker naming) β†’ txt/srt/vtt/docx/pdf Β· ~$3/hour

Two ways to use it: an MCP server for your AI agents, and a botverse CLI for the shell β€” evaluation, CI/CD, cron, scripts, and local coding agents. No AWS. No FFmpeg. No infrastructure.

Setup

  1. Sign up at botverse.cloud β€” free to try: $1 credit on signup, no card required. A card + 2FA are only needed at your first top-up ($5 min). No monthly fees.
  2. Get an API key or connector URL from your dashboard
  3. Add to your MCP client config

Usage

Claude Desktop / Cursor / Windsurf

{
  "mcpServers": {
    "botverse": {
      "command": "npx",
      "args": ["-y", "botverse-mcp"],
      "env": {
        "BOTVERSE_API_KEY": "bv_live_..."
      }
    }
  }
}

Or with a connector URL (recommended for claude.ai):

{
  "mcpServers": {
    "botverse": {
      "command": "npx",
      "args": ["-y", "botverse-mcp"],
      "env": {
        "BOTVERSE_CONNECTOR_URL": "https://botverse.cloud/mcp?token=bv_sess_..."
      }
    }
  }
}

Command line (botverse)

The same package ships a botverse CLI for the shell β€” it reads files from disk and streams them straight to the API (no content goes through an LLM), so it's the fast path for evaluation, automation, and local coding agents.

export BOTVERSE_API_KEY=bv_live_…        # or BOTVERSE_CONNECTOR_URL=…?token=bv_sess_…

npx botverse convert report.md --to pdf
npx botverse convert *.md --to docx,pdf -o ./out
npx botverse transcode clip.mov --to mp4 -o ./out
npx botverse transcribe call.mp4 --to docx --attendees "Sarah Chen,Mike Torres"
npx botverse balance

Each job uploads β†’ polls β†’ downloads the finished file to -o (default: current dir). Globs and multiple --to formats run as a batch.

Sandbox note: the CLI needs outbound network to botverse.cloud and S3, so it does not run inside sandboxed agent environments (claude.ai / Claude Desktop), whose egress is allowlisted. There, use the MCP tools (convert_content / get_output_content).

Tools (MCP)

| Tool | Description | |---|---| | transcode_from_url | Transcode video from a public URL | | transcode_video | Transcode an uploaded video file | | convert_content | Convert document content inline (up to 4 MB; sandbox-safe) | | convert_from_url | Convert a document from a public URL | | convert_file | Convert an uploaded document | | get_job_status | Poll a job until complete | | get_download_url | Get the signed download URL | | get_output_content | Get finished output bytes inline (sandbox-safe download) | | get_wallet_balance | Check wallet balance |

Pricing

  • Video transcode (≀5 min): $0.25/job
  • Video overage: +$0.08/min
  • ProRes 422: $0.35/source-min ($0.50 min)
  • Document conversion: $0.05/file

Credits never expire. Full pricing β†’

Links

See related servers & alternatives β†’

Related MCP servers

Browse all β†’

Related guides

Hand-picked reading to help you choose and use Cloud & DevOps servers.