{
  "protocolVersion": "0.3.0",
  "name": "PsyRank Assistant",
  "version": "0.1.0",
  "description": "PsyRank is a SaaS platform that creates professional websites for psychologists, optimized for Google, AI search (ChatGPT, Gemini) and voice assistants, with WhatsApp integration, lead capture and a management dashboard.",
  "url": "https://psyrank.com.br/api/a2a",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://psyrank.com.br/api/a2a",
      "transport": "JSONRPC",
      "protocol": "JSONRPC"
    }
  ],
  "additionalInterfaces": [
    {
      "url": "https://psyrank.com.br/api/a2a",
      "transport": "JSONRPC"
    }
  ],
  "provider": {
    "organization": "PsyRank",
    "url": "https://psyrank.com.br"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "platform-info",
      "name": "Platform information",
      "description": "Answers questions about what PsyRank offers psychologists: professional websites, SEO/AI optimization, WhatsApp integration and lead management.",
      "tags": [
        "psychology",
        "website",
        "saas"
      ],
      "examples": [
        "O que é o PsyRank?",
        "What does PsyRank do?"
      ]
    },
    {
      "id": "pricing",
      "name": "Plans and pricing",
      "description": "Returns the current PsyRank subscription plans (Essencial, Profissional, Clínica) with monthly and annual prices in BRL.",
      "tags": [
        "pricing",
        "plans"
      ],
      "examples": [
        "Quanto custa o plano Profissional?"
      ]
    },
    {
      "id": "blog-search",
      "name": "Blog articles",
      "description": "Lists recent articles from the PsyRank marketing blog about mental health marketing and professional visibility.",
      "tags": [
        "blog",
        "content"
      ],
      "examples": [
        "Quais os artigos mais recentes do blog?"
      ]
    }
  ]
}