{
  "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.10.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." }
  ]
}