Connect MomentIQ.dev to Claude

Use the MomentIQ.dev remote MCP connector when Claude can call tools. The connector URL is https://api.momentiq.dev/mcp.

Authentication uses Authorization: Bearer <MIQ_CONNECTOR_TOKEN>. Create a Claude connector token in the dashboard and set a hard monthly spend cap before running media jobs. Use scope all for general Claude 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 Claude 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 remote MCP server named momentiq 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.plan_integration, and momentiq.run_agent_diagnostics.
Use the MomentIQ.dev MCP connector if you have it available.
Do not create uploads or processing jobs yet.
First call momentiq.get_agent_guide.
Then call momentiq.plan_integration for this goal: find useful clips in a podcast video.
If authenticated tools are available, call momentiq.run_agent_diagnostics and momentiq.get_account_limits.
Tell me whether MomentIQ is ready, what key/billing/cap issues remain, and what the first live-safe test should be.

If Claude 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.