Wingie Enuygun MCP

ENUYGUN의 MCP로 항공편, 호텔, 버스, 렌터카를 검색하고 비교하세요.

문서

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

🛠️ 12 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.

12 MCP Tools

Comprehensive suite covering search, booking links, weather forecasts, and Mastercard booking flows.

4 Travel Services

Flights, hotels, bus travel, and car rentals — all unified under a single MCP server endpoint.

API Suite

Complete Travel API Tools

11 public travel tools for flights, hotels, buses, and car rentals — plus a connectivity check through MCP

Flights 3 Car Rental 3 Buses 2 Hotels 3

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_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_weather_forecast

Get weather forecast for your road trip

GET bus_search

Search bus routes, schedules, and pricing

GET bus_weather_forecast

Get weather forecast for bus travel route

GET hotel_search

Search hotels by location, dates, guests, and preferences

GET hotel_room_detail

Get room details for a hotel from search results

GET hotel_weather_forecast

Get weather forecast for your hotel destination

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

Try search, booking links, room details, weather, and trip planning queries

Flights

  • "Search for flights from Istanbul to Paris on August 15"
  • "Show me direct flights from Ankara to Antalya next Friday"
  • "Get a booking link for the flight I selected"
  • "What's the weather in Paris on August 15?"

Car Rentals

  • "Find rental cars at Istanbul Airport for September 10-12"
  • "Search automatic cars in Bodrum for a weekend trip"
  • "Create a booking link for the selected rental car"
  • "What's the weather forecast for my road trip to Bodrum?"

Bus Travel

  • "Search buses from Istanbul to Ankara on August 20"
  • "Show evening departures from Izmir to Antalya tomorrow"
  • "What's the weather in Ankara on August 20?"

Hotels

  • "Find hotels in Antalya for September 5-8 for 2 adults"
  • "Show room details for the hotel I picked from search"
  • "Find family hotels with 2 rooms in Cappadocia"
  • "What's the weather in Bodrum during my stay?"

Trip Planning

  • "Plan a trip from Istanbul to Antalya, July 25-30 for 2 adults"
  • "Plan a family vacation with flights and hotel in Bodrum"
  • "Compare flight and hotel options for a 4-day trip to Cappadocia"