{
  "name": "Listnr Studio",
  "description": "AI video workspace that turns prompts, scripts, URLs, and uploads into editable shorts.",
  "url": "https://studio.listnr.ai",
  "version": "1.0.0",
  "provider": {
    "organization": "Listnr",
    "url": "https://listnr.ai"
  },
  "capabilities": {
    "streaming": true,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text"
  ],
  "defaultOutputModes": [
    "text",
    "json"
  ],
  "skills": [
    {
      "id": "list_studio_tools",
      "name": "list_studio_tools",
      "description": "List Listnr Studio video tools. Use when choosing a workflow or toolId."
    },
    {
      "id": "get_studio_tool",
      "name": "get_studio_tool",
      "description": "Get one Studio tool by id, including marketing path and create handoff."
    },
    {
      "id": "get_studio_pricing",
      "name": "get_studio_pricing",
      "description": "Return Hobby, Growth, and Ultra prices and monthly credits."
    },
    {
      "id": "search_studio_pages",
      "name": "search_studio_pages",
      "description": "Search public Studio marketing pages by name or path."
    }
  ],
  "authentication": {
    "schemes": [
      "anonymous",
      "bearer"
    ]
  },
  "endpoints": {
    "mcp": "https://studio.listnr.ai/mcp",
    "docsMcp": "https://studio.listnr.ai/mcp/docs",
    "openapi": "https://studio.listnr.ai/openapi.json",
    "identity": "https://studio.listnr.ai/agent/identity"
  }
}