Mmcp.market

Tripadvisor MCP server

by chrischall·io.github.chrischall/tripadvisor-mcp·v1.0.0

TripAdvisor location search, details, photos, and reviews via the Terra API

B83/100grade B
What users say
No reviews yet
Be the first
Safety scan
B83/100

full report

Adoption
Growing

0 stars302 downloads/wk

Reviews

Write one

Nobody has reviewed Tripadvisor yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Tripadvisor tools (7)

write = sends, deletes, buys or posts

Read from the package source without running it. The installed server may list more.

  • ta_get_location_details

    Get full details for a TripAdvisor location: names, descriptions, address, coordinates, traveler ratings,

  • ta_get_location_photos

    Get photos for a TripAdvisor location (multi-size image URLs, source, dimensions), with pagination.

  • ta_get_location_reviews

    Get traveler reviews for a TripAdvisor location, with pagination. Reviewer avatars and other image URLs

  • ta_get_locations

    Get details for MULTIPLE locations in one call (batch). Pass an array of location ids — cheaper than repeated ta_get_location_details. Unknown or unlicensed ids are silently omitted. Returns slim summaries by default; pass view:"full" for the whole records.

  • ta_search_locations

    Search TripAdvisor locations (restaurants, attractions, hotels) by name. Returns matches with a location id for the detail tools, plus pagination. Returns slim summaries by default; pass view:"full" for the whole records.

  • ta_search_nearby

    Find TripAdvisor locations near a point within a radius, or inside a bounding box. Center by lat+lon+radius, by a reference location_id+radius, or by a sw/ne bounding box. Returns matches with distance and a location id. Returns slim summaries by default; pass view:"full" for the whole records.

  • ta_web_get_location

    Get a TripAdvisor location's core details (name, rating, review count, address, coordinates, phone, photo, listing URL) by location ID, read from the public page via the browser bridge. Works without an API key — use this when ta_get_location_details is unavailable or its key is blocked. Covers attractions, hotels, and restaurants. Does not return individual review text.

Public scan report

scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it

no findings
  • Code scan19 source files scanned25/25
  • Live reliabilityno gateway calls yet and no remote to proben/a
  • Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitystatic API keys via environment variables6/15
  • Maintenancelast push 0 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Overall 83/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

Install directly

Runs npx -y @chrischall/tripadvisor-mcp on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add tripadvisor-mcp -- npx -y @chrischall/tripadvisor-mcp
Add to Cursor

Tripadvisor: common questions

Is Tripadvisor MCP server safe?
Mostly: it is graded B (83/100). Read the Tripadvisor safety report
How do I install Tripadvisor?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Tripadvisor need an API key?
Yes. The registry entry asks for TRIPADVISOR_API_KEY.
Is Tripadvisor maintained?
The last commit was in the last day (2026-09-19). The latest release is v1.0.0.
What can I use instead of Tripadvisor?
Servers from other publishers that do the same job: Homebox MCP server, Better Code Review Graph MCP server and Pokémon TCG API MCP server. Compare all Tripadvisor alternatives.

Alternatives to Tripadvisor

Same job from other publishers: the closest match first, then the best rated.

All Tripadvisor alternatives →
  • Homebox
    Homebox home inventory: search, intake, warranties, attachments, locations, tags, QR labels
    B
  • Better Code Review Graph
    Token-efficient code review knowledge graph: semantic search and call-graph resolution.
    B
  • Pokémon TCG API
    English, Japanese and Chinese Pokémon cards: search, sets, illustrators, prices, photo lookup.
    A

More from chrischall