{
  "$schema": "https://agenticresourcediscovery.org/schemas/ard.json",
  "version": "1.0.0",
  "name": "Scriptivox",
  "description": "AI transcription for recorded audio and video: 119 languages, speaker diarization, word-level timestamps, SRT/WebVTT/text export.",
  "homepage": "https://www.scriptivox.com",
  "contact": "mailto:support@scriptivox.com",
  "resources": [
    {
      "type": "mcp_server",
      "name": "com.scriptivox.www/transcription",
      "description": "AI transcription from URLs or files. 119 languages, diarization, SRT/VTT/text export.",
      "version": "1.2.0",
      "transport": "streamable-http",
      "url": "https://www.scriptivox.com/mcp",
      "manifest": "https://platform.scriptivox.com/.well-known/mcp",
      "packages": [
        {
          "registry": "npm",
          "identifier": "@scriptivox/mcp-server",
          "version": "1.2.0"
        },
        {
          "registry": "oci",
          "identifier": "docker.io/sparkleofficialmain/scriptivox-mcp-server:1.2.0"
        }
      ]
    },
    {
      "type": "mcp_server",
      "name": "com.scriptivox.www/transcription-docs",
      "description": "Documentation retrieval over MCP: search the Scriptivox docs and fetch a page as markdown.",
      "version": "1.2.0",
      "transport": "streamable-http",
      "url": "https://www.scriptivox.com/mcp/docs"
    },
    {
      "type": "api",
      "name": "Scriptivox Transcription API",
      "description": "REST API for programmatic transcription, billed per hour of audio.",
      "url": "https://api.scriptivox.com/v1",
      "openapi": "https://platform.scriptivox.com/openapi.json",
      "documentation": "https://platform.scriptivox.com/docs",
      "authentication": "https://www.scriptivox.com/auth.md"
    },
    {
      "type": "skill",
      "name": "scriptivox",
      "description": "Transcribe recorded audio and video with Scriptivox, and create an account, buy credit or mint an API key on behalf of a person.",
      "url": "https://www.scriptivox.com/skill.md",
      "capabilities": [
        "transcription",
        "captions",
        "speaker-diarization",
        "account-creation",
        "billing"
      ]
    },
    {
      "type": "agent_card",
      "name": "Scriptivox A2A agent card",
      "description": "Agent-to-Agent card describing the skills this service exposes.",
      "url": "https://www.scriptivox.com/.well-known/agent-card.json"
    }
  ]
}