Content Tools
ibouniverse.com
Manages creative production packages, payments, briefs, and file uploads.
ENDPOINT 1
https://ibouniverse.com/mcp
MCP server metadata
- Name
- ibo-studio
- Version
- 1.4.1
IBO is an AI-native film studio. Typical flow: list_offers -> create_checkout (your USER approves payment at checkout_url) -> get_order to verify paid and receive an order_token -> create_upload_url per asset file -> submit_brief with the order_token. Payment amounts are fixed server-side and cannot be altered. Later, check progress with get_project_status (paid orders) or get_inquiry_status (custom inquiries).
Known tools 8
list_offersIBO's production packages: stable ids, prices, 50% deposits, deliverables, review rounds, and the scope/refund policy.
Potential side effectsget_orderVerify payment after checkout and receive an order-scoped access token.
Potential side effectssubmit_briefSubmit the creative brief for a PAID order: pass order_token (from get_order; session ids are not accepted here) plus project fields (product, goal, audience, channels, resolution, launch, links, constraints) and files[] from create_upload_url.
Inferred read-onlycreate_upload_urlGet a short-lived presigned URL to upload one brand-asset file to IBO's private storage.
Potential side effectsget_inquiry_statusWhere a custom inquiry stands: awaiting_confirmation (customer hasn't clicked the emailed link yet) or confirmed with the studio stage (new, replied, proposal_sent, won, closed).
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.ibo-studio]
url = "https://ibouniverse.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ibo-studio": {
"type": "http",
"url": "https://ibouniverse.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ibo-studio
Remote MCP URL: https://ibouniverse.com/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": {
"ibo-studio": {
"url": "https://ibouniverse.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ibo-studio": {
"type": "http",
"url": "https://ibouniverse.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ibo-studio",
"transport": "streamable-http",
"url": "https://ibouniverse.com/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 ibouniverse.com was fetched 2026-07-27T21:43:23.907Z and is being refreshed.
ibouniverse.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.