{
  "specVersion": "1.0",
  "host": {
    "displayName": "Listnr Studio",
    "identifier": "studio.listnr.ai"
  },
  "description": "Agentic resources for creating editable AI videos in Listnr Studio.",
  "entries": [
    {
      "identifier": "urn:air:studio.listnr.ai:mcp:product",
      "displayName": "Listnr Studio MCP",
      "type": "application/mcp-server+json",
      "url": "https://studio.listnr.ai/mcp",
      "description": "Product MCP for listing Listnr Studio tools, pricing, and page search.",
      "representativeQueries": [
        "list Listnr Studio video tools",
        "what does prompt to video cost on Listnr Studio",
        "find the Listnr Studio MCP server"
      ],
      "trustManifest": {
        "identity": "studio.listnr.ai",
        "attestations": [
          {
            "type": "official-website",
            "url": "https://studio.listnr.ai"
          }
        ]
      }
    },
    {
      "identifier": "urn:air:studio.listnr.ai:mcp:docs",
      "displayName": "Listnr Studio Docs MCP",
      "type": "application/mcp-server+json",
      "url": "https://studio.listnr.ai/mcp/docs",
      "description": "Documentation MCP for learning Studio APIs and auth without write actions.",
      "representativeQueries": [
        "how do I authenticate to the Listnr Studio API",
        "where is the Listnr Studio OpenAPI spec"
      ],
      "trustManifest": {
        "identity": "studio.listnr.ai",
        "attestations": [
          {
            "type": "official-website",
            "url": "https://studio.listnr.ai"
          }
        ]
      }
    },
    {
      "identifier": "urn:air:studio.listnr.ai:api:openapi",
      "displayName": "Listnr Studio OpenAPI spec",
      "type": "application/vnd.oai.openapi+json;version=3.1",
      "url": "https://studio.listnr.ai/openapi.json",
      "description": "Public read API for Listnr Studio tools, pricing, and pages.",
      "representativeQueries": [
        "Listnr Studio API documentation",
        "Listnr Studio OpenAPI specification"
      ],
      "trustManifest": {
        "identity": "studio.listnr.ai",
        "attestations": [
          {
            "type": "official-website",
            "url": "https://studio.listnr.ai"
          }
        ]
      }
    },
    {
      "identifier": "urn:air:studio.listnr.ai:skill:listnr-studio",
      "displayName": "listnr-studio skill",
      "type": "text/markdown",
      "url": "https://studio.listnr.ai/SKILL.md",
      "description": "Create and direct editable AI shorts in Listnr Studio.",
      "representativeQueries": [
        "create an AI video in Listnr Studio",
        "install the Listnr Studio agent skill"
      ],
      "trustManifest": {
        "identity": "studio.listnr.ai",
        "attestations": [
          {
            "type": "official-website",
            "url": "https://studio.listnr.ai"
          }
        ]
      }
    },
    {
      "identifier": "urn:air:studio.listnr.ai:agent:studio",
      "displayName": "Listnr Studio",
      "type": "application/a2a-agent-card+json",
      "url": "https://studio.listnr.ai/.well-known/agent-card.json",
      "description": "A2A agent card for Listnr Studio.",
      "representativeQueries": [
        "talk to the Listnr Studio agent"
      ],
      "trustManifest": {
        "identity": "studio.listnr.ai",
        "attestations": [
          {
            "type": "official-website",
            "url": "https://studio.listnr.ai"
          }
        ]
      }
    },
    {
      "identifier": "urn:air:studio.listnr.ai:plugin:listnr-studio",
      "displayName": "listnr-studio plugin",
      "type": "application/json",
      "url": "https://studio.listnr.ai/plugin.json",
      "description": "Agent Plugins manifest for Listnr Studio skills and MCP servers.",
      "representativeQueries": [
        "Listnr Studio agent plugin"
      ],
      "trustManifest": {
        "identity": "studio.listnr.ai",
        "attestations": [
          {
            "type": "official-website",
            "url": "https://studio.listnr.ai"
          }
        ]
      }
    }
  ]
}