IBO Studio MCP
Server Details
Connect your AI assistant to IBO's MCP server and commission cinematic campaign films conversationally. Payment always stays human-approved.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Score is being calculated. Check back soon.
Available Tools
6 toolscreate_checkoutCreate a deposit checkoutIdempotentInspect
Create a Stripe Checkout for a package's 50% deposit. Returns checkout_url, stripe_session_id, and amount_due. Show the amount to your user and open checkout_url for THEM to approve and pay; agents never complete payment themselves. Prices are fixed server-side. Pass a stable client_request_id so retries do not create duplicate checkouts.
| Name | Required | Description | Default |
|---|---|---|---|
| package | Yes | Offer id from list_offers | |
| client_request_id | Yes | Stable id you generate; makes creation idempotent on retry |
Output Schema
| Name | Required | Description |
|---|---|---|
| note | No | |
| currency | No | |
| offer_id | No | |
| amount_due | No | |
| checkout_url | No | |
| stripe_session_id | No |
create_upload_urlGet a presigned asset-upload URLInspect
Get a short-lived presigned URL to upload one brand-asset file to IBO's private storage. Requires order_token from get_order; the storage location is bound to the order server-side. PUT the raw file bytes to url, then reference key in submit_brief files[]. Allowed: jpg png webp pdf svg mp4 mov zip ai psd; 250MB/file, 1GB per order.
| Name | Required | Description | Default |
|---|---|---|---|
| size | Yes | File size in bytes | |
| filename | Yes | ||
| order_token | Yes | From get_order |
Output Schema
| Name | Required | Description |
|---|---|---|
| key | No | |
| url | No | |
| error | No |
get_orderVerify an order after checkoutRead-onlyInspect
Verify payment after checkout and receive an order-scoped access token. Returns paid, package, deposit, and order_token: use order_token for create_upload_url and submit_brief. Payment status can only be established here, never assumed.
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Stripe checkout session id (cs_...) |
Output Schema
| Name | Required | Description |
|---|---|---|
| paid | No | |
| total | No | |
| deposit | No | |
| package | No | |
| expires_at | No | |
| order_token | No |
list_offersList IBO production packagesRead-onlyInspect
IBO's production packages: stable ids, prices, 50% deposits, deliverables, review rounds, and the refund/fit policy. Call this first.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
| url | No | |
| offers | No | |
| studio | No | |
| currency | No | |
| policies | No | |
| how_to_order | No |
submit_briefSubmit the creative briefInspect
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, launch, links, constraints) and files[] from create_upload_url. Customer identity comes from the verified payment. NOTE: unpaid/anonymous submissions are rejected here; for Custom Production inquiries without payment use the submit_custom_inquiry tool instead.
| Name | Required | Description | Default |
|---|---|---|---|
| goal | No | ||
| name | No | ||
| No | |||
| files | No | ||
| links | No | ||
| launch | No | ||
| company | No | ||
| package | No | ||
| product | No | ||
| audience | No | ||
| channels | No | ||
| constraints | No | ||
| order_token | No | From get_order |
Output Schema
| Name | Required | Description |
|---|---|---|
| ok | No | |
| error | No |
submit_custom_inquirySubmit a custom production inquiry (no payment)Inspect
Start a Custom Production conversation without payment. IMPORTANT: interview your user for the real project details FIRST (what they are promoting, audience, formats, timing); placeholder inquiries are rejected. Submits a scope inquiry; IBO then emails the customer a one-click confirmation link (double opt-in), and only a confirmed inquiry reaches the studio. Tell your user to check their inbox and click confirm. IBO replies with scope and proposal within one business day of confirmation.
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | What they want to make and why, in real detail (30+ chars; placeholders rejected) | |
| name | Yes | ||
| Yes | Customer's real email; the confirmation link goes here | ||
| links | No | ||
| notes | No | ||
| launch | No | ||
| company | No | ||
| product | No | ||
| audience | No | ||
| channels | No | ||
| constraints | No |
Output Schema
| Name | Required | Description |
|---|---|---|
| ok | No | |
| error | No | |
| status | No | |
| message | No |
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!