{
  "@context": "https://agenticresourcediscovery.org/context/v1",
  "specVersion": "0.91",
  "host": {
    "domain": "memoai.tech",
    "name": "Memo AI",
    "url": "https://memoai.tech"
  },
  "entries": [
    {
      "identifier": "urn:air:memoai.tech:server:mcp",
      "displayName": "Memo AI MCP Server",
      "type": "application/mcp-server-card+json",
      "url": "https://memoai.tech/.well-known/mcp/server-card.json",
      "description": "Remote MCP server: list, search, read and export meeting transcripts and AI reports from a Memo AI workspace.",
      "capabilities": [
        "list_projects",
        "list_transcriptions",
        "get_transcription",
        "export_transcription",
        "bulk_export"
      ],
      "representativeQueries": [
        "what was decided on my last sales call",
        "find the meeting where we discussed pricing",
        "export last week meeting transcripts as markdown",
        "summarize action items from yesterday interview"
      ],
      "version": "0.3.1"
    },
    {
      "identifier": "urn:air:memoai.tech:api:developer",
      "displayName": "Memo AI Developer API",
      "type": "application/openapi+json",
      "url": "https://memoai.tech/openapi.json",
      "description": "REST API: upload audio/video for transcription, list and fetch transcripts with speaker diarization and AI reports, export as Markdown, text or JSON.",
      "capabilities": [
        "upload_file",
        "list_transcriptions",
        "get_transcription",
        "export_transcription",
        "bulk_export"
      ],
      "representativeQueries": [
        "transcribe this audio file with speaker labels",
        "get the transcript of a recorded meeting via API",
        "bulk export transcriptions to markdown"
      ],
      "version": "1.0.0"
    },
    {
      "identifier": "urn:air:memoai.tech:skill:meeting-transcripts",
      "displayName": "Memo AI meeting transcripts skill",
      "type": "application/ai-skill+md",
      "url": "https://memoai.tech/.well-known/agent-skills/meeting-transcripts/SKILL.md",
      "description": "Agent skill: how to connect to Memo AI, authenticate and work with meeting transcripts.",
      "representativeQueries": [
        "how do I connect an AI assistant to Memo AI",
        "set up meeting transcript access for my agent"
      ]
    },
    {
      "identifier": "urn:air:memoai.tech:content:llms-txt",
      "displayName": "Memo AI llms.txt",
      "type": "text/markdown",
      "url": "https://memoai.tech/llms.txt",
      "description": "Curated map of Memo AI public pages for LLMs: product overview, pricing, documentation, use cases.",
      "representativeQueries": [
        "what is Memo AI",
        "Memo AI pricing and plans",
        "AI meeting transcription with speaker diarization"
      ]
    }
  ]
}