{
  "name": "Okkhor",
  "version": "1.0.0",
  "description": "Okkhor is Bangladesh's largest online bookstore, offering academic, Islamic, subject-oriented, and general books. This agent card enables A2A protocol discovery.",
  "url": "https://okkhor.com",
  "iconUrl": "https://okkhor.com/favicon.ico",
  "provider": {
    "name": "Okkhor",
    "url": "https://okkhor.com",
    "contact": "info@okkhor.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "supportedInterfaces": [
    {
      "type": "REST",
      "url": "https://api.okkhor.com/api/v1",
      "transport": "HTTP",
      "documentation": "https://api.okkhor.com/api-docs"
    }
  ],
  "skills": [
    {
      "id": "search-books",
      "name": "Search Books",
      "description": "Search the Okkhor catalog for books by title, author, keyword, or category. Supports Bengali (বাংলা) and English queries.",
      "tags": ["books", "search", "catalog", "bangladesh"],
      "inputModes": ["text"],
      "outputModes": ["text", "data"]
    },
    {
      "id": "get-book-details",
      "name": "Get Book Details",
      "description": "Retrieve full details for a specific book including title, authors, publisher, price, description, and availability.",
      "tags": ["books", "details", "product"],
      "inputModes": ["text"],
      "outputModes": ["text", "data"]
    },
    {
      "id": "browse-authors",
      "name": "Browse Authors",
      "description": "List and search for authors available on Okkhor. Get author profiles and their published books.",
      "tags": ["authors", "writers", "bangladesh"],
      "inputModes": ["text"],
      "outputModes": ["text", "data"]
    },
    {
      "id": "browse-publishers",
      "name": "Browse Publishers",
      "description": "List and explore publishers (প্রকাশনী) available on Okkhor along with their book catalogs.",
      "tags": ["publishers", "publications", "bangladesh"],
      "inputModes": ["text"],
      "outputModes": ["text", "data"]
    },
    {
      "id": "browse-categories",
      "name": "Browse Categories",
      "description": "Explore book categories including academic, Islamic, fiction, non-fiction, and stationery items.",
      "tags": ["categories", "genres", "books"],
      "inputModes": ["text"],
      "outputModes": ["text", "data"]
    }
  ],
  "authentication": {
    "schemes": [
      {
        "type": "bearer",
        "description": "JWT Bearer token obtained via email/password or phone/OTP login",
        "tokenEndpoint": "https://api.okkhor.com/api/v1/public/auth/signInWithEmailPassword"
      }
    ],
    "publicAccess": true,
    "authDocumentation": "https://okkhor.com/auth.md"
  },
  "discovery": {
    "apiCatalog": "https://okkhor.com/.well-known/api-catalog",
    "mcpServerCard": "https://okkhor.com/.well-known/mcp/server-card.json",
    "skillsIndex": "https://okkhor.com/.well-known/agent-skills/index.json",
    "oauthServer": "https://okkhor.com/.well-known/oauth-authorization-server",
    "protectedResource": "https://okkhor.com/.well-known/oauth-protected-resource"
  }
}
