Skip to content
Back to ARVI Wine Catalog

Card snapshot

mcp.arvi.ch · 2026-07-19 18:39:07 UTC · 80531b144da34331ab521d6286dbf826e5ad2760c1d8e5649f6c2f811efab9a1

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "ARVI Wine Catalog",
  "description": "Read-only catalog service for ARVI SA (arvi.ch), Swiss merchant of fine and rare wines. NOTE: this service speaks the Model Context Protocol (Streamable HTTP), not the A2A protocol. Connect via MCP at https://mcp.arvi.ch/ - see the server card for tools and transport details.",
  "url": "https://mcp.arvi.ch/",
  "version": "1.9.2",
  "provider": {
    "organization": "ARVI SA",
    "url": "https://arvi.ch"
  },
  "documentationUrl": "https://mcp.arvi.ch/.well-known/mcp.json",
  "supportedInterfaces": [
    {
      "url": "https://mcp.arvi.ch/",
      "transport": "JSONRPC",
      "description": "Model Context Protocol (Streamable HTTP): JSON-RPC 2.0 over POST. Not the A2A method set."
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "wine-catalog-search",
      "name": "Wine catalog search",
      "description": "Search, facets, vintages and product details for fine and rare wines, via MCP tools."
    }
  ]
}