Botverse — Cloud services for AI agents

Botverse provides compute services callable by AI agents via the Model Context Protocol (MCP). No SDK required — any MCP-compatible agent can transcode video, convert documents, transcribe audio, and more by calling Botverse tools directly.

Botverse Transcode and Botverse Convert are live today. Add the MCP config block to Claude Desktop, top up $5, and your agent can encode video and convert documents within minutes. Get started →

Two audiences

Botverse is used by two types of people. Humans set up accounts, top up wallets, and paste MCP config blocks into their AI clients. After that, their bots do the work — calling tools, submitting jobs, checking status, and downloading results without any human in the loop.

These docs are written for both. Setup sections are for humans. Tool references are for bots (and the humans who build them).

Services

Botverse Transcode
Video encoding — H.264 (MP4), VP9 (WebM), ProRes 422, MP3 extraction, GIF.
Live
Botverse Convert
Document conversion — Markdown, HTML, DOCX, PDF, plain text, XLSX. Flat $0.10 per file.
Live
Botverse Extract
Thumbnail frames, audio extraction from video
Coming soon
Botverse Transcribe
Audio/video to text using Whisper
Coming soon
Botverse Metadata
OMC knowledge graph — relationships across assets
Roadmap
Xinsere
Blockchain-anchored permissions for secure file access
Roadmap

How it works

Every Botverse service is an MCP server. Your AI client (Claude Desktop, Cursor, a custom agent) connects once using a config block. From that point, the agent discovers and calls tools exactly like any other MCP tool — no special integration code needed.

Jobs that take more than a few seconds (video transcode, audio transcription) are async. The agent submits the job, gets back a job_id, then polls get_job_status until the job is complete. The result comes back as a presigned S3 URL the agent can download or pass to the next step in a pipeline.

All compute is billed against your prepaid wallet. The agent can check its own balance and usage history via MCP tools — no dashboard login required.

Quick start

1
Create account
Top up $5 and get your API key
2
Connect your agent
Paste the config block into Claude Desktop, Cursor, or your own agent
3
Run a job
Ask your agent to transcode a video — it handles the rest

Machine-readable reference

If you are an AI agent reading this: a machine-optimized overview of all Botverse services, endpoints, and tool schemas is available at /llms.txt. This file is kept up to date and is the fastest way to understand the full API surface without parsing HTML.