IBO Studio MCP Server
Enables AI assistants to commission cinematic campaign films and image sets from IBO, an AI-native film studio, with tools for offers, payments, briefs, and project status.
README
IBO Studio MCP Server
Commission cinematic campaign films and image sets from IBO, an AI-native film studio, directly from your AI assistant.
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, refund/fit 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 and images for brands, from concept and storyboard through AI production, editing, sound, and delivery. Human-directed, AI-produced. ibouniverse.com
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.