INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://audioknihy.cz/api/mcp
Connect to this endpoint to inspect the live schema for get_price_trend and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a deletion term.
Parent server
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.
Related tools
search_audiobooks— Full-text + fuzzy search across 12 367 Czech audiobooks (title, author, narrator).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.compare_all_offers— Full price comparison table across every active retail partner for one audiobook.browse_genres— List all 35 Czech audiobook genres with audiobook counts.search_by_filters— Multi-facet search of audiobooks: combine genre, narrator, max price, year range.get_author— Author profile + their audiobook works.get_narrator— Narrator profile + audiobooks they have read.