{
  "name": "BibiGPT",
  "description": "AI Video & Audio Assistant — Summarize, transcribe, and search videos from YouTube, Bilibili, TikTok, podcasts, and more.",
  "url": "https://bibigpt.co/api/mcp",
  "version": "1.0.0",
  "transport": "streamable-http",
  "auth": {
    "type": "oauth2",
    "authorization_server": "https://bibigpt.co/.well-known/oauth-authorization-server"
  },
  "tools": [
    { "name": "summarize_video", "description": "Summarize an online video or podcast" },
    { "name": "summarize_video_with_config", "description": "Summarize with custom prompt, model, and language" },
    { "name": "summarize_by_chapter", "description": "Chapter-by-chapter video summary" },
    { "name": "get_subtitle", "description": "Get full transcript/subtitles with timestamps" },
    { "name": "create_summary_task", "description": "Create async summary task for long videos" },
    { "name": "get_task_status", "description": "Check async task status and get result" }
  ],
  "homepage": "https://bibigpt.co",
  "logo": "https://bibigpt.co/icons/icon_512x512.png",
  "repository": "https://github.com/JimmyLv/bibigpt-skill"
}
