{
  "$schema": "https://raw.githubusercontent.com/dkharlanau/agent-ready-web-profile/main/schema/site-profile.schema.json",
  "profileVersion": "0.1",
  "id": "metkagram-language-knowledge",
  "name": "Metkagram",
  "canonicalUrl": "https://metkagram.github.io/",
  "description": "Static multilingual language-learning and NLP knowledge site with canonical pattern data, schemas, OpenAPI, provenance and a generated retrieval index.",
  "languages": ["en", "ru", "de", "fr"],
  "web": {
    "sitemap": "https://metkagram.github.io/sitemap.xml",
    "robots": "https://metkagram.github.io/robots.txt",
    "llms": "https://metkagram.github.io/llms.txt"
  },
  "data": {
    "catalog": "https://metkagram.github.io/api/v1/index.json",
    "schemas": "https://metkagram.github.io/api/v1/schemas/api-response.json",
    "openapi": "https://metkagram.github.io/api/v1/openapi.json",
    "distributions": [
      {
        "name": "Metkagram public dataset catalog",
        "url": "https://metkagram.github.io/data/catalog.json",
        "mediaType": "application/json",
        "role": "catalog",
        "description": "Public catalog of annotated documents, patterns and reasoning data."
      },
      {
        "name": "Static MCP-compatible tool description",
        "url": "https://metkagram.github.io/api/v1/mcp-server.json",
        "mediaType": "application/json",
        "role": "other",
        "description": "Static tool-to-URL description generated by the site. This is not declared as a live MCP server."
      }
    ]
  },
  "retrieval": {
    "indexes": [
      {
        "name": "Metkagram search index",
        "url": "https://metkagram.github.io/api/v1/search-index.json",
        "mediaType": "application/json",
        "format": "json",
        "description": "Generated search index covering public patterns, sets, categories and documents."
      }
    ]
  },
  "trust": {
    "license": "https://metkagram.github.io/LICENSE",
    "provenance": "https://metkagram.github.io/api/v1/attribution.json"
  }
}
