Botverse
@Entertainment Technologists Inc
Cloud services built for bots.
Humans set up the account, your bots do the rest. MCP tools for video encoding, image conversion, and more β callable by any AI agent.
Three steps. No SDK.
Add the MCP server
Point your MCP client at the Botverse endpoint. Paste your API key. That's the entire setup.
Your bot calls the tools
Any AI agent with MCP support can now call transcode_video, convert_image, or any other Botverse tool β no extra code.
We do the compute
Jobs run on serverless infrastructure. Results come back as signed URLs ready to download or pass to the next step.
One platform. Many bots.
Botverse Transcode
Convert video between formats. VP9 (WebM), ProRes 422, MP3 extraction, and GIF output live now. H.264 coming soon.
get_upload_urltranscode_videoget_job_statusget_download_urlBotverse Convert
HEIC/HEIF to JPEG, PDF to DOCX, CSV to Excel or Google Sheets, and more. Designed for agents that need to process files they receive from users.
convert_imageconvert_documentBotverse Metadata
OMC-based knowledge graph for media assets. Rich relationship queries β find every scene with a given character across your dailies.
ingest_assetfind_assetsquery_graphlink_entitiesOne config block.
Every agent, any client.
Paste this into your MCP client config β Claude Desktop, Cursor, Continue, or any other MCP-compatible agent host. Your bot immediately gains access to all Botverse tools.
No SDK to install. No library dependencies. Just HTTP and JSON-RPC.
{
"mcpServers": {
"botverse": {
"url": "https://botverse.cloud/mcp",
"headers": {
"X-API-Key": "bv_live_β’β’β’β’β’β’β’β’β’β’β’β’β’β’"
}
}
}
}
Pay for what you use.
Pre-paid wallet. No subscriptions. Top up $5 to start β spend it down as your bots run jobs.
How the wallet works
Your bot can check its own balance and usage history via MCP tools β no need to log in to a dashboard.
Your bots are ready.
Are their tools?
Top up $5, paste the config, and your first video is encoding within minutes.
Create your accountServer Config
{
"mcpServers": {
"botverse": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://botverse.cloud/mcp?token=bv_sess_750cf30a34f08a34bcbbcbb0be729874e7bf6fb94cf1d38b"
],
"env": {}
}
}
}