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.

  1. Sign up or log in to MomentIQ.dev.
  2. Create a ChatGPT connector token in Dashboard → Connectors. Use scope all for general access or a group scope for limited access.
  3. Set a hard monthly spend cap in Dashboard → Settings. The connector cannot spend past that cap.
  4. Add a ChatGPT connector named MomentIQ.dev with URL https://api.momentiq.dev/mcp.
  5. Configure the bearer Authorization header with the MomentIQ connector token.
  6. Start with momentiq.get_agent_guide, momentiq.list_endpoints, and momentiq.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.