Travel Amadeus MCP Server

42 tools. 4 can modify or destroy data without limits.

2 destructive tools with no built-in limits. Policy required.

Last updated:

4 can modify or destroy data
38 read-only
42 tools total

Community server · catalogue entry verified 04/07/2026

How to control Travel Amadeus MCP Server ↓

What Travel Amadeus MCP Server exposes to your agents

Read (38) Write / Execute (2) Destructive / Financial (2)
Critical Risk

The most dangerous Travel Amadeus MCP Server tools

4 of Travel Amadeus MCP Server's 42 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Travel Amadeus MCP Server

PolicyLayer is an MCP gateway — it sits between your AI agents and Travel Amadeus MCP Server, and nothing reaches the server without passing your rules. These are the rules we recommend:

Deny destructive operations
{
  "flight_order_delete": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "flight_create_order": {
    "limits": [
      {
        "counter": "flight_create_order_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "activities_by_square": {
    "limits": [
      {
        "counter": "activities_by_square_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register Travel Amadeus MCP Server — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON TRAVEL AMADEUS →

Instant setup, no code required.

All 42 Travel Amadeus MCP Server tools

READ 38 tools
Read activities_by_square Get activities in a geographic square area Read activities_search Search for tours and activities by location Read activity_details Get detailed information about a specific activity Read airline_lookup Look up airline information by IATA or ICAO code Read airline_routes Get destinations served by an airline Read airport_city_search Search specifically for airports and cities Read airport_on_time_performance Get on-time performance predictions for an airport Read airport_routes Get direct routes from an airport Read branded_fares_upsell Get branded fare options with additional services Read busiest_travel_period Find the busiest travel period for a route Read checkin_links Get airline check-in URLs Read flight_availability_search Search for flight availability with specific constraints (advanced) Read flight_cheapest_date_search Find cheapest dates to travel between two locations Read flight_choice_prediction Predict which flight offer a traveler is most likely to choose Read flight_delay_prediction Predict likelihood of flight delay Read flight_inspiration_search Find cheapest destinations from origin for flexible travel dates Read flight_offers_pricing Confirm pricing and availability for specific flight offers before booking Read flight_offers_search Search for flight offers between origin and destination on specific dates. Returns flight options with pricing Read flight_order_get Retrieve details of a specific flight order by ID Read flight_price_analysis Analyze flight price metrics and get quartile price distributions Read flight_status Get real-time flight status Read hotel_booking Book a hotel room Read hotel_list_by_city List all hotels in a specific city Read hotel_list_by_geocode List hotels near specific coordinates Read hotel_offer_search Get detailed information about a specific hotel offer Read hotel_offers_search Search for hotel offers in a city or by geographic coordinates Read hotel_sentiments Get hotel reviews sentiment analysis Read location_score Get safety and tourism scores for a location Read location_search Search for airports and cities with autocomplete (useful for finding IATA codes) Read most_booked_destinations Get most booked flight destinations from an origin Read most_traveled_destinations Get most traveled destinations from an origin Read nearest_airport Find nearest airport to given coordinates Read point_of_interest_details Get detailed information about a specific point of interest Read points_of_interest_by_square Get points of interest in a geographic square area Read points_of_interest_search Search for tourist attractions and points of interest Read seatmap_display Get seat maps for a flight to see available seats Read transfer_search Search for private transfer options between locations Read trip_purpose_prediction Predict if a trip is for business or leisure

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about Travel Amadeus MCP Server

Can an AI agent delete data through the Travel Amadeus MCP Server MCP server? +

Yes. The Travel Amadeus MCP Server server exposes 2 destructive tools including flight_order_delete, transfer_cancellation. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through Travel Amadeus MCP Server? +

The Travel Amadeus MCP Server server has 2 write tools including flight_create_order, transfer_booking. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach Travel Amadeus MCP Server.

How many tools does the Travel Amadeus MCP Server MCP server expose? +

42 tools across 5 categories: Destructive, Execute, Financial, Read, Write. 38 are read-only. 4 can modify, create, or delete data.

How do I enforce a policy on Travel Amadeus MCP Server? +

Register the Travel Amadeus MCP Server MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every Travel Amadeus MCP Server tool call.

Deterministic rules across all 42 Travel Amadeus MCP Server tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

42 Travel Amadeus MCP Server tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.