{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "cz.audioknihy/catalog",
  "title": "audioknihy.cz Catalog",
  "description": "Czech audiobook catalog with cross-partner price comparison. 12 367 titles, 5 retail partners, ~26 000 active offers. Read-only discovery surface for AI agents — search, browse, compare prices.",
  "version": "0.2.0",
  "repository": {
    "url": "https://github.com/H2ejctu/audioknihy-cz",
    "source": "github"
  },
  "homepage": "https://audioknihy.cz",
  "serverInfo": {
    "name": "audioknihy.cz Catalog",
    "version": "0.2.0",
    "vendor": "idealnidomena"
  },
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://audioknihy.cz/api/mcp",
      "status": "available"
    }
  ],
  "capabilities": {
    "tools": [
      {
        "name": "search_audiobooks",
        "description": "Full-text search across 12 367 Czech audiobooks (title, author, narrator).",
        "skillUrl": "https://audioknihy.cz/.well-known/agent-skills/search-audiobooks/SKILL.md"
      },
      {
        "name": "get_audiobook",
        "description": "Full audiobook detail by author + work slug — metadata, cover, all active offers.",
        "skillUrl": "https://audioknihy.cz/.well-known/agent-skills/get-audiobook/SKILL.md"
      },
      {
        "name": "find_cheapest_offer",
        "description": "Lowest-price offer across affiliate partners for a given audiobook (USP).",
        "skillUrl": "https://audioknihy.cz/.well-known/agent-skills/find-cheapest-offer/SKILL.md"
      },
      {
        "name": "compare_all_offers",
        "description": "Full price table across all retail partners for a given audiobook.",
        "skillUrl": "https://audioknihy.cz/.well-known/agent-skills/compare-all-offers/SKILL.md"
      },
      {
        "name": "browse_genres",
        "description": "List all 35 Czech audiobook genres with counts and lowest prices.",
        "skillUrl": "https://audioknihy.cz/.well-known/agent-skills/browse-genres/SKILL.md"
      },
      {
        "name": "search_by_filters",
        "description": "Multi-facet search (genre, narrator, partner, price range, year).",
        "skillUrl": "https://audioknihy.cz/.well-known/agent-skills/search-by-filters/SKILL.md"
      },
      {
        "name": "get_author",
        "description": "Author profile + their audiobook works.",
        "skillUrl": "https://audioknihy.cz/.well-known/agent-skills/get-author/SKILL.md"
      },
      {
        "name": "get_narrator",
        "description": "Narrator profile + audiobooks they have read.",
        "skillUrl": "https://audioknihy.cz/.well-known/agent-skills/get-narrator/SKILL.md"
      },
      {
        "name": "list_partners",
        "description": "List active retail partners with commission rates (affiliate disclosure).",
        "skillUrl": "https://audioknihy.cz/.well-known/agent-skills/list-partners/SKILL.md"
      }
    ]
  },
  "meta": {
    "status": "available",
    "skillsIndex": "https://audioknihy.cz/.well-known/agent-skills/index.json",
    "apiCatalog": "https://audioknihy.cz/.well-known/api-catalog",
    "llms": {
      "overview": "https://audioknihy.cz/llms.txt",
      "full": "https://audioknihy.cz/llms-full.txt"
    },
    "lastUpdated": "2026-05-10",
    "rateLimit": "60 requests per minute per IP (anonymous tier)"
  }
}