Botverse
About
Video transcoding (H.264, VP9, ProRes 422, GIF), document conversion (Markdown ↔ DOCX ↔ PDF ↔ HTML ↔ XLSX), and speaker-labelled transcription for AI agents. Per-job billing, free $1 trial, no AWS or FFmpeg required.
Details
- Author
- mkturner74
- Categories
- Productivity, Other
Jump to
Setup
Install Botverse in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/mkturner74/botverse-mcp
Follow the installation instructions in the repository README, then restart your MCP client.
MCP serverand command-line toolforBotverse— video transcoding and document conversion for AI agents and the humans who configure them.
- 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: anMCP serverfor your AI agents, and abotverseCLIfor the shell — evaluation, CI/CD, cron, scripts, and local coding agents. No AWS. No FFmpeg. No infrastructure.
- Sign up atbotverse.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.
- Get an API key or connector URL from your dashboard
- Add to your MCP client config
{ "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_..." } } } }
The same package ships abotverseCLI 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--toformats run as a batch.
Sandbox note:the CLI needs outbound network tobotverse.cloudand S3, so it doesnotrun inside sandboxed agent environments (claude.ai / Claude Desktop), whose egress is allowlisted. There, use the MCP tools (convert_content/get_output_content).
- 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
Your YouTube AI Assistant To Create More Videos And Save 10+ Hours A Week
Converts video links into AI-generated Markdown notes
Official MCP server for Clipform - the video-first form builder.
Summarize YouTube videos using the DeepSRT API.
Remote MCP server for Docsie video-to-docs automation and workspace knowledge search.
MCP server + REST API letting AI agents get answers from real humans (not synthetic) — 16 structured query types (yes/no, rating, ranking, A/B, sentiment, image comparison, free text, voice/video/photo). Free test mode with simulated responses, zero cost. Pay-per-response from $0.05 + 15% platform fee.
Cinema-grade video production MCP server — 8 tools for recording, editing, effects, captions, TTS, and smart screenshots. Built on ffmpeg + Playwright.
Remove unwanted people, objects, logos, and distractions from videos using natural language.
Fetch and summarize YouTube videos by extracting their titles, descriptions, and transcripts.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




