Skip to content
Back to ARVI Wine Catalog

Card snapshot

mcp.arvi.ch · 2026-07-24 00:51:16 UTC · d4839aa7e34c7fd0730143452f47d2a7d421f813500d50c64e31512eb1bd6d58

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.11.0",
  "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."
    }
  ]
}