Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TRIPADVISOR_API_KEYYesContent API key, sent as the `key` query parameter.
TRIPADVISOR_REFERERNoReferer header for domain-restricted keys (the API 403s without a matching referer).
TRIPADVISOR_CACHE_TTLNoSeconds to cache search responses (default: 300; `0` disables).
TRIPADVISOR_STATIC_CACHE_TTLNoSeconds to cache details/photos/reviews (default: 3600; `0` disables).

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
ta_search_locationsA

Search TripAdvisor locations (hotels, restaurants, attractions, geos) by name. Returns up to 10 matches with location_id for the detail tools.

ta_search_nearbyA

Find TripAdvisor locations near a latitude/longitude. Returns up to 10 locations with location_id for the detail tools.

ta_get_location_detailsA

Get full details for a TripAdvisor location: name, address, coordinates, rating, ranking, subratings, awards, review count, amenities, hours, and listing URLs.

ta_get_location_photosA

Get photos for a TripAdvisor location (multi-size image URLs, captions, sources).

ta_get_location_reviewsA

Get the most recent reviews for a TripAdvisor location (up to 5 per call; page with offset).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/chrischall/tripadvisor-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server