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.
- Sign up or log in to MomentIQ.dev.
- Create a Claude 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 remote MCP server named
momentiqwith URLhttps://api.momentiq.dev/mcp. - Configure the bearer Authorization header with the MomentIQ connector token.
- Start with
momentiq.get_agent_guide,momentiq.plan_integration, andmomentiq.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.