{
  "entries": [
    {
      "displayName": "Specific Docs",
      "identifier": "urn:air:docs.specific.dev:mcp:specific-docs",
      "representativeQueries": [
        "search the Specific Docs documentation",
        "get a Specific Docs docs page as Markdown",
        "list every page in the Specific Docs docs"
      ],
      "type": "application/mcp-server-card+json",
      "url": "https://docs.specific.dev/.well-known/mcp/server-card.json",
      "description": "Model Context Protocol server over the Specific Docs documentation: full-text search, page Markdown, the page index, and the navigation tree.",
      "capabilities": [
        "search_docs",
        "get_page",
        "list_pages",
        "get_navigation"
      ]
    },
    {
      "displayName": "Specific Docs docs API",
      "identifier": "urn:air:docs.specific.dev:api:docs",
      "representativeQueries": [
        "fetch a Specific Docs docs page as JSON",
        "list the pages in the Specific Docs docs",
        "get the Specific Docs docs navigation tree"
      ],
      "type": "application/vnd.oai.openapi+json",
      "url": "https://docs.specific.dev/openapi.json",
      "description": "REST API over the Specific Docs documentation: the page index, each page as JSON or Markdown, and the navigation tree, described by this OpenAPI document."
    },
    {
      "displayName": "Specific Docs llms.txt",
      "identifier": "urn:air:docs.specific.dev:docs:llms-txt",
      "representativeQueries": [
        "what is Specific Docs",
        "overview of the Specific Docs documentation"
      ],
      "type": "text/plain",
      "url": "https://docs.specific.dev/llms.txt",
      "description": "llms.txt index of the Specific Docs documentation: every page with a one-line summary, plus the agent-facing resources on this site."
    }
  ],
  "host": {
    "displayName": "Specific Docs",
    "documentationUrl": "https://docs.specific.dev/",
    "identifier": "did:web:docs.specific.dev"
  },
  "specVersion": "1.0"
}
