{
  "organization": {
    "name": "Auditmos",
    "legalName": "Auditmos OÜ",
    "registration": "17025406",
    "url": "https://auditmos.com",
    "contact": "contact@auditmos.com"
  },
  "agents": [
    {
      "name": "auditmos",
      "title": "Auditmos",
      "description": "Read-only access to the Auditmos company profile, service lines, project history, and open-source repositories.",
      "protocol": "mcp",
      "protocolVersion": "2025-06-18",
      "transport": "streamable-http",
      "endpoint": "https://auditmos.com/mcp",
      "dnsName": "mcp.auditmos.com",
      "serverCard": "https://auditmos.com/mcp/server-card",
      "authentication": "none",
      "readOnly": true,
      "rateLimit": {
        "requests": 120,
        "windowSeconds": 60,
        "scope": "per client IP",
        "onExceeded": "HTTP 429 with a Retry-After header"
      },
      "tools": [
        {
          "name": "get_company_profile",
          "title": "Auditmos company profile",
          "description": "Legal entity, registration and VAT numbers, address, founder, contact email, and the number of published security audit reports. Use this to verify who Auditmos is before engaging."
        },
        {
          "name": "list_services",
          "title": "List Auditmos service lines",
          "description": "The service lines Auditmos sells: software development, security audits, and applied R&D, each with its description and page URL."
        },
        {
          "name": "list_projects",
          "title": "List Auditmos projects",
          "description": "Selected Auditmos project history. Named client work exposes the client; NDA work exposes only the sector. Optionally filter to featured work."
        },
        {
          "name": "get_project",
          "title": "Get one Auditmos project",
          "description": "Full detail for a single project, including its written case study, by slug. Use list_projects first to find slugs."
        },
        {
          "name": "list_open_source",
          "title": "List Auditmos open-source repositories",
          "description": "Public repositories published by Auditmos and its founder, with language and star counts as of the last site build."
        }
      ]
    }
  ],
  "documents": {
    "llmsTxt": "https://auditmos.com/llms.txt",
    "sitemap": "https://auditmos.com/sitemap.xml",
    "aiCatalog": "https://auditmos.com/.well-known/ai-catalog.json",
    "markdownMirror": "Every page URL also answers at <path>.md as text/markdown.",
    "markdownNegotiation": "Sending Accept: text/markdown to any page URL returns that page as markdown instead of HTML; HTML stays the default for requests that do not ask. Negotiated responses carry an estimated token count in X-Markdown-Tokens, plus Vary: Accept."
  }
}