{
  "schema": "https://vixai.app/schemas/ai-capabilities/v1",
  "name": "VixAI Connect",
  "description": "Social publishing infrastructure for AI agents, with human authorization and control.",
  "version": "2026-08-30.2",
  "protocol": "MCP Streamable HTTP",
  "mcp_endpoint": "https://mcp.vixai.app/mcp",
  "resource": "https://mcp.vixai.app",
  "authorization_server": "https://social.vixai.app",
  "protected_resource_metadata": "https://mcp.vixai.app/.well-known/oauth-protected-resource",
  "authorization_server_metadata": "https://social.vixai.app/.well-known/oauth-authorization-server",
  "documentation": {
    "human": "https://vixai.app/en/developers/",
    "llms": "https://vixai.app/llms.txt",
    "llms_full": "https://vixai.app/llms-full.txt",
    "live_manifest": "https://mcp.vixai.app/capabilities",
    "privacy": "https://vixai.app/privacy/",
    "support": "https://vixai.app/support/"
  },
  "supported_clients": ["ChatGPT", "Claude", "Grok", "standards-compatible MCP clients"],
  "supported_networks": ["Instagram"],
  "supported_media": {
    "image": ["image/jpeg", "image/png", "image/webp"],
    "carousel": {"item_types": ["image/jpeg", "image/png", "image/webp"], "minimum_items": 2, "maximum_items": 10, "vixai_generation_supported": true, "generation_credits_per_item": 2},
    "reel": ["video/mp4", "video/quicktime"]
  },
  "controls": {
    "human_confirmation_required_for": ["publish_post", "schedule_post"],
    "social_tokens_shared_with_clients": false,
    "idempotent_action_intents": true,
    "scheduled_jobs_survive_client_disconnect": true,
    "email_verification_required": true
  },
  "limits": {
    "free_beta_actions_per_rolling_24_hours": 10,
    "schedule_minimum_lead_minutes": 2,
    "schedule_maximum_lead_days": 30
  },
  "tools": [
    "list_social_accounts",
    "create_post_draft",
    "create_carousel_post_draft",
    "create_carousel_post_draft_from_urls",
    "create_media_upload",
    "generate_image_post_draft",
    "generate_carousel_post_draft",
    "create_post_draft_from_upload",
    "get_post_draft",
    "prepare_post_action",
    "publish_post",
    "schedule_post",
    "cancel_scheduled_post",
    "get_post_status",
    "list_posts"
  ],
  "notice": "The live MCP tools/list response is the executable source of truth. This manifest is a VixAI documentation surface."
}
