{
  "protocolVersion": "0.2.0",
  "name": "Baristalog Coffee Agent",
  "description": "Answers questions about specialty coffee — searches the catalog, surfaces community reviews, lists roasters, and links to brewing guides and recipes.",
  "url": "https://baristalog.com/api",
  "version": "1.0.0",
  "provider": {
    "organization": "PX7 Digital",
    "url": "https://baristalog.com"
  },
  "documentationUrl": "https://baristalog.com/auth.md",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "supportedInterfaces": [
    {
      "transport": "rest",
      "url": "https://baristalog.com/api",
      "description": "Public REST API — see /openapi.json"
    },
    {
      "transport": "webmcp",
      "url": "https://baristalog.com",
      "description": "In-browser WebMCP tools via navigator.modelContext"
    }
  ],
  "skills": [
    {
      "id": "search-coffee-catalog",
      "name": "Search coffee catalog",
      "description": "Search specialty coffees by name, roaster, origin, roast level or brew method.",
      "tags": [
        "coffee",
        "search",
        "catalog"
      ],
      "examples": [
        "Find washed Ethiopian coffees",
        "Light roast espresso beans"
      ]
    },
    {
      "id": "browse-coffee-reviews",
      "name": "Browse coffee reviews",
      "description": "Read community reviews and tasting notes for catalog coffees.",
      "tags": [
        "coffee",
        "reviews"
      ]
    },
    {
      "id": "list-roasters",
      "name": "List roasters",
      "description": "List coffee roasters and merchants with active catalog coffees.",
      "tags": [
        "coffee",
        "roasters"
      ]
    }
  ]
}