{
  "name": "KP Personalizados",
  "version": "1.0.0",
  "description": "KP Personalizados - AI agent for searching, recommending, and quoting personalized promotional products (brindes corporativos). Can search the product catalog, provide pricing information, and create quote requests.",
  "url": "https://kpersonalizados.com.br",
  "provider": {
    "organization": "KP Personalizados",
    "url": "https://kpersonalizados.com.br"
  },
  "documentationUrl": "https://kpersonalizados.com.br/auth.md",
  "supportedInterfaces": [
    {
      "type": "https",
      "url": "https://kp-mcp-server.dpmidiadigital.workers.dev/mcp",
      "transport": "streamable-http"
    }
  ],
  "authentication": {
    "schemes": []
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "skills": [
    {
      "id": "search-products",
      "name": "Search Products",
      "description": "Search the KP Personalizados catalog for personalized promotional products by name, category, or keyword. Returns product details including name, SKU, price, category, and image.",
      "tags": ["search", "products", "catalog", "brindes", "promotional"],
      "examples": [
        "Search for personalized pens",
        "Find eco-friendly promotional products",
        "Show me branded mugs",
        "What USB drives do you have?"
      ]
    },
    {
      "id": "create-quote",
      "name": "Create Quote Request",
      "description": "Create a custom quote request for a specific product with quantity and customer details. The KP Personalizados team will follow up within 24 hours.",
      "tags": ["quote", "pricing", "order", "orcamento"],
      "examples": [
        "Get a quote for 500 branded pens",
        "Request pricing for 1000 custom t-shirts",
        "I need a quote for corporate gifts"
      ]
    },
    {
      "id": "product-info",
      "name": "Product Information",
      "description": "Get detailed information about a specific product including pricing, minimum quantities, customization options, and category.",
      "tags": ["product", "details", "info", "pricing"],
      "examples": [
        "Tell me about product SKU KP-PEN-001",
        "What categories of products do you offer?",
        "What are the minimum order quantities?"
      ]
    }
  ],
  "defaultInputModes": ["text"],
  "defaultOutputModes": ["text"]
}
