API Tools
arvi.ch
Provides a searchable API for ARVI SA's wine catalog, enabling product discovery and detailed information retrieval.
ENDPOINT 1
https://mcp.arvi.ch
MCP server metadata
- Name
- arvi-catalog-mcp
- Version
- 1.12.0
Read-only catalog of ARVI SA (arvi.ch), Swiss merchant of fine and rare wines: 27,000+ labels, 300,000+ bottles ready to ship. Start with get_catalog_facets on vague requests; search_shop_catalog finds wines (note: in_stock_only defaults to true; multi-word queries auto-relax when nothing matches every word, flagged as relaxed_match). get_wine_vintages returns every vintage and format of one wine, merging title variants and cases automatically. find_similar_products suggests alternatives; sold-out products carry an enquiry_url because ARVI can often source wines on request. Purchases are completed on the 'link' URL returned with each product. In-stock bottles are physically in ARVI's climate-controlled cellars and ship anywhere in Switzerland within 48 hours; wines are imported from producers in refrigerated transport. Prompts are available for guided flows (gift, vertical, starter cellar, rare-bottle check).
Known tools 6
get_catalog_facetsAggregated 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.
Inferred read-onlyget_wine_vintagesThe complete vertical for ONE wine: every vintage and bottle format ARVI lists for it, each with price and availability.
Inferred read-onlyfind_similar_productsAlternatives 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.
Inferred read-onlyget_product_detailsFull record for one product id returned by search: description, producer, vintage, bottle format, price in CHF, availability and the exact purchase link.
Potential side effectsget_shop_infoFacts 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.
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for arvi.ch was fetched 2026-08-25T18:47:05.118Z.
arvi.ch is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.