{
  "specVersion": "1.0",
  "host": {
    "displayName": "Raconte",
    "identifier": "raconte.ai",
    "documentationUrl": "https://raconte.ai/en/developers",
    "logoUrl": "https://raconte.ai/icon-512.png",
    "trustManifest": {
      "identity": "https://raconte.ai",
      "identityType": "domain"
    }
  },
  "entries": [
    {
      "identifier": "urn:air:raconte.ai:server:raconte",
      "displayName": "Raconte MCP server",
      "type": "application/mcp-server-card+json",
      "url": "https://raconte.ai/.well-known/mcp/server-card.json",
      "description": "Create AI voice interviews, invite people by email or shareable link, and read back transcripts with per-message sentiment and an AI summary.",
      "capabilities": [
        "list-interviews",
        "create-interview",
        "update-interview",
        "get-interview",
        "list-invitations",
        "create-invitation",
        "update-invitation",
        "get-invitation"
      ],
      "tags": ["interviews", "voice", "research", "feedback"],
      "representativeQueries": [
        "interview our last ten customers about why they churned",
        "collect testimonials from these twenty users by voice",
        "read back the transcript of the interview I sent yesterday",
        "list my last three interviews and their answers"
      ],
      "trustManifest": {
        "identity": "https://raconte.ai",
        "identityType": "domain"
      }
    },
    {
      "identifier": "urn:air:raconte.ai:api:public",
      "displayName": "Raconte public REST API",
      "type": "application/openapi+json",
      "url": "https://raconte.ai/openapi.json",
      "description": "REST API for interviews, invitations and transcripts, authenticated with an organization API key. Base path /v1.",
      "tags": ["api", "rest", "openapi"],
      "representativeQueries": [
        "create an interview over HTTP and get the invitation link back",
        "poll an invitation until its transcript is ready"
      ],
      "trustManifest": {
        "identity": "https://raconte.ai",
        "identityType": "domain"
      }
    },
    {
      "identifier": "urn:air:raconte.ai:skill:cli",
      "displayName": "Raconte CLI skill",
      "type": "text/markdown",
      "url": "https://raconte.ai/skill.md",
      "description": "Agent skill for the `raconte` command: install it, authenticate, and drive interviews and invitations from a shell.",
      "tags": ["skill", "cli"],
      "representativeQueries": [
        "how do I run a Raconte interview from the terminal",
        "which command lists the transcripts of an interview"
      ],
      "trustManifest": {
        "identity": "https://raconte.ai",
        "identityType": "domain"
      }
    }
  ]
}
