trackmcp
Back to directory
MkTurner74

botverse-mcp

View on GitHub

MCP server for Botverse — video transcoding ($0.25/job) and document conversion ($0.05/file) for AI agents. No AWS. npx -y botverse-mcp

1 stars JavaScriptOthers Updated Aug 19, 2026
ai-agentsclaudedocument-conversionllm-toolsmcpmcp-servermodel-context-protocolvideo-transcodingcursorffmpegllmtranscription

Documentation

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

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

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

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

json
{
  "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.

bash
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)

ToolDescription
`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 →

Frequently asked questions

What is botverse-mcp?

botverse-mcp is MCP server for Botverse — video transcoding ($0.25/job) and document conversion ($0.05/file) for AI agents. No AWS. npx -y botverse-mcp

How do I install botverse-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is botverse-mcp open source?

Yes — it is hosted on GitHub at https://github.com/MkTurner74/botverse-mcp and has 1 stars.

Related MCP tools

atlassianatlassian-mcp-server

Official remote MCP server for Atlassian. Securely connect Jira, Confluence, Jira Service Management, Bitbucket, and Compass to Claude, ChatGPT, Cursor, VS Code, and other AI tools using OAuth 2.1 or API tokens.

1,015 JavaScript
aiai-agentsatlassian+17
riponcmprojectmem

Open-source coding agent memory. Records issues, attempts, fixes and decisions, then warns your agent before it repeats an approach that already failed. Native MCP server for Claude Code, Cursor, Antigravity and Codex. 100% local, no cloud, no telemetry. MIT.

796 Python
ai-agentsai-memoryai-tools+17
firecrawlfirecrawl-mcp-server

🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.

7,393 JavaScript
batch-processingclaudecontent-extraction+11
IvanMurzakUnity-MCP

AI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for free.

4,137 C#
aiai-integrationgame-development+16
jgravellejcodemunch-mcp

Cut AI token costs 95%+ on code exploration. The leading MCP server for precise, symbol-level GitHub code retrieval via tree-sitter AST. Works with Claude Code, Cursor & any MCP client. 313B+ tokens saved.

2,651 Python
claudeclaude-codeai-coding+17
sonnylazuardicursor-talk-to-figma-mcp

CTTF: MCP integration between Cursor and Figma, allowing Cursor Agentic AI to communicate with Figma for reading designs and modifying them programmatically.

5,539 JavaScript
agentagenticagentic-ai+11

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP