{
  "name": "KitchenRush Agent",
  "description": "Restaurant operations agent for KitchenRush — discover restaurants and fetch canonical public business data (hours, menu, delivery) via the A2A endpoint; for authenticated owner operations connect to the MCP server (streamable-http, OAuth 2.1, 40+ tools).",
  "version": "1.0.0",
  "provider": {
    "organization": "KitchenRush",
    "url": "https://restaurants.alisindustries.com"
  },
  "supportedInterfaces": [
    {
      "url": "https://kitchenrush.app/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "0.3.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "find-restaurants",
      "name": "Find Restaurants",
      "description": "Search the public KitchenRush restaurant directory by city or name and get each restaurant's storefront URL, location, and service modes.",
      "tags": [
        "restaurants",
        "directory",
        "search",
        "discovery"
      ]
    },
    {
      "id": "get-restaurant-business-data",
      "name": "Get Restaurant Business Data",
      "description": "Fetch a single restaurant's canonical business data (hours, menu, delivery zones, service modes) as JSON or Schema.org JSON-LD.",
      "tags": [
        "restaurant",
        "menu",
        "hours",
        "delivery",
        "business-data"
      ]
    },
    {
      "id": "connect-kitchenrush-mcp",
      "name": "Connect to KitchenRush MCP",
      "description": "Connect an AI agent to the KitchenRush MCP server over OAuth 2.1 to read and act on a restaurant workspace (orders, menu, marketing, KDS, etc.).",
      "tags": [
        "mcp",
        "oauth",
        "operations",
        "owner"
      ]
    }
  ]
}