LIVE ENDPOINT
https://mcp.arvi.ch
Connect to this endpoint to inspect the live schema for search_shop_catalog 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
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.arvi-catalog-mcp]
url = "https://mcp.arvi.ch"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"arvi-catalog-mcp": {
"type": "http",
"url": "https://mcp.arvi.ch"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: arvi-catalog-mcp
Remote MCP URL: https://mcp.arvi.ch
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": {
"arvi-catalog-mcp": {
"url": "https://mcp.arvi.ch"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"arvi-catalog-mcp": {
"type": "http",
"url": "https://mcp.arvi.ch"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "arvi-catalog-mcp",
"transport": "streamable-http",
"url": "https://mcp.arvi.ch"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_catalog_facets— Aggregated map of the ARVI catalog: top producers, countries, regions and categories, vintage range and distribution by decade, price bands in CHF and bottle formats, each with product counts.get_wine_vintages— The complete vertical for ONE wine: every vintage and bottle format ARVI lists for it, each with price and availability.find_similar_products— Alternatives around a reference product id: other vintages and formats of the same wine, other wines from the same producer, and comparable in-stock wines from the same region and price band.get_product_details— Full record for one product id returned by search: description, producer, vintage, bottle format, price in CHF, availability and the exact purchase link.get_shop_info— Facts about the merchant ARVI SA plus live catalog statistics: currency, contact, how a purchase is completed, the 48-hour delivery commitment across Switzerland, how the wines are transported and stored, and the sourcing service for bottles not currently in stock.