{
  "specVersion": "1.0",
  "host": {
    "displayName": "Lara Translate",
    "identifier": "did:web:laratranslate.com",
    "description": "AI translation for text, documents, images and audio across 200+ languages, with translation memories, glossaries and context adaptation.",
    "url": "https://laratranslate.com"
  },
  "entries": [
    {
      "identifier": "urn:air:laratranslate.com:server:lara-mcp",
      "displayName": "Lara Translate MCP Server",
      "description": "MCP server exposing context-aware translation across 200+ languages, plus management of translation memories and glossaries.",
      "type": "application/mcp-server-card+json",
      "url": "https://laratranslate.com/.well-known/mcp/server-card.json",
      "representativeQueries": [
        "translate this text into Japanese",
        "what language is this text written in",
        "translate with a glossary so brand terms stay consistent",
        "what tools does the Lara MCP server expose",
        "add translation capability to my AI agent"
      ]
    },
    {
      "identifier": "urn:air:laratranslate.com:skill:lara-mcp",
      "displayName": "Lara MCP Skill",
      "description": "Skill for translating text and files through the Lara Translate MCP server from any MCP-compatible client.",
      "type": "text/markdown",
      "url": "https://laratranslate.com/.well-known/agent-skills/lara-mcp/SKILL.md",
      "representativeQueries": [
        "how do I set up Lara translation in Cursor or Claude Desktop",
        "which MCP clients work with Lara Translate",
        "run the Lara MCP server with npx or Docker"
      ]
    },
    {
      "identifier": "urn:air:laratranslate.com:skill:lara-cli",
      "displayName": "Lara CLI Skill",
      "description": "Skill for automating localization from the terminal and CI/CD — batch translation of project files across 200+ languages.",
      "type": "text/markdown",
      "url": "https://laratranslate.com/.well-known/agent-skills/lara-cli/SKILL.md",
      "representativeQueries": [
        "translate my JSON locale files from the command line",
        "set up Lara in my project and detect the locale files automatically",
        "translate PO files and Android XML string resources",
        "list and manage my translation memories from the terminal",
        "automate translation in my CI pipeline"
      ]
    },
    {
      "identifier": "urn:air:laratranslate.com:skill:lara-api",
      "displayName": "Lara API Skill",
      "description": "Skill for integrating the Lara Adaptive Translation API into a backend, worker or agent — text, documents, images and audio.",
      "type": "text/markdown",
      "url": "https://laratranslate.com/.well-known/agent-skills/lara-api/SKILL.md",
      "representativeQueries": [
        "call a translation API from my backend service",
        "how do I authenticate with the Lara translation API",
        "translate an MP3 file programmatically",
        "OCR and translate the text inside an image"
      ]
    },
    {
      "identifier": "urn:air:laratranslate.com:catalog:api",
      "displayName": "Lara API Catalog",
      "description": "RFC 9727 linkset pointing at the service description, documentation and status endpoint for the Lara Translate API surface.",
      "type": "application/linkset+json",
      "url": "https://laratranslate.com/.well-known/api-catalog",
      "representativeQueries": [
        "list the API services this domain publishes",
        "find the service description for the Lara Translate API",
        "check the operational status of the Lara Translate API"
      ]
    },
    {
      "identifier": "urn:air:laratranslate.com:doc:llms",
      "displayName": "Lara Translate Site Guide for LLMs",
      "description": "Condensed map of the Lara Translate product surface: translation apps, pricing, developer resources and integrations.",
      "type": "text/plain",
      "url": "https://laratranslate.com/llms.txt",
      "representativeQueries": [
        "what does Lara Translate do and how much does it cost",
        "can Lara translate a PDF or Word document",
        "translate a live conversation in real time",
        "how many languages does Lara support",
        "does Lara integrate with Trados or memoQ"
      ]
    },
    {
      "identifier": "urn:air:laratranslate.com:doc:api-reference",
      "displayName": "Lara Developer Documentation",
      "description": "Reference documentation for the Lara Translate API, SDKs and MCP server setup.",
      "type": "text/html",
      "url": "https://developers.laratranslate.com",
      "representativeQueries": [
        "is there a Lara translation SDK for Python",
        "show me a code example for translating text with Lara",
        "read the full Lara API reference"
      ]
    }
  ]
}