← zverac.cz

INDIVIDUAL MCP TOOL

get_pet_product_offers

Get detailed information about a specific pet product on Zverac.cz, including all available offers from different online shops with prices and buy links. Use this to find the cheapest place to buy pet food, accessories, or other pet supplies. Requires the product slug from the URL.

zverac.cznone authenticationAvailability not checked

LIVE ENDPOINT

https://zverac.cz

No auth detected

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

Indexed input schema

{}

Risk classification

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

  • A tool name or description suggests retrieving external content.

Parent server

zverac.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.webmcp]
url = "https://zverac.cz"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "webmcp": {
      "type": "http",
      "url": "https://zverac.cz"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: webmcp
Remote MCP URL: https://zverac.cz

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": {
    "webmcp": {
      "url": "https://zverac.cz"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "webmcp": {
      "type": "http",
      "url": "https://zverac.cz"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "webmcp",
  "transport": "streamable-http",
  "url": "https://zverac.cz"
}
MCP Inspector

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

Related tools

  • search_pet_products — Search for pet products on Zverac.cz - a Czech price comparison site for dogs, cats, and other pets. Compare prices of pet food, treats, toys, accessories, health products across multiple online shops. Supports filtering by category, brand, price range. Returns product names, best prices, number of offers, and direct links to price comparison pages.
  • browse_pet_categories — Browse product categories on Zverac.cz pet product price comparison site. Returns all categories for dogs, cats, and other pets - food, treats, toys, accessories, health products, beds, carriers, grooming, and more.
  • search_dog_breeds — Search the dog breed atlas on Zverac.cz. Find detailed information about dog breeds including size, weight, height, lifespan, temperament, exercise needs, trainability, and suitability for families with children or apartments. Can filter by size category.
  • get_dog_breed_detail — Get comprehensive details about a specific dog breed from the Zverac.cz breed atlas. Returns full description, physical characteristics, temperament, care requirements, health issues, and ratings for trainability, exercise needs, suitability for children and apartments.
  • search_pet_articles — Search for articles about pets on Zverac.cz. Find guides, tips, and advice about dog and cat care, nutrition, health, training, and more. Returns article titles, excerpts, and direct links. Without a search query, returns the latest articles.