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