Botverse — MCP Video & Document API
Video transcoding, document conversion, and transcription for AI agents. No AWS. No FFmpeg. Just an API key.
Free to try — $1 credit on signup, no card required.
What Botverse does
Your AI agent can now transcode video, convert documents, and transcribe audio with a few 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
- Transcription — speaker-labelled transcripts (diarization + AI speaker naming) → txt/srt/vtt/docx/pdf · ~$5/hour
Setup
- Sign up at botverse.cloud — free to try: $1 credit, no card. A card is only needed at your first top-up ($5 min). 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 |
transcribe_from_url |
Transcribe audio/video from a public URL — speaker-labelled |
transcribe_media |
Transcribe an uploaded audio/video file |
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 |
| Transcription |
~$0.08/audio-min (~$5/hour) |
Start free with a $1 credit — no card required. Purchased credits never expire, and there's no subscription. Add a card and top up (from $5) at botverse.cloud/dashboard/billing when you're ready.
Requirements
- VS Code 1.99 or later
- GitHub Copilot (for Copilot agent mode)
- A Botverse account
Links