← audioknihy.cz

INDIVIDUAL MCP TOOL

compare_all_offers

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

audioknihy.cznone authenticationAvailability not checked

LIVE ENDPOINT

https://audioknihy.cz/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for compare_all_offers and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

audioknihy.cz

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.
  • 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.
  • list_partners — List active retail partners with audiobook counts.