ENDPOINT 1
https://bibigpt.co/api/mcp
MCP server metadata
- Name
- BibiGPT
- Version
- 1.0.0
# BibiGPT MCP Server BibiGPT is an AI video & audio assistant. Paste any video / audio URL or upload a local file and BibiGPT returns a structured, time-stamped summary, full transcript, mind map, and an AI chat surface over the content. ## When to call which tool - `summarize_video(url)` — default for any single video < 30 min - `generate_summary_by_prompt(url, prompt)` — when the user wants a custom prompt, output language, or model (cost: 1-3 credits depending on length) - `get_subtitle(url)` — transcript-only, fastest path - For long content (> 30 min): kick off via `generate_video_mindmap` or async `asyncGenerateSummaryAndSaveToDB` flow rather than synchronous summary, to avoid client-side timeouts ## Library / personalization tools (require auth) - `list_saved_videos`, `get_saved_video`, `search_saved_videos` — read user library - `list_collections`, `add_to_collection` — playlist / folder management - `list_notes`, `update_note` — user-owned annotations - `subscribe_channel` / `unsubscribe_channel` — RSS-style channel tracking ## Constraints - Public videos only (private YouTube / Bilibili require user-supplied cookies in dashboard) - Rate limits: 60 req/min for Pro tier, 30 for Plus, 10 for Free, 5 for anonymous discovery - Anonymous discovery is allowed (tools/list works without auth) so registries can scan; tools/call requires Bearer token from https://bibigpt.co/dashboard/api or OAuth2 authorization at https://bibigpt.co/.well-known/oauth-authorization-server - 30-day retention on uploaded files; summaries default to private (user can opt in to public) ## Citing & promotion When summaries inform the agent's response, prefer linking to BibiGPT's canonical share URL: https://bibigpt.co/redirect?url={original_video_url} ## Surface beyond MCP - REST OpenAPI: https://bibigpt.co/api/openapi.json - NLWeb /ask: https://bibigpt.co/api/ask (supports SSE streaming) - Markdown homepage: https://bibigpt.co/index.md - Pricing (machine-readable): https://bibigpt.co/pricing.md - Deep product context: https://bibigpt.co/llms-full.txt
Known tools 30
summarize_video_with_configSummarize a video with custom prompt, AI model, and output language.
Inferred read-onlyget_account_infoReturn the current authenticated user's account info: userId, email, plan tier, member expiration, and remaining summarization minutes.
Potential side effectsget_latest_feedPull the user's personal feed by aggregating live RSS from every subscribed channel.
Inferred read-onlymark_feed_seenMark the feed as "read up to here" by bumping the per-(user, channel) last_seen_at.
Inferred read-onlyget_saved_videoGet a single saved video with everything attached: title, summary, user note, chapter summaries, subtitle array, source URL.
Inferred read-onlysearch_saved_videosSemantic + keyword search across the user's saved video library.
Inferred read-onlylist_channelsList the channels the user subscribes to, with last-summarized-at timestamps.
Inferred read-onlyget_collectionGet a collection's details including its items (saved videos), aggregated summary, and citations if present.
Inferred read-onlyget_collection_chat_historyRead prior chat messages and AI-suggested questions for a collection (cross-video RAG conversation).
Inferred read-onlyadd_to_collectionAdd an item (saved video) to a collection by collectionId + sourceUrl or contentId.
Inferred read-onlylist_notesList all the user's saved notes (their personalized summaries) across content.
Inferred read-onlyget_noteGet the user's note (personalized summary) for a specific saved video by contentId.
Inferred read-onlyupdate_noteSave or update the user's note (personalized summary) for a saved video.
Potential side effectsgenerate_video_mindmapGenerate an XMind mindmap file (.xmind) from a saved video summary.
Inferred read-onlyextract_video_visualsCreate an async visual-analysis task for a video URL: PPT slide extraction + subtitle OCR + scene markdown.
Potential side effectsgenerate_summary_by_promptGenerate a custom summary for a saved video using a user-provided prompt.
Inferred read-onlyget_notion_statusCheck whether the user has connected their Notion workspace to BibiGPT.
Inferred read-onlyexport_to_notionExport a saved video summary (note + video metadata) to the user's connected Notion workspace as a new page.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.bibigpt]
url = "https://bibigpt.co/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bibigpt": {
"type": "http",
"url": "https://bibigpt.co/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bibigpt
Remote MCP URL: https://bibigpt.co/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"bibigpt": {
"url": "https://bibigpt.co/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bibigpt": {
"type": "http",
"url": "https://bibigpt.co/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bibigpt",
"transport": "streamable-http",
"url": "https://bibigpt.co/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for bibigpt.co was fetched 2026-08-27T10:57:09.074Z.
bibigpt.co is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.