eCommerce
zverac.cz
Provides pet product price comparison and dog breed information from Zverac.cz.
ENDPOINT 1
https://zverac.cz
MCP server metadata
- Name
- WebMCP
Known tools 6
search_pet_productsSearch 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.
Inferred read-onlyget_pet_product_offersGet 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.
Inferred read-onlybrowse_pet_categoriesBrowse 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.
Inferred read-onlysearch_dog_breedsSearch 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.
Inferred read-onlyget_dog_breed_detailGet 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.
Inferred read-onlysearch_pet_articlesSearch 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.
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.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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.