← Registry

Content Tools

bibigpt.co

Summarizes online videos and podcasts with various options.

1 endpoint30 known toolsCached registry data

ENDPOINT 1

https://bibigpt.co/api/mcp

No auth detected

Known tools 30

summarize_video

Summarize an online video or podcast.

summarize_video_with_config

Summarize a video with custom prompt, AI model, and output language.

summarize_by_chapter

Summarize a video chapter by chapter.

create_summary_task

Create an async summary task for a video.

get_task_status

Check the status of an async summary task.

get_subtitle

Get the full transcript/subtitles of a video or podcast.

get_account_info

Return the current authenticated user's account info: userId, email, plan tier, member expiration, and remaining summarization minutes.

get_latest_feed

Pull the user's personal feed by aggregating live RSS from every subscribed channel.

get_channel_health

Check RSS reachability for every subscribed channel.

mark_feed_seen

Mark the feed as "read up to here" by bumping the per-(user, channel) last_seen_at.

list_saved_videos

List the user's saved/summarized videos with pagination.

get_saved_video

Get a single saved video with everything attached: title, summary, user note, chapter summaries, subtitle array, source URL.

search_saved_videos

Semantic + keyword search across the user's saved video library.

list_channels

List the channels the user subscribes to, with last-summarized-at timestamps.

subscribe_channel

Subscribe to a YouTube/Bilibili/podcast channel by URL.

unsubscribe_channel

Unsubscribe from a previously subscribed channel by its URL.

get_channel_videos

Get the latest videos for a channel by URL (uses RSS / AIRSS).

list_collections

List the user's collections.

get_collection

Get a collection's details including its items (saved videos), aggregated summary, and citations if present.

create_collection

Create a new collection.

get_collection_chat_history

Read prior chat messages and AI-suggested questions for a collection (cross-video RAG conversation).

add_to_collection

Add an item (saved video) to a collection by collectionId + sourceUrl or contentId.

list_notes

List all the user's saved notes (their personalized summaries) across content.

get_note

Get the user's note (personalized summary) for a specific saved video by contentId.

update_note

Save or update the user's note (personalized summary) for a saved video.

generate_video_mindmap

Generate an XMind mindmap file (.xmind) from a saved video summary.

extract_video_visuals

Create an async visual-analysis task for a video URL: PPT slide extraction + subtitle OCR + scene markdown.

generate_summary_by_prompt

Generate a custom summary for a saved video using a user-provided prompt.

get_notion_status

Check whether the user has connected their Notion workspace to BibiGPT.

export_to_notion

Export a saved video summary (note + video metadata) to the user's connected Notion workspace as a new page.