Wingie Enuygun MCP
Search and compare flights, hotels, buses, and car rentals with ENUYGUN's MCP
Documentation
Features Tools API Get Started Connect Now
Model Context Protocol
Connect AI to
Travel Services
Seamlessly integrate your AI applications with Turkey's leading travel platform. Real-time access to flight, hotel, bus, and car rental data through the Model Context Protocol.
Connect Now Explore Tools
0
API Tools
0
Services
HTTP
Protocol
mcp-server
$ npx -y mcp-remote https://mcp.enuygun.com/mcp
⚡ Initializing MCP connection...
📡 Connected to Wingie Enuygun API
🛠️ 34 tools loaded successfully
✓ Ready for AI integration
$ _
Why MCP?
Built for the AI Era
One protocol, unlimited possibilities. Access comprehensive travel data with a standardized interface.
Real-Time Data
Access live flight prices, hotel availability, bus schedules, and car rental options instantly through your AI assistant.
Instant Access
No account or login required — connect your AI client and start using travel tools right away.
34 API Tools
Comprehensive suite covering search, booking, reservations, cancellations, weather, and account management.
4 Travel Services
Flights, hotels, bus travel, and car rentals — all unified under a single MCP server endpoint.
API Suite
Complete Travel API Tools
34 powerful endpoints covering flights, hotels, buses, and car rentals — all accessible through MCP
Flights 10 Car Rental 10 Buses 10 Hotels 2 Account 4
GET flight_search
Search flights between cities with real-time pricing and availability
POST flight_allocate
Generate deep link URLs for booking selected flights
GET flight_get_reservations
Retrieve all user flight reservations and booking history
GET flight_get_reservation_detail
Get detailed ticket information by PNR code
POST flight_checkin
Perform online check-in for upcoming flights
GET flight_cancel_viewonly
View cancellation terms and refund amounts
POST flight_ticket_reissue
Change or reissue existing flight tickets
POST flight_send_invoice_mail
Send flight invoice via email to passenger
POST flight_send_ticket_mail
Send e-ticket notifications to passengers
GET flight_weather_forecast
Get weather forecast for destination city
GET car_search
Search available vehicles by location and dates
POST car_allocate
Create booking URLs for selected vehicles
GET car_get_reservations
List all car rental reservations for user
GET car_get_reservation_detail
Get detailed booking information and voucher
GET car_cancel_viewonly
POST car_cancel_otp
Request one-time password for cancellation
POST car_cancel_commit
Confirm cancellation with OTP verification
POST car_send_invoice_mail
Send rental invoice via email
POST car_send_ticket_mail
Send rental voucher via email
GET car_weather_forecast
Get weather forecast for your road trip
GET bus_search
Search bus routes, schedules, and pricing
GET bus_get_reservations
List all bus ticket reservations
GET bus_get_reservation_detail
Get detailed bus ticket information
GET bus_cancel_viewonly
View cancellation fees and refund policy
POST bus_send_cancel_otp
Request OTP for bus ticket cancellation
POST bus_cancel_commit
Confirm bus ticket cancellation
POST bus_send_refund_mail
Send refund confirmation via email
POST bus_send_invoice_mail
Send bus travel invoice via email
POST bus_send_ticket_mail
Send bus ticket via email
GET bus_weather_forecast
Get weather forecast for bus travel route
GET hotel_search
Search hotels by location, dates, guests, and preferences
GET hotel_weather_forecast
Get weather forecast for your hotel destination
GET get_user_profile
Retrieve authenticated user's profile data
GET get_user_travels
Get complete travel history across all services
POST get_password_change_link
Generate a secure password reset link
GET get_wallet_link
Access EnCüzdan digital wallet
API Reference
MCP Protocol Endpoints
Public endpoints for seamless AI integration
POST /mcp
MCP Message Handler
Primary endpoint for all MCP protocol messages. No authentication required.
Public JSON-RPC
GET /ping
Health Check
Verify server health. Use for connectivity testing and uptime monitoring.
Public Health Check
Connect in Minutes
Add Wingie Enuygun travel tools to your AI assistant with just a few steps
Claude.ai Web Interface
Claude Desktop Local App
MCP Inspector Developer Tool
Fastest Setup
Connect via Claude.ai
Add Wingie Enuygun as a custom MCP connector directly in the Claude.ai web interface. No installation needed.
~2 minutes No login required
1
Open Connectors Go to Settings → Connectors
2
Add Connector Click "Add custom connector"
3
Enter Details Name: Wingie Enuygun
4
Set Endpoint URL: https://mcp.enuygun.com/mcp
Done Save the connector and you're ready!
Config File
Connect via Claude Desktop
Add the MCP server to your Claude Desktop configuration file. Works with the local Claude Desktop application.
~3 minutes Requires npx
1
Open Config Go to Settings → Developer → Edit Config
2
Paste Configuration
claude_desktop_config.json Copy
{
"mcpServers": {
"enuygun": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.enuygun.com/mcp"
]
}
}
}
Restart Save the file and restart Claude Desktop
Debug Mode
Test with MCP Inspector
Interactively debug and test MCP tools during development. Perfect for exploring available endpoints.
~1 minute Dev testing
1
Launch Inspector
Terminal Copy
npx @modelcontextprotocol/inspector
2
Configure Transport: SSE · URL: https://mcp.enuygun.com/mcp
Connect Opens at localhost:5173 — click "Connect" to start
Try It Out
Example Prompts
Once connected, try asking your AI assistant these queries
Flights
- "Search for flights from Istanbul to Paris on August 15"
- "List my flight reservations from the last 6 months"
- "Show details for my ticket with PNR 33F3QU"
- "Do online check-in for my AJET flight"
- "What's the cancellation policy for my ticket?"
Car Rentals
- "Find rental cars in Bodrum for September 10-12"
- "Create a booking for Istanbul Sabiha Gökçen Airport"
- "Show my current car rental reservation details"
- "How much will I get back if I cancel my rental?"
- "What's the weather forecast for my road trip?"
Bus Travel
- "Search Istanbul to Ankara buses for August 20"
- "Find my bus ticket PNR from today"
- "What's the cancellation fee for my bus ticket?"
- "Resend my bus ticket via email"
- "Send me the invoice for my bus booking"
Hotels
- "List 5-star hotels in Antalya for September 5-8"
- "What's the weather in Bodrum next week?"
- "Find family hotels with 2 rooms in Cappadocia"
- "Hotels near Istanbul Airport for one night"
- "Show luxury resorts in Maldives"
Account
- "Show my recent travel history"
- "Get my user profile information"
- "List all my reservations across all services"
- "What trips do I have coming up?"
- "Show my travel statistics from last year"