{
  "name": "9bot Discovery Agent",
  "description": "Helps AI agents discover the official 9bot MCP endpoint, OAuth metadata, skills, and supported public capabilities.",
  "supportedInterfaces": [
    {
      "url": "https://mcp.9bot.com.br/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "version": "1.0.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "discover-9bot-mcp",
      "name": "Discover 9bot MCP",
      "description": "Returns the canonical MCP endpoint and the OAuth discovery URLs required to authenticate.",
      "tags": [
        "9bot",
        "mcp",
        "oauth",
        "discovery"
      ]
    },
    {
      "id": "explain-9bot-capabilities",
      "name": "Explain 9bot capabilities",
      "description": "Explains how 9bot manages, automates, and analyzes WhatsApp groups, communities, and channels.",
      "tags": [
        "9bot",
        "whatsapp",
        "automation",
        "analytics"
      ]
    }
  ]
}
