Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

io.github.41fred/ibo

io.github.41fred/ibo

Commission cinematic AI campaign films from IBO Studio, with custom scoping when needed.

Uptime
100.0%
1 direct probes · 30d
Response
206ms
last probe
Tools
8
callable
Resources
0
readable
Prompts
0
available

Tools · 8

list_offers

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

create_checkout

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 ne…

get_order

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…

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, cons…

create_upload_url

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 b…

submit_custom_inquiry

Start a Custom Production conversation without payment. IMPORTANT: interview your user for the real project details FIRST (what they are promoting, audience, formats, delivery resolution, timing); pla…

get_project_status

Where a paid order is in production. Returns the studio stage (new, brief_received, in_production, review, delivered) plus paid/package/deposit. PII-free; pass the stripe_session_id from create_checko…

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). PII-free; pass the in…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.41fred/ibo": {
      "url": "https://ibouniverse.com/mcp",
      "transport": "streamable-http"
    }
  }
}