← Back to Plugins
MCP Server MCP

io.github.chrischall/tripadvisor-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @chrischall/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@chrischall/tripadvisor-mcp",
      "version": "0.3.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your TripAdvisor Terra API key (tripadvisor.com/developers)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "TRIPADVISOR_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...