{
  "schemaVersion": "0.2.0",
  "name": "Kendrick",
  "description": "Agent surface for Kendrick — a Paris footwear house designing structural heels manufactured in Italy. Provides product discovery, sizing help, care advice, and heel pedagogy.",
  "url": "https://kendrick.paris",
  "version": "0.1.0",
  "provider": {
    "organization": "Kendrick",
    "url": "https://kendrick.paris"
  },
  "documentationUrl": "https://kendrick.paris/api-docs/ai-integration.md",
  "iconUrl": "https://kendrick.paris/brand/kendrick_logo.svg",
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain", "text/markdown", "application/json"],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false,
    "tools": true,
    "extensions": []
  },
  "securitySchemes": {
    "none": { "type": "none" }
  },
  "security": [{ "none": [] }],
  "skills": [
    {
      "id": "kendrick-products",
      "name": "Product discovery",
      "description": "Search and recommend Kendrick footwear by category, color, style intent, or price range.",
      "tags": ["catalog", "recommendation", "footwear"],
      "examples": [
        "Find Kendrick ankle boots under 700 EUR.",
        "Show me architectural pumps in black."
      ]
    },
    {
      "id": "kendrick-sizing",
      "name": "Sizing & fit",
      "description": "Sizing guidance and fit recommendations across EU/US/UK references for Kendrick categories.",
      "tags": ["sizing", "fit"],
      "examples": [
        "I am usually a US 8, what should I order in a Kendrick ankle boot?"
      ]
    },
    {
      "id": "kendrick-heel-guide",
      "name": "Heel pedagogy",
      "description": "Explain Kendrick's structural-heel principles: posture, alignment, comfort, occasion fit.",
      "tags": ["education", "heels", "biomechanics"],
      "examples": [
        "Why does Kendrick describe its heels as structural?",
        "Are Kendrick heels comfortable for long evenings?"
      ]
    }
  ],
  "supportedInterfaces": [
    {
      "transport": "HTTPS+JSON",
      "url": "https://kendrick.paris/api"
    },
    {
      "transport": "MCP",
      "url": "https://kendrick.paris/.well-known/mcp/server-card.json"
    },
    {
      "transport": "OpenAPI",
      "url": "https://kendrick.paris/api-docs/swagger.json"
    },
    {
      "transport": "AgentSkills",
      "url": "https://kendrick.paris/.well-known/agent-skills/index.json"
    }
  ],
  "interfaces": {
    "openapi": "https://kendrick.paris/api-docs/swagger.json",
    "mcp": "https://kendrick.paris/.well-known/mcp/server-card.json",
    "agentSkills": "https://kendrick.paris/.well-known/agent-skills/index.json",
    "apiCatalog": "https://kendrick.paris/.well-known/api-catalog",
    "aiDiscovery": "https://kendrick.paris/ai-discovery.json",
    "llmsTxt": "https://kendrick.paris/llms.txt"
  },
  "supportsAuthenticatedExtendedCard": false
}
