{
  "$schema": "https://a2aproject.github.io/schemas/v0/agent-card.json",
  "name": "longevity-haus",
  "displayName": "Longevity.haus",
  "version": "1.0.0",
  "description": "Medical-tourism agent surface for longevity and wellness treatments. Queries clinics, treatments, and price statistics across 12 countries; points users to bookable provider pages.",
  "provider": {
    "organization": "Longevity.haus",
    "url": "https://longevity.haus"
  },
  "contact": {
    "name": "Longevity.haus engineering",
    "url": "https://longevity.haus/contact"
  },
  "skills": [
    {
      "id": "mcp-server",
      "name": "MCP server",
      "description": "Read-only MCP 1.0 server exposing 7 tools for clinic and treatment queries.",
      "url": "https://longevity.haus/.well-known/mcp/server-card.json",
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ],
  "relatedResources": [
    {
      "name": "Booking flow",
      "description": "Human-in-the-loop booking — agent presents the provider page URL to the user, who completes booking on the website.",
      "url": "https://longevity.haus/provider"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "authentication": {
    "schemes": []
  }
}