Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.chrischall/tripadvisor-mcp

NPM · @CHRISCHALL/TRIPADVISOR-MCP · SCANNED SEP 21

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

+16 this week 92 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 0 of 8 dependencies flagged as unhealthy. View diagnostics → Pass
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to chrischall/tripadvisor-mcp). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 0 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability71
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1414 tokens (~176/item across 8 items; 8 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management83
  • Stability observed for 25 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 8 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 8 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the io.github.chrischall/tripadvisor-mcp server?

io.github.chrischall/tripadvisor-mcp runs locally as an npm package, launched with npx -y @chrischall/tripadvisor-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @chrischall/tripadvisor-mcp

# add to Claude Code
claude mcp add chrischall-tripadvisor-mcp -- npx -y @chrischall/tripadvisor-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "chrischall-tripadvisor-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@chrischall/tripadvisor-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "chrischall-tripadvisor-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@chrischall/tripadvisor-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add chrischall-tripadvisor-mcp -- npx -y @chrischall/tripadvisor-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "chrischall-tripadvisor-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@chrischall/tripadvisor-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add chrischall-tripadvisor-mcp --command npx --arg -y --arg @chrischall/tripadvisor-mcp
# ~/.hermes/config.yaml
mcp_servers:
  chrischall-tripadvisor-mcp:
    command: "npx"
    args: ["-y", "@chrischall/tripadvisor-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "chrischall-tripadvisor-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@chrischall/tripadvisor-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add chrischall-tripadvisor-mcp -t stdio -c npx -a -y @chrischall/tripadvisor-mcp
// mcp.json
{
  "mcpServers": {
    "chrischall-tripadvisor-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@chrischall/tripadvisor-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 21 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 20 Sept 26 −3
    • MCP protocol: Implements a current MCP spec version (2026-07-28). functional
    • Stability: pass → 0.80 functional
    • Package version: 1.0.0 → 1.1.0 functional
  • 19 Sept 26 +1
    • Stability: 0.97 → unverified security
    • Tool safety: pass → unverified security
    • Stability: 0.97 → pass security
    • Security disclosure: unverified → fail functional
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Dependency health: 0.86 → 1.00 functional
    • Schema quality: Schema quality not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. functional
    • Package version: 0.6.4 → 1.0.0 functional
  • 18 Sept 26 0
    • Security disclosure: fail → unverified functional
  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Sept 26 +15
    • Malware scan: unverified → pass security
  • 15 Sept 26 +1
    • Malware scan: unverified → pass security
    • Package version: 0.6.3 → 0.6.4 functional
  • 14 Sept 26 −15
    • Stability: 0.80 → unverified security
    • Malware scan: pass → unverified security
    • Tool safety: pass → unverified security
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Schema quality: Schema quality not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. functional
    • Package version: 0.6.2 → 0.6.3 functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 21 Sept 2026 · Analysed npm/@chrischall/tripadvisor-mcp@1.1.0

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo chrischall/tripadvisor-mcp
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/chrischall/tripadvisor-mcp/.github/workflows/release-please.yml@refs/heads/main
Rekor log index 2893922439
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:97505fcf314b06df8b93e50981592b21ff8cfaa74a21b31461d7d1b40f73afa3da13ebe4e9b0eebd12054f2627443f6bdcdfcb8046a1b81af52d599f5

Background: How many MCP packages publish verified provenance →

Dependencies 8 packages
Packages resolved 8
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 8 exposed · ~1,414 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
ta_get_location_details ~160

Get full details for a TripAdvisor location: names, descriptions, address, coordinates, traveler ratings, phone, category, and listing URLs. Rating-icon and other incidental image URLs are dropped by default; pass view:"full" for TripAdvisor's whole record.

NameTypeReqDescription
localearrayPreferred locales for localized fields, in priority order (e.g. ["en","es"])
locationIdintegeryesTripAdvisor location ID (from a search tool)
viewstringResponse shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact returns the slim projection where one exists and s…

No output schema declared.

No examples provided.

ta_get_location_photos ~98

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

NameTypeReqDescription
localearrayPreferred locales for localized fields, in priority order (e.g. ["en","es"])
locationIdintegeryesTripAdvisor location ID (from a search tool)
pageintegerPage index (1-based)
sizeintegerResults per page (max 20)

No output schema declared.

No examples provided.

ta_get_location_reviews ~169

Get traveler reviews for a TripAdvisor location, with pagination. Reviewer avatars and other image URLs are dropped by default; pass view:"full" for TripAdvisor's whole records.

NameTypeReqDescription
localearrayPreferred locales for localized fields, in priority order (e.g. ["en","es"])
locationIdintegeryesTripAdvisor location ID (from a search tool)
pageintegerPage index (1-based)
sizeintegerResults per page (max 20)
viewstringResponse shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact returns the slim projection where one exists and s…

No output schema declared.

No examples provided.

ta_get_locations ~157

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.

NameTypeReqDescription
idsarrayyesLocation IDs to fetch (1–50)
localearrayPreferred locales for localized fields, in priority order (e.g. ["en","es"])
viewstringResponse shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact returns the slim projection where one exists and s…

No output schema declared.

No examples provided.

ta_search_locations ~241

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.

NameTypeReqDescription
categorystringRestrict to one category
country_codestringAlpha-2 country code (e.g. "US")
geo_namestringCity, town, or country name to scope the search
localearrayPreferred locales for localized fields, in priority order (e.g. ["en","es"])
pageintegerPage index (1-based)
postal_codestringPostal/ZIP code (takes precedence over geo_name)
querystringyesText to search location names for
sizeintegerResults per page (max 20)
viewstringResponse shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact returns the slim projection where one exists and s…

No output schema declared.

No examples provided.

ta_search_nearby ~367

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.

NameTypeReqDescription
categorystringRestrict to one category
include_photobooleanInclude a photo per result
latnumberCenter latitude (with lon+radius)
localearrayPreferred locales for localized fields, in priority order (e.g. ["en","es"])
location_idintegerReference location as center (with radius)
lonnumberCenter longitude (with lat+radius)
min_ratingnumberMinimum traveler rating (1.0–5.0)
ne_latnumberBounding box NE latitude
ne_lonnumberBounding box NE longitude
pageintegerPage index (1-based)
radiusnumberSearch radius (required with lat/lon or location_id; must be > 0)
sizeintegerResults per page (max 20)
sortstringSort order (default distance)
sw_latnumberBounding box SW latitude
sw_lonnumberBounding box SW longitude
unitstringRadius unit (default MI)
viewstringResponse shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact returns the slim projection where one exists and s…

No output schema declared.

No examples provided.

ta_web_get_location ~104

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.

NameTypeReqDescription
locationIdintegeryesTripAdvisor location ID (from a search tool)

No output schema declared.

No examples provided.

ta_web_healthcheck ~118

Round-trips a small public www.tripadvisor.com URL (/) through the fetchproxy bridge and returns diagnostics: the bridge's role (host/peer/null), port, version, the extension link (linked / pair pending / not attached / never answered), the elapsed round-trip time, and a plain-English hint distinguishing 'bridge never came up' from 'extension not connected' from 'real www.tripadvisor.com-side problem'. Read-only, no auth required. Call this when a real tool fails and you want to know which hop broke.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

Common questions

What is the io.github.chrischall/tripadvisor-mcp server?

io.github.chrischall/tripadvisor-mcp is listed in the public MCP registry as io.github.chrischall/tripadvisor-mcp. TripAdvisor location search, details, photos, and reviews via the Terra API. This page covers its npm package (@chrischall/tripadvisor-mcp).

Is the io.github.chrischall/tripadvisor-mcp server safe to use?

io.github.chrischall/tripadvisor-mcp scores 92 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.chrischall/tripadvisor-mcp server expose?

io.github.chrischall/tripadvisor-mcp exposes 8 tools: ta_search_locations, ta_search_nearby, ta_get_locations, ta_get_location_details, ta_get_location_photos, and 3 more. Their descriptions and schemas cost roughly 1,414 tokens of context every time the server is loaded.

Is the io.github.chrischall/tripadvisor-mcp server still maintained?

io.github.chrischall/tripadvisor-mcp is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.chrischall/tripadvisor-mcp server under?

io.github.chrischall/tripadvisor-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.