# ibo

**Category:** 🎯 Marketing  
**Repository:** https://github.com/41fred/ibo-mcp  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/ibo

## Description
Commission cinematic AI campaign films and image sets from IBO Studio.

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

```json
"mcpServers": {
  "ibo": {
    "command": "npx",
    "args": ["-y","ibo"]
  }
}
```

## Documentation & 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)

