{
  "schema_version": "0.2.0",
  "name": "Scenaryo Agent",
  "description": "Agent interface to Scenaryo — AI transformation, empowered product teams (SVPG) and custom software development. Provides services info, structured assessments, methodology context and lead capture.",
  "url": "https://empowrd.de",
  "provider": {
    "organization": "Scenaryo GmbH",
    "url": "https://empowrd.de",
    "contact": "info@scenaryo.de"
  },
  "version": "1.0.0",
  "documentationUrl": "https://empowrd.de/llms.txt",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text"],
  "defaultOutputModes": ["text", "application/json"],
  "skills": [
    {
      "id": "list_services",
      "name": "List services",
      "description": "Return Scenaryo's offerings: AI Transformation Consulting, Empowered Product Teams, Custom Software Development.",
      "tags": ["services", "consulting"]
    },
    {
      "id": "get_assessment_questions",
      "name": "Get assessment questions",
      "description": "Return questions for the AI Readiness Assessment or Empowered Team Health Score.",
      "tags": ["assessment", "discovery"]
    },
    {
      "id": "score_assessment",
      "name": "Score assessment",
      "description": "Score a completed assessment and return dimensional results plus coaching guidance.",
      "tags": ["assessment", "analysis"]
    },
    {
      "id": "submit_lead",
      "name": "Submit lead",
      "description": "Capture a qualified lead with optional context from the calling agent.",
      "tags": ["lead", "contact"]
    },
    {
      "id": "get_company_info",
      "name": "Get company info",
      "description": "Return Scenaryo company details, founders, methodology references and contact.",
      "tags": ["company", "context"]
    }
  ],
  "endpoints": {
    "mcp": {
      "type": "mcp",
      "transport": "streamable-http",
      "url": "https://gvrdpgfsivmqtkhtmfwm.functions.supabase.co/mcp"
    }
  },
  "discovery": {
    "mcpManifest": "https://empowrd.de/.well-known/mcp.json",
    "aiPlugin": "https://empowrd.de/.well-known/ai-plugin.json",
    "llmsTxt": "https://empowrd.de/llms.txt",
    "llmsFullTxt": "https://empowrd.de/llms-full.txt"
  }
}
