{
  "info": {
    "name": "Tripadvisor — mcp.ai",
    "description": "REST API for the Tripadvisor MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/tripadvisor",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "tripadvisor_get_location_activities",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/location/activities",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "location",
            "activities"
          ]
        },
        "description": "Tool to retrieve an ordered list of all bookable activities for a destination. Use when you need to get available activities for a specific location by its ID. Returns activity details including prici",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"lang\": \"\",\n  \"currency\": \"\",\n  \"location_id\": \"\",\n  \"product_groups\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "tripadvisor_get_location_awards",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/location/awards",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "location",
            "awards"
          ]
        },
        "description": "Tool to retrieve all awards earned by a TripAdvisor location. Use when you need to fetch awards history for a specific destination. Returns Traveler's Choice Awards, Certificates of Excellence, and Gr",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"locationId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "tripadvisor_get_location_details_v2",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/location/details/v2",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "location",
            "details",
            "v2"
          ]
        },
        "description": "Tool to retrieve comprehensive information about a TripAdvisor location including name, address, ratings, reviews, and links. Requires an authenticated TripAdvisor API connection. Use when you need de",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"currency\": \"\",\n  \"language\": \"\",\n  \"location_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "tripadvisor_get_location_geos",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/location/geos",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "location",
            "geos"
          ]
        },
        "description": "Tool to retrieve immediate children in the geographical location hierarchy for a given destination. Use when exploring location hierarchies or browsing geographical areas within a parent location.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"lang\": \"\",\n  \"limit\": 0,\n  \"offset\": 0,\n  \"category\": \"\",\n  \"currency\": \"\",\n  \"location_id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "tripadvisor_get_location_hotels",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/location/hotels",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "location",
            "hotels"
          ]
        },
        "description": "Retrieves hotels near a specified TripAdvisor location. Returns up to 10 hotels sorted by proximity to the location's geographic center. Use this tool when you need to find hotels in a city, region, o",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"lang\": \"\",\n  \"location_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "tripadvisor_get_location_photos_v2",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/location/photos/v2",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "location",
            "photos",
            "v2"
          ]
        },
        "description": "Retrieves up to 5 high-quality photos for a specific TripAdvisor location by location ID. Returns photos with multiple size variants (thumbnail, small, medium, large, original), user information, capt",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"lang\": \"\",\n  \"location_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "tripadvisor_get_location_reviews_v2",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/location/reviews/v2",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "location",
            "reviews",
            "v2"
          ]
        },
        "description": "Tool to retrieve up to 5 of the most recent reviews for a specific TripAdvisor location. Use when you need to get user reviews, ratings, and feedback for a hotel, restaurant, attraction, or destinatio",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"lang\": \"\",\n  \"currency\": \"\",\n  \"all_shared\": false,\n  \"location_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}