Botverse
botverse-mcp
MCP server for Botverse — video transcoding and document conversion for AI agents.
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
Sign up at botverse.cloud — $5 minimum top-up, no monthly fees
Get an API key or connector URL from your dashboard
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 video from a public URL |
| Transcode an uploaded video file |
| Convert document content inline |
| Convert a document from a public URL |
| Poll a job until complete |
| Get the signed download URL |
| 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 →
Links
Maintenance
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