INDIVIDUAL MCP TOOL
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).
LIVE ENDPOINT
https://ibouniverse.com/mcp
Connect to this endpoint to inspect the live schema for get_inquiry_status and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
list_offers— IBO's production packages: stable ids, prices, 50% deposits, deliverables, review rounds, and the scope/refund policy.create_checkout— Create a Stripe Checkout for a package's 50% deposit.get_order— Verify payment after checkout and receive an order-scoped access token.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.create_upload_url— Get a short-lived presigned URL to upload one brand-asset file to IBO's private storage.submit_custom_inquiry— Start a Custom Production conversation without payment.get_project_status— Where a paid order is in production.