BibiGPT developer resources
BibiGPT developer resources: OpenAPI, MCP, NLWeb /ask, and an agent Skill. Turn any video or audio URL into timestamped summaries, transcripts, and chapters that an agent can call.
Which integration path
| Job | Entry |
|---|---|
| AI agent (Claude / ChatGPT / Cursor) | Visual landing: https://bibigpt.co/mcp · MCP Streamable HTTP: https://bibigpt.co/api/mcp |
| Direct REST | OpenAPI 3: https://bibigpt.co/api/openapi.json |
| Natural-language Q&A | POST https://bibigpt.co/api/ask (NLWeb) |
| Terminal / coding agent | npx skills add JimmyLv/bibigpt-skill (bibi / bibi-library / bibi-feed / bibi-vision; same CLI) |
| Step-by-step install pages (ChatGPT / QwenWork / Doubao Work / WorkBuddy / DeepSeek Harness) | https://bibigpt.co/agent |
| Desktop Homebrew | brew install --cask jimmylv/bibigpt/bibigpt (https://bibigpt.co/apps/desktop) |
| One-shot catalog | https://bibigpt.co/api/discover |
Discovery files
- MCP manifest: https://bibigpt.co/.well-known/mcp.json
- MCP server card: https://bibigpt.co/.well-known/mcp/server-card.json
- A2A agent card: https://bibigpt.co/.well-known/agent-card.json
- ARD catalog: https://bibigpt.co/.well-known/ai-catalog.json
- API catalog (RFC 9727): https://bibigpt.co/.well-known/api-catalog
- OAuth authorization server: https://bibigpt.co/.well-known/oauth-authorization-server
- Agent context: https://bibigpt.co/llms.txt · https://bibigpt.co/llms-full.txt
- Machine-readable pricing: https://bibigpt.co/pricing.md
MCP tools
summarize_video— default for a single < 30 min video / podcast (timestamped summary)summarize_video_with_config— custom prompt / language / modelsummarize_by_chapter— chapter breakdown for long videosget_subtitle— transcript only, fastest pathcreate_summary_task+get_task_status— async path for > 30 min, avoids timeouts
Auth: OAuth2 (scope read) or Bearer. See /.well-known/oauth-authorization-server.
Docs
- Product docs: https://docs.bibigpt.co
- Visual MCP / CLI / API landing: https://bibigpt.co/mcp
- API reference: https://docs.bibigpt.co/api-reference/introduction
- Skill repo: https://github.com/JimmyLv/bibigpt-skill
- skills.sh: https://skills.sh/jimmylv/bibigpt-skill/bibi · /bibi-library · /bibi-feed · /bibi-vision
Contact
Integrations / enterprise API: [email protected]. Security: [email protected].