{
  "specVersion": "1.0",
  "host": {
    "displayName": "Pustaka Taratsa",
    "identifier": "did:web:taratsa.id"
  },
  "entries": [
    {
      "identifier": "urn:air:taratsa.id:mcp:books",
      "displayName": "Calibre-Web MCP Server",
      "type": "application/mcp-server-card+json",
      "url": "http://pustaka.taratsa.id/.well-known/mcp/server-card.json",
      "description": "Model Context Protocol server exposing the Calibre-Web ebook catalog: books, authors, series, and cover images as MCP resources.",
      "representativeQueries": [
        "find me a public-domain philosophy book in EPUB",
        "search the Calibre-Web library by author name",
        "browse the new arrivals on Pustaka Taratsa",
        "list all books in a given series"
      ]
    },
    {
      "identifier": "urn:air:taratsa.id:skill:book-search",
      "displayName": "Calibre-Web Book Search Skill",
      "type": "application/ai-skill+md",
      "url": "http://pustaka.taratsa.id/.well-known/agent-skills/agent-skills/SKILL.md",
      "description": "Agent skill describing how to search and browse the Calibre-Web catalog by title, author, series, or keyword.",
      "representativeQueries": [
        "find me a public-domain philosophy book in EPUB",
        "search the Calibre-Web library by author name",
        "browse the new arrivals on Pustaka Taratsa",
        "list all books in a given series"
      ]
    },
    {
      "identifier": "urn:air:taratsa.id:opds:catalog",
      "displayName": "Pustaka Taratsa OPDS Catalog",
      "type": "application/atom+xml;profile=opds-catalog",
      "url": "http://pustaka.taratsa.id/opds/",
      "description": "OPDS catalog feed for ebook reader apps and other OPDS clients, exposing navigation, search, and acquisition of books in EPUB and PDF.",
      "representativeQueries": [
        "give me the OPDS acquisition feed for the ebook library",
        "download the OPDS catalog as Atom XML",
        "list ebook formats available on this OPDS endpoint"
      ]
    },
    {
      "identifier": "urn:air:taratsa.id:api:linkset",
      "displayName": "Calibre-Web API Linkset",
      "type": "application/linkset+json",
      "url": "http://pustaka.taratsa.id/.well-known/api-catalog",
      "description": "RFC 9727 linkset describing the service-description and service-doc URLs for the OPDS API of this Calibre-Web instance.",
      "representativeQueries": [
        "find the API linkset describing this service",
        "show me the RFC 9727 service description for the ebook API"
      ]
    }
  ]
}