← Registry

Content Tools

ibouniverse.com

Manages creative production packages, payments, briefs, and file uploads.

1 endpoint8 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://ibouniverse.com/mcp

No auth detected

MCP server metadata

Name
ibo-studio
Version
1.4.1
Capabilities
tools
Server instructions

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_offers

IBO's production packages: stable ids, prices, 50% deposits, deliverables, review rounds, and the scope/refund policy.

Potential side effects
create_checkout

Create a Stripe Checkout for a package's 50% deposit.

Potential side effects
get_order

Verify payment after checkout and receive an order-scoped access token.

Potential side effects
submit_brief

Submit 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-only
create_upload_url

Get a short-lived presigned URL to upload one brand-asset file to IBO's private storage.

Potential side effects
submit_custom_inquiry

Start a Custom Production conversation without payment.

Potential side effects
get_project_status

Where a paid order is in production.

Inferred read-only
get_inquiry_status

Where 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-only

CONNECT 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.

Trust status Neutral

ibouniverse.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.