eCommerce
audioknihy.cz
Helps users search, explore, and compare prices of Czech audiobooks across multiple retailers.
ENDPOINT 1
https://audioknihy.cz/api/mcp
MCP server metadata
- Name
- cz.audioknihy/catalog
- Version
- 0.3.0
Known tools 13
search_audiobooksFull-text + fuzzy search across 12 367 Czech audiobooks (title, author, narrator).
Inferred read-onlyget_audiobookFull 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-onlyfind_cheapest_offerLowest-price active offer for an audiobook across all affiliate partners.
Inferred read-onlycompare_all_offersFull price comparison table across every active retail partner for one audiobook.
Inferred read-onlysearch_by_filtersMulti-facet search of audiobooks: combine genre, narrator, max price, year range.
Inferred read-onlyget_audiobook_rankingsCatalog-wide audiobook rankings — cheapest, best-rated (databazeknih.
Inferred read-onlyget_price_trendPrice 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 effectsget_price_indexCross-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-onlyCONNECT 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.
audioknihy.cz is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.