{
  "$schema": "https://raw.githubusercontent.com/modelcontextprotocol/modelcontextprotocol/main/schema/server-card.schema.json",
  "serverInfo": {
    "name": "genius-mode-ai",
    "title": "Genius Mode AI",
    "version": "1.0.0",
    "vendor": "Genius Mode AI",
    "description": "Discover AI tool stacks and brand archetypes personalized for coaches, consultants, and service-based entrepreneurs. Provides two guided assessments -- the Aura Quiz (brand archetype) and the AI Tools quiz (recommended AI stack) -- and an AI coach that answers follow-up questions about your results."
  },
  "contact": {
    "name": "Luba Evans",
    "url": "https://www.lubaevans.com"
  },
  "transport": {
    "type": "http",
    "endpoint": "https://chimerical-snickerdoodle-7babdc.netlify.app/.well-known/mcp/server-card.json"
  },
  "capabilities": {
    "tools": [
      {
        "name": "run_aura_quiz",
        "description": "Guide a user through the Aura brand archetype quiz and return their archetype with strategy notes.",
        "inputSchema": {
          "type": "object",
          "properties": {
            "answers": {
              "type": "array",
              "description": "Ordered array of user answers to each quiz question.",
              "items": { "type": "string" }
            }
          },
          "required": ["answers"]
        }
      },
      {
        "name": "run_ai_tools_quiz",
        "description": "Return a recommended AI tool stack based on the user's role, goals, and current stage.",
        "inputSchema": {
          "type": "object",
          "properties": {
            "answers": {
              "type": "array",
              "description": "Ordered array of user answers.",
              "items": { "type": "string" }
            }
          },
          "required": ["answers"]
        }
      },
      {
        "name": "ask_coach",
        "description": "Ask Coach Luba a follow-up question about a user's quiz result.",
        "inputSchema": {
          "type": "object",
          "properties": {
            "resultTitle": { "type": "string" },
            "resultDescription": { "type": "string" },
            "userName": { "type": "string" },
            "question": { "type": "string" }
          },
          "required": ["question"]
        }
      },
      {
        "name": "book_call",
        "description": "Return the booking URL for a free strategy call with Luba Evans.",
        "inputSchema": {
          "type": "object",
          "properties": {}
        }
      }
    ],
    "resources": [],
    "prompts": []
  },
  "links": {
    "homepage": "https://chimerical-snickerdoodle-7babdc.netlify.app/",
    "skills": "https://chimerical-snickerdoodle-7babdc.netlify.app/.well-known/agent-skills/index.json",
    "apiCatalog": "https://chimerical-snickerdoodle-7babdc.netlify.app/.well-known/api-catalog"
  }
}
