Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
H2ejctu avatar

Audioknihy.cz Catalog MCP

cz.audioknihy/catalog is an MCP server that lets agents search 12,000+ Czech audiobooks and compare prices across five partner stores.

About

cz.audioknihy/catalog is the first Czech audiobook catalog MCP server published for AI agents, aggregating Knihy Dobrovský, Martinus, Kosmas, Dobré-knihy, and Radiotéka into one discovery surface. developers targeting Czech readers can search titles, browse genres, compare prices, and resolve author or narrator profiles without building five separate scrapers. The server exposes nine read-only tools over Streamable HTTP at audioknihy.cz, with anonymous use capped at 60 requests per minute per IP. Install it during Build when you integrate affiliate or comparison features into a site or agent, then reuse it in Launch and Grow for content merchandising and price-aware recommendations. It is discovery and comparison infrastructure, not checkout or fulfillment.

  • 9 read-only MCP tools over Streamable HTTP (JSON-RPC 2.0)
  • 12,000+ Czech audiobook titles aggregated across five retail partners
  • Cross-partner price comparison and cheapest-offer lookup
  • Genre browse plus author and narrator profile discovery
  • Anonymous access with 60 requests per minute per IP

Audioknihy.cz Catalog MCP by the numbers

  • Exposes 9 verified tools (MCP introspection)
  • Data as of Aug 10, 2026 (Skillselion catalog sync)
terminal
claude mcp add --transport http catalog https://audioknihy.cz/api/mcp

Add your badge

Show developers this MCP server is listed on Skillselion. Paste this into your README.

Listed on Skillselion
TransportHTTP
AuthNone
Tools9

What it does

Give your agent read-only access to 12,000+ Czech audiobook titles and cross-store price comparison when building discovery, affiliate, or content products for the CZ market.

Who is it for?

Best when you're shipping Czech-language content sites, comparison widgets, or agent shopping assistants that need authoritative catalog + price signals.

Skip if: Non-Czech markets, teams that need purchase/checkout APIs, or high-volume anonymous traffic above the documented per-IP rate limit.

What you get

After you add the remote MCP endpoint, your agent can search, browse genres, and return cross-partner price comparisons for read-only discovery flows.

  • Unified audiobook search results with partner attribution
  • Side-by-side or cheapest-offer price comparisons across five stores
  • Genre, author, and narrator profile lookups for agent-driven UX

By the numbers

  • 9 MCP tools
  • 12,000+ catalog titles
  • 5 aggregated retail partners

Tools 9

Public tool metadata - what this server can do for an agent.

search_audiobooks2 params

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.

  • querystringrequiredFree-form search query. Matches against audiobook title, author name, and narrator name. Czech diacritics are normalized (so "skola" finds "škola"). 1–200 characters.
  • limitintegerMaximum number of results to return. 1–50, default 10.
get_audiobook2 params

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.

  • author_slugstringrequiredAuthor slug (lowercase, hyphenated). Example: "stephen-king". Discoverable via search_audiobooks results.
  • work_slugstringrequiredWork slug (lowercase, hyphenated). Example: "to". Combined with author_slug forms the canonical work URL.
find_cheapest_offer2 params

Lowest-price active offer for an audiobook across all affiliate partners. USP — only Czech site that compares audiobook prices across all major retail partners.

  • author_slugstringrequiredAuthor slug (lowercase, hyphenated). Example: "stephen-king".
  • work_slugstringrequiredWork slug (lowercase, hyphenated). Example: "to".
compare_all_offers2 params

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.

  • author_slugstringrequiredAuthor slug (lowercase, hyphenated). Example: "stephen-king".
  • work_slugstringrequiredWork slug (lowercase, hyphenated). Example: "to".
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_filters7 params

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.

  • genre_slugstringGenre slug to anchor the search. Discoverable via browse_genres. Example: "detektivky".
  • narrator_slugNarrator slug to anchor the search. Example: "lukas-hlavica".
  • partner_slugReserved for V2 — partner-side filtering is not yet implemented and will throw if set.
  • price_max_czknumberMaximum price in CZK applied as a post-filter on each result row.
  • year_minintegerEarliest publication year (inclusive). V1 accepts but skips this filter.
  • year_maxintegerLatest publication year (inclusive). V1 accepts but skips this filter.
  • limitintegerMaximum number of results to return. 1–50, default 20.
get_author1 param

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.

  • slugstringrequiredAuthor slug (lowercase, hyphenated). Discoverable via search_audiobooks results. Example: "stephen-king".
get_narrator1 param

Narrator profile + audiobooks they have read. Czech audiobook listeners often choose by narrator (performance quality often matters more than the underlying text).

  • slugstringrequiredNarrator slug (lowercase, hyphenated). Example: "lukas-hlavica". Discoverable via search_audiobooks results or work detail offer.narrator references.
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).

Recommended MCP Servers

How it compares

Regional audiobook catalog MCP with affiliate price compare, not a global Audible API or a full ecommerce cart integration.

FAQ

Who is cz.audioknihy/catalog for?

It is for developers and content founders building Czech audiobook discovery, SEO pages, or agent assistants that need unified search and multi-store pricing.

When should I use cz.audioknihy/catalog?

Use it when integrating catalog or price-comparison features during Build, or when generating launch and growth content that must reflect live partner offers.

How do I add cz.audioknihy/catalog to my agent?

Point your MCP client at the Streamable HTTP remote https://audioknihy.cz/api/mcp; access is anonymous with a 60 req/min/IP limit per publisher metadata.

Data Analyticscontentseo

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.