io.github.41fred/ibo
Commission cinematic AI campaign films from IBO Studio, with custom scoping when needed.
Open source Repository Open in the app JSON README (API)
About
Commission cinematic AI campaign films from IBO Studio, with custom scoping when needed.
Details
- Kind
- MCP servers
- Topic
- Marketing & analytics
- Publisher
- 41fred
- Origin
- official
- Category
- ferramentas
- Transport
- http
- Version
- 1.4.1
- Forks
- 1
- Last push
- 2026-09-06T23:05:39Z
- Repository state
- ativo
- Language
- JavaScript
- License
- MIT
- Added
- 2026-08-29 03:01:38
- Updated
- 2026-08-29 03:01:38
- Origin id
io.github.41fred/ibo
README
# IBO Studio MCP Server Commission cinematic campaign films from [IBO](https://ibouniverse.com), an AI-native film studio, directly from your AI assistant. Non-standard scopes, including a 4K Campaign Series and image work, route through Custom Production before checkout. ## Connect No API key. Point any MCP client at the remote server: ``` https://ibouniverse.com/mcp ``` - **Claude**: Settings → Connectors → add the URL. Claude Code: `claude mcp add --transport http ibo https://ibouniverse.com/mcp` - **ChatGPT**: developer mode → add connector - **Cursor / Windsurf / other MCP clients**: add as a remote (Streamable HTTP) server ## Tools | Tool | What it does | |---|---| | `list_offers` | Packages, prices, 50% deposits, deliverables, resolution and scope/refund policy | | `create_checkout` | Creates a Stripe Checkout for the deposit; your user approves payment | | `get_order` | Verifies payment server-side after checkout | | `create_upload_url` | Presigned upload for brand assets (paid orders) | | `submit_brief` | Files the creative brief against the paid order | | `submit_custom_inquiry` | Custom production inquiry, no payment; double opt-in via email confirmation | | `get_project_status` | PII-free production stage of a paid order (new to delivered) | | `get_inquiry_status` | PII-free inquiry status: awaiting confirmation or studio stage | ## Payment safety - Prices are fixed server-side; agents cannot alter them. - Agents never see card data. Payment happens only on Stripe's hosted checkout, approved by the human customer. - Payment status is only established by server-side verification, never from URL parameters. ## Plain HTTP alternative Everything is also available as documented JSON endpoints: [llms.txt](https://ibouniverse.com/llms.txt) and an [OpenAPI 3.1 spec](https://ibouniverse.com/openapi.json) (GPT Actions compatible). ## About IBO creates cinematic campaign films for businesses and brands, from concept and storyboard through AI production, editing, sound, and delivery. Fixed packages are Campaign Film, 4K Campaign Film, and Campaign Series; broader work is custom-scoped. Human-directed, AI-produced. [ibouniverse.com](https://ibouniverse.com)