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