← Registry

eCommerce

audioknihy.cz

Helps users search, explore, and compare prices of Czech audiobooks across multiple retailers.

1 endpoint13 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://audioknihy.cz/api/mcp

No auth detected

MCP server metadata

Name
cz.audioknihy/catalog
Version
0.3.0
Capabilities
tools.listChanged

Known tools 13

search_audiobooks

Full-text + fuzzy search across 12 367 Czech audiobooks (title, author, narrator).

Inferred read-only
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.

Inferred read-only
find_cheapest_offer

Lowest-price active offer for an audiobook across all affiliate partners.

Inferred read-only
compare_all_offers

Full price comparison table across every active retail partner for one audiobook.

Inferred read-only
browse_genres

List all 35 Czech audiobook genres with audiobook counts.

Inferred read-only
search_by_filters

Multi-facet search of audiobooks: combine genre, narrator, max price, year range.

Inferred read-only
get_author

Author profile + their audiobook works.

Inferred read-only
get_narrator

Narrator profile + audiobooks they have read.

Inferred read-only
list_partners

List active retail partners with audiobook counts.

Inferred read-only
get_audiobook_rankings

Catalog-wide audiobook rankings — cheapest, best-rated (databazeknih.

Inferred read-only
get_price_trend

Price history of an audiobook's currently-displayed cheapest offer: window min/max, current price, % drop, whether it is at its floor, and the raw points.

Potential side effects
get_publisher

Publisher (nakladatelství) profile + their audiobooks.

Inferred read-only
get_price_index

Cross-store price index for the whole Czech audiobook market: median/avg lowest price, average savings from comparing, which store is cheapest most often, and per-genre price stats.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.cz-audioknihy-catalog]
url = "https://audioknihy.cz/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "cz-audioknihy-catalog": {
      "type": "http",
      "url": "https://audioknihy.cz/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: cz-audioknihy-catalog
Remote MCP URL: https://audioknihy.cz/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "cz-audioknihy-catalog": {
      "url": "https://audioknihy.cz/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "cz-audioknihy-catalog": {
      "type": "http",
      "url": "https://audioknihy.cz/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "cz-audioknihy-catalog",
  "transport": "streamable-http",
  "url": "https://audioknihy.cz/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for audioknihy.cz was fetched 2026-07-31T02:15:55.383Z and is being refreshed.

Trust status Trusted

audioknihy.cz is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.