{
  "$schema": "https://schemas.agentready.dev/ard/0.1.0/catalog.json",
  "specVersion": "0.1.0",
  "version": "0.1.0",
  "name": "Genesis of Downers Grove",
  "description": "Agent capability catalog for Genesis of Downers Grove, a Genesis dealership in Downers Grove, Illinois.",
  "url": "https://www.genesisofdownersgrove.com",
  "updated": "2026-08-24",
  "entries": [
    {
      "identifier": "inventory.search",
      "displayName": "Vehicle inventory search",
      "id": "inventory.search",
      "name": "Vehicle inventory search",
      "type": "mcp",
      "description": "Search new, used and certified pre-owned Genesis vehicles.",
      "url": "https://www.genesisofdownersgrove.com/mcp",
      "endpoint": "https://www.genesisofdownersgrove.com/mcp",
      "auth": "none"
    },
    {
      "identifier": "offers.list",
      "displayName": "Current offers",
      "id": "offers.list",
      "name": "Current offers",
      "type": "mcp",
      "description": "Active lease, finance and cash offers by model.",
      "url": "https://www.genesisofdownersgrove.com/mcp",
      "endpoint": "https://www.genesisofdownersgrove.com/mcp",
      "auth": "none"
    },
    {
      "identifier": "store.info",
      "displayName": "Store information",
      "id": "store.info",
      "name": "Store information",
      "type": "mcp",
      "description": "Hours, address, directions and department contacts.",
      "url": "https://www.genesisofdownersgrove.com/mcp",
      "endpoint": "https://www.genesisofdownersgrove.com/mcp",
      "auth": "none"
    },
    {
      "identifier": "agent.card",
      "displayName": "A2A agent card",
      "id": "agent.card",
      "name": "A2A agent card",
      "type": "a2a",
      "description": "Agent-to-agent interface descriptor.",
      "url": "https://www.genesisofdownersgrove.com/.well-known/agent-card.json",
      "endpoint": "https://www.genesisofdownersgrove.com/.well-known/agent-card.json",
      "auth": "none"
    }
  ],
  "capabilities": [
    {
      "id": "inventory.search",
      "name": "Vehicle inventory search",
      "description": "Search new, used and certified pre-owned Genesis vehicles.",
      "type": "search",
      "url": "https://www.genesisofdownersgrove.com/mcp",
      "protocol": "mcp",
      "inputs": [
        "model",
        "condition",
        "year",
        "max_price"
      ],
      "auth": {
        "required": false,
        "scopes": [
          "inventory:read"
        ]
      }
    },
    {
      "id": "offers.list",
      "name": "Current offers",
      "description": "Active lease, finance and cash offers by model.",
      "type": "query",
      "url": "https://www.genesisofdownersgrove.com/mcp",
      "protocol": "mcp",
      "auth": {
        "required": false,
        "scopes": [
          "offers:read"
        ]
      }
    },
    {
      "id": "store.info",
      "name": "Store information",
      "description": "Hours, address, directions and department contacts.",
      "type": "query",
      "url": "https://www.genesisofdownersgrove.com/mcp",
      "protocol": "mcp",
      "auth": {
        "required": false
      }
    }
  ],
  "endpoints": {
    "mcp": "https://www.genesisofdownersgrove.com/mcp",
    "a2a": "https://www.genesisofdownersgrove.com/a2a",
    "openapi": "https://www.genesisofdownersgrove.com/.well-known/api-catalog"
  },
  "discovery": {
    "agentCard": "https://www.genesisofdownersgrove.com/.well-known/agent-card.json",
    "serverCard": "https://www.genesisofdownersgrove.com/.well-known/mcp/server-card.json",
    "skills": "https://www.genesisofdownersgrove.com/.well-known/agent-skills/index.json",
    "auth": "https://www.genesisofdownersgrove.com/auth.md"
  },
  "contentPolicy": {
    "search": "yes",
    "ai-input": "yes",
    "ai-train": "no"
  }
}