{
  "specVersion": "1.0",
  "host": {
    "identifier": "multilocale.com",
    "displayName": "Multilocale",
    "documentationUrl": "https://www.multilocale.com/developers.md"
  },
  "entries": [
    {
      "identifier": "urn:air:multilocale.com:plugin:multilocale",
      "displayName": "Multilocale",
      "type": "application/agent-plugins+json",
      "url": "https://www.multilocale.com/.well-known/agent-plugins/multilocale/plugin.json",
      "description": "Software localization management for projects, phrases and locales. Bundles the Multilocale connector with skills for translation audits, phrase review, locale rollout and end-to-end application localization.",
      "version": "0.3.1",
      "tags": [
        "localization",
        "internationalization",
        "i18n",
        "translations",
        "locales",
        "translation-management"
      ],
      "capabilities": [
        "list_projects",
        "get_project",
        "list_phrases",
        "get_phrase",
        "search_phrases",
        "find_duplicate_phrase_values",
        "find_missing_translations",
        "export_locale_dictionary",
        "list_team_members",
        "show_project_overview",
        "add_project",
        "update_project",
        "add_phrase",
        "add_locale",
        "share_phrase",
        "update_phrase",
        "delete_phrase"
      ],
      "representativeQueries": [
        "Which locales in my project still have missing translations?",
        "Show every translation and provenance detail for this phrase key.",
        "Find duplicate source phrases that we should consolidate.",
        "Roll this project out to French after showing the expected scope and cost."
      ],
      "metadata": {
        "homepage": "https://www.multilocale.com/developers/#agent-plugins",
        "license": "Apache-2.0",
        "repository": "https://github.com/multilocale/claude-plugin"
      },
      "trustManifest": {
        "identity": "https://multilocale.com/.well-known/ai-catalog.json#multilocale",
        "identityType": "https",
        "privacyPolicyUrl": "https://www.multilocale.com/en/privacy-policy/",
        "termsOfServiceUrl": "https://www.multilocale.com/en/terms-and-conditions/",
        "provenance": [
          {
            "relation": "source",
            "sourceId": "https://github.com/multilocale/claude-plugin"
          }
        ]
      }
    }
  ]
}
