{
  "protocolVersion": "0.3.0",
  "name": "theboss-magazine",
  "version": "1.0.0",
  "description": "theboss.co.il - a Hebrew magazine and free small-business index for small business owners in Israel. This agent answers questions about articles (management, marketing, finance, cybersecurity, bureaucracy) and the business index, and can register a business listing. It speaks MCP (streamable HTTP), not the full A2A message protocol - see supportedInterfaces.",
  "url": "https://theboss.co.il/mcp",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    { "url": "https://theboss.co.il/mcp", "transport": "JSONRPC", "protocol": "mcp/streamable-http" }
  ],
  "provider": {
    "organization": "theboss.co.il",
    "url": "https://theboss.co.il"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": ["application/json"],
  "defaultOutputModes": ["application/json"],
  "skills": [
    {
      "id": "search-posts",
      "name": "Search articles",
      "description": "Search theboss.co.il articles for small business owners in Israel by Hebrew query; returns title, category, excerpt and URL.",
      "tags": ["content", "articles"]
    },
    {
      "id": "search-businesses",
      "name": "Search business index",
      "description": "Search the free small-business index by name, category, region or description.",
      "tags": ["directory", "local-business"]
    },
    {
      "id": "register-business",
      "name": "Register a business",
      "description": "Register a small business to the free index on behalf of its owner. Pending email verification and manual approval.",
      "tags": ["directory", "registration"]
    }
  ],
  "documentationUrl": "https://theboss.co.il/auth.md"
}
