Wingie Enuygun MCP

使用ENUYGUN的MCP搜索并比较航班、酒店、巴士和租车服务。

文档

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.

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

Fastest Setup

Connect via Claude.ai

Add Wingie Enuygun as a custom MCP connector directly in the Claude.ai web interface. No installation needed.

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

Paste Configuration

{
  "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

Launch Inspector

npx @modelcontextprotocol/inspector

2

Configure Transport: SSE · URL: https://mcp.enuygun.com/mcp

Connect Opens at localhost:5173 — click "Connect" to start

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"