# NeNx OTA NeNx OTA is an agent-native hotel search and booking handoff site for curated stays. ## Agent endpoints - MCP server: https://localhost:3000/api/mcp - OpenAPI schema: https://localhost:3000/agent/openapi.json - OAuth protected resource metadata: https://localhost:3000/.well-known/oauth-protected-resource - Plugin manifest: https://localhost:3000/.well-known/ai-plugin.json ## Current capabilities - OAuth 2.1 authenticated hotel inventory search through MCP tool search_hotels. - Supabase bearer-token protected REST search at /api/agent/v1/search. - Human booking handoff links that open /booking with property, dates, and guests prefilled. ## Current limits - Search inventory depends on active NeNx OTA inventory data. - MCP clients must complete the NeNx login and consent flow before tools are available. - Booking confirmation and payment are completed by a human on the website or partner booking page.