audioknihy-catalog
First Czech audiobook catalog MCP server with cross-partner price comparison.
Что умеет
- Search Audiobooks: Full-text + fuzzy search across 12 367 Czech audiobooks (title, author, narrator). Use when an agent needs to resolve a free-form query into one or more audiobook records.
- Get Audiobook: Full audiobook detail by author + work slug — title, description, cover, runtime, ISBN, genres, narrator, publisher, and the full table of active offers across retail partners.
- Find Cheapest Offer: Lowest-price active offer for an audiobook across all affiliate partners. USP — only Czech site that compares audiobook prices across all major retail partners.
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
First Czech audiobook catalog MCP server with cross-partner price comparison.
Aggregates Knihy Dobrovský, Martinus, Kosmas, Dobré-knihy, and Radiotéka. Read-only discovery for AI agents — search, browse genres, compare prices, find cheapest offers, lookup author/narrator profiles.
9 tools: search_audiobooks, get_audiobook, find_cheapest_offer, compare_all_offers, browse_genres, search_by_filters, get_author, get_narrator, list_partners.
Endpoint: https://audioknihy.cz/api/mcp Discovery: https://audioknihy.cz/.well-known/mcp/server-card.json Docs: https://audioknihy.cz/mcp Transport: JSON-RPC 2.0 over Streamable HTTP, stateless, anonymous. Rate limit: 60 req/min/IP.
Список инструментов сервера (9)
Технические названия из tools/list. Нужны только разработчикам.
| search_audiobooks | Full-text + fuzzy search across 12 367 Czech audiobooks (title, author, narrator). Use when an agent needs to resolve a free-form query into one or more audiobook records. |
| get_audiobook | Full audiobook detail by author + work slug — title, description, cover, runtime, ISBN, genres, narrator, publisher, and the full table of active offers across retail partners. |
| find_cheapest_offer | Lowest-price active offer for an audiobook across all affiliate partners. USP — only Czech site that compares audiobook prices across all major retail partners. |
| compare_all_offers | Full price comparison table across every active retail partner for one audiobook. Returns price + format + last-seen timestamp per partner — agents can rank or filter. |
| browse_genres | List all 35 Czech audiobook genres with audiobook counts. Discovery entry point — agents enumerate genres before drilling into a specific one. |
| search_by_filters | Multi-facet search of audiobooks: combine genre, narrator, max price, year range. Use when an agent has structured constraints rather than a free-form query. V1 supports genre + narrator + price_max + year filters; partner filter coming in V2. |
| get_author | Author profile + their audiobook works. Returns biography, photo, country, and the full list of audiobook editions where this person is credited as author / co-author / editor. |
| get_narrator | Narrator profile + audiobooks they have read. Czech audiobook listeners often choose by narrator (performance quality often matters more than the underlying text). |
| list_partners | List active retail partners with audiobook counts. Required for transparency / disclosure when an agent needs to explain HOW audioknihy.cz monetises recommendations (we are an affiliate aggregator, not a retailer). |