Botverse — MCP Video & Document API
Video transcoding and document conversion for AI agents. No AWS. No FFmpeg. Just an API key.
What Botverse does
Your AI agent can now transcode video and convert documents with three tool calls — no cloud console, no IAM, no infrastructure to manage.
- Video transcoding — MP4, WebM (VP9), ProRes 422, MP3, GIF · $0.25/job
- Document conversion — Markdown ↔ DOCX ↔ PDF ↔ HTML ↔ XLSX · $0.05/file
Setup
- Sign up at botverse.cloud — $2.50 minimum top-up, no monthly fees
- Generate a connector URL at Dashboard → API Keys → Web Connector
- Open the Command Palette (
Ctrl+Shift+P) → Botverse: Connect MCP Server
- Paste your connector URL
That's it. The Botverse tools are now available in Copilot agent mode and any MCP-compatible agent in VS Code.
| Tool |
Description |
transcode_from_url |
Transcode video from a public URL — no upload needed |
transcode_video |
Transcode an uploaded video file |
convert_content |
Convert document content inline (Markdown, HTML, etc.) |
convert_from_url |
Convert a document from a public URL |
get_job_status |
Poll a running job until complete |
get_download_url |
Get the signed download URL for a completed job |
get_wallet_balance |
Check available balance before large batch jobs |
Example agent prompt
Transcode this video to 720p MP4 and give me a download link:
https://example.com/footage.mov
The agent calls transcode_from_url, polls get_job_status, and returns a get_download_url result. Three tool calls, $0.25, done.
Commands
- Botverse: Connect MCP Server — configure with a connector URL or API key
- Botverse: Disconnect MCP Server — remove from MCP server list
- Botverse: Open Dashboard — open botverse.cloud/dashboard
Pricing
|
Per job |
| Video transcode (≤5 min source) |
$0.25 |
| Video overage (per min over 5) |
+$0.08 |
| ProRes 422 output |
$0.50 |
| Document conversion |
$0.05 |
Credits never expire. No subscription required. Top up at botverse.cloud/dashboard/billing.
Requirements
- VS Code 1.99 or later
- GitHub Copilot (for Copilot agent mode)
- A Botverse account
Links
| |