{
  "specVersion": "1.0",
  "host": {
    "displayName": "MeetStream",
    "identifier": "did:web:meetstream.ai",
    "url": "https://meetstream.ai",
    "description": "Meeting bot API and infrastructure. One API to join, record, stream, and transcribe meetings on Zoom, Google Meet, and Microsoft Teams, with built-in voice infrastructure for real-time AI agents."
  },
  "entries": [
    {
      "identifier": "urn:air:meetstream.ai:mcp:product",
      "displayName": "MeetStream MCP Server",
      "description": "Create and manage meeting bots, fetch transcripts, participants, and recordings over MCP. Authenticate with Authorization: Token <api_key>.",
      "type": "application/mcp-server-card+json",
      "url": "https://meetstream.ai/.well-known/mcp/server-card.json",
      "trustManifest": {
        "identity": { "identifier": "did:web:meetstream.ai", "domain": "meetstream.ai", "verifiedBy": "domain-control" },
        "attestations": [
          { "type": "domain-control", "value": "meetstream.ai", "evidence": "https://meetstream.ai/.well-known/ai-catalog.json" },
          { "type": "publisher", "value": "MeetStream", "evidence": "https://github.com/meetstream-ai/meetstream-mcp" }
        ]
      }
    },
    {
      "identifier": "urn:air:meetstream.ai:mcp:docs",
      "displayName": "MeetStream Documentation MCP Server",
      "description": "Read-only search over MeetStream API documentation. No API key required.",
      "type": "application/mcp-server-card+json",
      "url": "https://docs.meetstream.ai/_mcp/server",
      "trustManifest": {
        "identity": { "identifier": "did:web:meetstream.ai", "domain": "meetstream.ai", "verifiedBy": "domain-control" },
        "attestations": [
          { "type": "domain-control", "value": "meetstream.ai", "evidence": "https://meetstream.ai/.well-known/ai-catalog.json" }
        ]
      }
    },
    {
      "identifier": "urn:air:meetstream.ai:a2a:agent",
      "displayName": "MeetStream A2A Agent Card",
      "description": "Agent-to-agent card describing MeetStream's meeting bot skills and auth.",
      "type": "application/a2a-agent-card+json",
      "url": "https://meetstream.ai/.well-known/agent-card.json",
      "trustManifest": {
        "identity": { "identifier": "did:web:meetstream.ai", "domain": "meetstream.ai", "verifiedBy": "domain-control" },
        "attestations": [
          { "type": "domain-control", "value": "meetstream.ai", "evidence": "https://meetstream.ai/.well-known/ai-catalog.json" }
        ]
      }
    },
    {
      "identifier": "urn:air:meetstream.ai:api:rest",
      "displayName": "MeetStream REST API (OpenAPI 3.1)",
      "description": "43 paths and 57 operations covering bot lifecycle, transcripts, participants, calendar scheduling, and webhooks.",
      "type": "application/vnd.oai.openapi+json",
      "url": "https://meetstream.ai/openapi.json",
      "trustManifest": {
        "identity": { "identifier": "did:web:meetstream.ai", "domain": "meetstream.ai", "verifiedBy": "domain-control" },
        "attestations": [
          { "type": "domain-control", "value": "meetstream.ai", "evidence": "https://meetstream.ai/.well-known/ai-catalog.json" }
        ]
      }
    },
    {
      "identifier": "urn:air:meetstream.ai:skills:index",
      "displayName": "MeetStream Agent Skills",
      "description": "Drop-in SKILL.md files for Claude and other agent clients.",
      "type": "application/json",
      "url": "https://meetstream.ai/.well-known/agent-skills/index.json",
      "trustManifest": {
        "identity": { "identifier": "did:web:meetstream.ai", "domain": "meetstream.ai", "verifiedBy": "domain-control" },
        "attestations": [
          { "type": "domain-control", "value": "meetstream.ai", "evidence": "https://meetstream.ai/.well-known/ai-catalog.json" }
        ]
      }
    },
    {
      "identifier": "urn:air:meetstream.ai:docs:llms",
      "displayName": "MeetStream llms.txt",
      "description": "Agent-oriented index of the whole site, product surface, and documentation.",
      "type": "text/plain",
      "url": "https://meetstream.ai/llms.txt",
      "trustManifest": {
        "identity": { "identifier": "did:web:meetstream.ai", "domain": "meetstream.ai", "verifiedBy": "domain-control" },
        "attestations": [
          { "type": "domain-control", "value": "meetstream.ai", "evidence": "https://meetstream.ai/.well-known/ai-catalog.json" }
        ]
      }
    }
  ]
}
