AgentMarketMCP / SKILL 资产档案馆

目录 / botverse

MCP 需 API Key 未评级 已上架

botverse

Humans set up the account, your bots do the rest. MCP tools for video encoding, image conversion, and more — callable by any AI agent.

该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链

接入信息

传输形态
http
鉴权方式
需 API Key(需要配置:token)
端点
https://botverse--botverse.run.tools
该服务需要凭证,请按官方文档申请后替换占位符
{
  "mcpServers": {
    "botverse": {
      "headers": {
        "Authorization": "Bearer \u003cYOUR_KEY\u003e"
      },
      "url": "https://botverse--botverse.run.tools"
    }
  }
}

能力清单

工具说明
get_upload_urlGet a presigned PUT URL to upload any file — video, audio, or document (markdown, HTML, DOCX, etc.). The URL expires in 15 minutes. PUT raw file bytes directly to the URL. After upload, pass the object_key to transcode_video (for video) or convert_file (for documents).
transcode_from_urlOffload a video or audio transcode to Botverse using a public URL — no upload step needed. Returns a job_id immediately so you can continue with other tasks while encoding runs server-side. Ideal when the source file is already hosted online (CDN, cloud storage, shared link). Limited to 2 GB. Poll get_job_status every 5 seconds until 'complete', then get_download_url. Wallet debited on completion. Use options.start_time and options.duration to trim — e.g. start_time='00:01:00', duration=120 for a 2-minute clip.
transcode_videoOffload a video transcode to Botverse — encoding runs server-side so you can continue with other tasks. Returns a job_id immediately. Source must be ≤ 10 minutes and ≤ 5 GB. Poll get_job_status every 5 seconds until 'complete', then get_download_url. Wallet debited on completion.
get_job_statusPoll the status of a transcode or convert job. Call every 5 seconds until status is 'complete' or 'failed'. On completion your wallet is debited for the job cost.
get_download_urlGet a presigned HTTPS URL to download the completed output file. Call after get_job_status returns 'complete'. URL expires in 24 hours.
get_wallet_balanceCheck the current prepaid wallet balance for this Botverse account. Use before large batch jobs to confirm sufficient funds.
convert_from_urlOffload a document conversion to Botverse — runs server-side in seconds, returns a download link, and frees you to continue with other tasks while it processes. Use this when the source document is at a public URL. If you already have the content as a string, use convert_content instead — no upload step needed. Supported inputs: md, html, rst, txt, docx. Supported outputs: docx (Word), pdf, html, txt, md, rst, xlsx (tables extracted). Returns a job_id immediately. Poll get_job_status every 5s until 'complete', then get_download_url. Flat fee $0.05 per file.
convert_fileOffload a document conversion to Botverse using an already-uploaded file. Workflow: (1) call get_upload_url to get a presigned upload URL, (2) PUT the raw file bytes to that URL, (3) call convert_file with the object_key — Botverse handles the rest server-side. Returns a job_id immediately so you can continue with other tasks while conversion runs. Supported inputs: md, html, rst, txt, docx. Supported outputs: docx, pdf, html, txt, md, rst, xlsx. Poll get_job_status until complete, then get_download_url. Flat fee $0.05 per file.
convert_contentOffload an inline document conversion to Botverse — pass the content directly as a string, get a job_id back immediately, and continue with other tasks while it converts server-side. Best choice when you already have the content in memory (e.g. Markdown you just generated or read from a file). Completes in ~2–5 seconds. Poll get_job_status while doing other work, then call get_download_url. Supported inputs: md, html, rst, txt (plain text), docx (base64). Supported outputs: docx (Word), pdf, html, txt, md, rst, xlsx. Flat fee $0.05 per file.
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错

侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。