Skip to main content
Glama

botverse-mcp

MCP server for Botverse — video transcoding and document conversion for AI agents.

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

Three tool calls. No AWS. No FFmpeg. No infrastructure.

Related MCP server: IteraTools MCP

Setup

  1. Sign up at botverse.cloud — $5 minimum top-up, 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_..."
      }
    }
  }
}

Tools

Tool

Description

transcode_from_url

Transcode video from a public URL

transcode_video

Transcode an uploaded video file

convert_content

Convert document content inline

convert_from_url

Convert a document from a public URL

get_job_status

Poll a job until complete

get_download_url

Get the signed download URL

get_wallet_balance

Check wallet balance

Pricing

  • Video transcode (≤5 min): $0.25/job

  • Video overage: +$0.08/min

  • ProRes 422: $0.50/job

  • Document conversion: $0.05/file

Credits never expire. Full pricing →

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MkTurner74/botverse-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server