streamable-httpMITupdated 28d ago
Commission cinematic campaign films from IBO, 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.
¿Qué puedes hacer con ibo?
IBO Studio MCP Server
Commission cinematic campaign films from IBO, 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 and an OpenAPI 3.1 spec (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
Instalación
Añade ibo a tu cliente. Elige el que uses.
claude mcp add --transport http ibo https://ibouniverse.com/mcpcodex mcp add ibo --url https://ibouniverse.com/mcp{
"mcpServers": {
"ibo": {
"url": "https://ibouniverse.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"ibo": {
"type": "http",
"url": "https://ibouniverse.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"ibo": {
"url": "https://ibouniverse.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"ibo": {
"serverUrl": "https://ibouniverse.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
8 herramientas
ibo expone 8 herramientas a un agente conectado.
- 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
Puntuación
73 / 100
Buena
- Documentación17/25
- Mantenimiento25/25
- Confianza13/20
- Capacidad6/15
- Instalación12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 21 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 8 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Historial de versiones
| Versiones | Publicada |
|---|---|
| 1.4.1Última | 11 ago 2026 |
| 1.3.0 | 28 jul 2026 |
| 1.2.0 | 24 jul 2026 |
| 1.1.0 | 23 jul 2026 |
| 1.0.0 | 23 jul 2026 |