{
  "protocolVersion": "0.3.0",
  "name": "Wander Travel Agent",
  "description": "Plans and books accommodation and flights, and can pay on the user's behalf.",
  "url": "https://agentready-travel.agreatorganization.com/a2a",
  "preferredTransport": "JSONRPC",
  "version": "1.0.0",
  "provider": {
    "organization": "Wander",
    "url": "https://agentready-travel.agreatorganization.com"
  },
  "documentationUrl": "https://agentready-travel.agreatorganization.com/agents",
  "iconUrl": "https://agentready-travel.agreatorganization.com/favicon.ico",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "extensions": [
      {
        "uri": "https://github.com/google-agentic-commerce/ap2/tree/v0.1",
        "description": "Wander can accept payments for bookings on the user's behalf (AP2).",
        "required": false,
        "params": {
          "roles": [
            "merchant"
          ]
        }
      }
    ]
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "supportedInterfaces": [
    {
      "transport": "JSONRPC",
      "url": "https://agentready-travel.agreatorganization.com/a2a"
    },
    {
      "transport": "HTTP+JSON",
      "url": "https://agentready-travel.agreatorganization.com/a2a"
    }
  ],
  "additionalInterfaces": [
    {
      "transport": "JSONRPC",
      "url": "https://agentready-travel.agreatorganization.com/a2a"
    }
  ],
  "securitySchemes": {
    "oauth2": {
      "type": "oauth2",
      "flows": {
        "authorizationCode": {
          "authorizationUrl": "https://agentready-travel.agreatorganization.com/oauth/authorize",
          "tokenUrl": "https://agentready-travel.agreatorganization.com/oauth/token",
          "scopes": {
            "mcp.read": "Read catalog",
            "mcp.book": "Create bookings"
          }
        }
      }
    }
  },
  "skills": [
    {
      "id": "search_stays",
      "name": "Search stays",
      "description": "Find accommodation by city, price and dates.",
      "tags": [
        "travel",
        "lodging",
        "search"
      ]
    },
    {
      "id": "search_flights",
      "name": "Search flights",
      "description": "Find flights between two cities.",
      "tags": [
        "travel",
        "flights",
        "search"
      ]
    },
    {
      "id": "book_itinerary",
      "name": "Book itinerary",
      "description": "Reserve stays and flights and pay for them.",
      "tags": [
        "travel",
        "booking",
        "payments"
      ]
    }
  ]
}