
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
botverse-mcp
Advanced tools
Botverse for AI agents and the command line — video transcoding and document conversion (incl. PowerPoint/Excel/Word → PDF). MCP server + `botverse` CLI. $0.25/transcode · $0.05/convert · No AWS required.
MCP server and command-line tool for Botverse — video transcoding and document conversion for AI agents and the humans who configure them.
Two ways to use it: an MCP server for your AI agents, and a botverse CLI for the shell — evaluation, CI/CD, cron, scripts, and local coding agents. No AWS. No FFmpeg. No infrastructure.
{
"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_..."
}
}
}
}
botverse)The same package ships a botverse CLI for the shell — it reads files from disk and
streams them straight to the API (no content goes through an LLM), so it's the fast
path for evaluation, automation, and local coding agents.
export BOTVERSE_API_KEY=bv_live_… # or BOTVERSE_CONNECTOR_URL=…?token=bv_sess_…
npx botverse convert report.md --to pdf
npx botverse convert *.md --to docx,pdf -o ./out
npx botverse transcode clip.mov --to mp4 -o ./out
npx botverse transcribe call.mp4 --to docx --attendees "Sarah Chen,Mike Torres"
npx botverse balance
Each job uploads → polls → downloads the finished file to -o (default: current dir).
Globs and multiple --to formats run as a batch.
Sandbox note: the CLI needs outbound network to
botverse.cloudand S3, so it does not run inside sandboxed agent environments (claude.ai / Claude Desktop), whose egress is allowlisted. There, use the MCP tools (convert_content/get_output_content).
| Tool | Description |
|---|---|
transcode_from_url | Transcode video from a public URL |
transcode_video | Transcode an uploaded video file |
convert_content | Convert document content inline (up to 4 MB; sandbox-safe) |
convert_from_url | Convert a document from a public URL |
convert_file | Convert an uploaded document |
get_job_status | Poll a job until complete |
get_download_url | Get the signed download URL |
get_output_content | Get finished output bytes inline (sandbox-safe download) |
get_wallet_balance | Check wallet balance |
Credits never expire. Full pricing →
FAQs
Botverse for AI agents and the command line — video transcoding and document conversion (incl. PowerPoint/Excel/Word → PDF). MCP server + `botverse` CLI. $0.25/transcode · $0.05/convert · No AWS required.
We found that botverse-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.