{
  "schema_version": "2026-03-26",
  "name": "Wander Travel MCP",
  "description": "Search and book Wander accommodation and flights via the Model Context Protocol.",
  "version": "1.0.0",
  "url": "https://agentready-travel.agreatorganization.com/mcp",
  "endpoint": "https://agentready-travel.agreatorganization.com/mcp",
  "transport": "streamable-http",
  "transports": [
    "streamable-http"
  ],
  "remotes": [
    {
      "transport_type": "streamable-http",
      "url": "https://agentready-travel.agreatorganization.com/mcp"
    }
  ],
  "capabilities": {
    "tools": {},
    "resources": {}
  },
  "auth": {
    "type": "oauth2",
    "authorization_servers": [
      "https://agentready-travel.agreatorganization.com"
    ],
    "protected_resource_metadata": "https://agentready-travel.agreatorganization.com/.well-known/oauth-protected-resource"
  },
  "tools": [
    {
      "name": "search_stays",
      "description": "Search accommodation listings by city and price."
    },
    {
      "name": "get_stay",
      "description": "Get full details for one stay by id."
    },
    {
      "name": "search_flights",
      "description": "Search flights by origin and destination."
    },
    {
      "name": "book_stay",
      "description": "Create a reservation for a stay (requires mcp.book scope)."
    }
  ]
}