{
  "name": "MomentIQ.dev",
  "description": "Remote MCP server for the MomentIQ.dev media timeline API for AI video and audio apps. This is separate from influencer marketing or TikTok Shop products named MomentIQ.",
  "mcpServers": {
    "momentiq": {
      "type": "http",
      "url": "https://api.momentiq.dev/mcp",
      "headers": {
        "Authorization": "Bearer ${MIQ_CONNECTOR_TOKEN}"
      }
    }
  },
  "public_connector_readiness": {
    "current_auth_mode": "connector_token",
    "public_connector_oauth_status": "client_config_required",
    "mcp_manifest": "https://api.momentiq.dev/mcp/manifest",
    "mcp_status": "https://api.momentiq.dev/mcp/status",
    "protected_resource_metadata": "https://api.momentiq.dev/.well-known/oauth-protected-resource",
    "authorization_server_metadata": "https://api.momentiq.dev/.well-known/oauth-authorization-server",
    "authorization_endpoint": "https://api.momentiq.dev/api/auth/oauth/authorize",
    "token_endpoint": "https://api.momentiq.dev/api/auth/oauth/token",
    "submission_package": "https://momentiq.dev/docs/mcp-public-connector-plan.md",
    "owner_action_list": "https://momentiq.dev/docs/mcp-owner-action-list.md"
  },
  "brand": {
    "display_name": "MomentIQ.dev",
    "company_name": "MomentIQ",
    "owner": "Matt Wojcik",
    "support_email": "support@momentiq.dev",
    "icon_url": "https://momentiq.dev/assets/brand/app-icon-512.png",
    "logo_url": "https://momentiq.dev/assets/brand/logo-horizontal-light.png",
    "dark_logo_url": "https://momentiq.dev/assets/brand/logo-horizontal-dark.png",
    "social_image_url": "https://momentiq.dev/assets/brand/og-image-1200x630.png",
    "stripe_invoice_logo_url": "https://momentiq.dev/assets/brand/stripe-invoice-logo.png"
  },
  "docs": {
    "start_here": "https://momentiq.dev/docs-setup.html",
    "agent_setup": "https://momentiq.dev/docs-ai-agents.html",
    "chatgpt_connector": "https://momentiq.dev/docs-chatgpt.html",
    "claude_connector": "https://momentiq.dev/docs-claude.html",
    "markdown_setup": "https://momentiq.dev/docs/setup.md",
    "agent_json": "https://momentiq.dev/ai-agent-setup.json",
    "openapi": "https://momentiq.dev/openapi.json",
    "llms": "https://momentiq.dev/llms.txt",
    "privacy": "https://momentiq.dev/privacy.html",
    "terms": "https://momentiq.dev/terms.html",
    "data_retention": "https://momentiq.dev/data-retention.html",
    "support": "https://momentiq.dev/contact.html"
  },
  "safety": {
    "api_key_location": "server-side environment variable",
    "never_expose_key_in_browser": true,
    "recommended_env_var": "MIQ_CONNECTOR_TOKEN",
    "recommended_first_step": "Create a connector token and hard monthly spend cap before connecting an AI agent.",
    "connector_scopes": ["all", "video/*", "audio/*", "timeline/*"],
    "scope_guidance": "Use all for general ChatGPT/Claude access and account guardrails. Use group scopes when an agent should only run a specific endpoint family.",
    "recommended_planning_tool": "momentiq.plan_integration",
    "recommended_code_example_tool": "momentiq.get_code_example",
    "recommended_diagnostics_tool": "momentiq.run_agent_diagnostics",
    "recommended_preflight_tool": "momentiq.check_job_readiness",
    "recommended_workflow_start_tool": "momentiq.create_workflow_job",
    "recommended_workflow_continue_tool": "momentiq.continue_workflow_job"
  }
}
