Connect MomentIQ.dev to ChatGPT
Use the MomentIQ.dev remote MCP connector when ChatGPT can call tools. The connector URL is https://api.momentiq.dev/mcp.
Authentication uses Authorization: Bearer <MIQ_CONNECTOR_TOKEN>. Create a ChatGPT connector token in the dashboard and set a hard monthly spend cap before running media jobs. Use scope all for general ChatGPT access, or video/*, audio/*, or timeline/* to limit what the connector can run.
- Sign up or log in to MomentIQ.dev.
- Create a ChatGPT connector token in Dashboard → Connectors. Use scope
allfor general access or a group scope for limited access. - Set a hard monthly spend cap in Dashboard → Settings. The connector cannot spend past that cap.
- Add a ChatGPT connector named MomentIQ.dev with URL
https://api.momentiq.dev/mcp. - Configure the bearer Authorization header with the MomentIQ connector token.
- Start with
momentiq.get_agent_guide,momentiq.list_endpoints, andmomentiq.run_agent_diagnostics.
Use the MomentIQ.dev connector. Do not create uploads or processing jobs yet. First call momentiq.get_agent_guide. Then call momentiq.list_endpoints and momentiq.list_workflows with live_safe_only=true. If authenticated tools are available, call momentiq.run_agent_diagnostics and momentiq.get_account_limits. Tell me whether my API key, free credits, billing status, worker health, and hard spend cap are ready for a small beta job.
If ChatGPT cannot connect remote MCP directly, ask it to build backend code using the MomentIQ REST API or SDK with MOMENTIQ_API_KEY stored server-side.