← Back to Plugins
MCP Server MCP

io.github.chrischall/viator-mcp

github By github 👁 1 views ▲ 0 votes

Search Viator tours and activities — products, availability, attractions, destinations.

Homepage Verified source GitHub

Install

npx -y @chrischall/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@chrischall/viator-mcp",
      "version": "1.0.5",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Viator Partner API key (exp-api-key) — free Basic Access affiliate signup at partnerresources.viator.com",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "VIATOR_API_KEY"
        },
        {
          "description": "Accept-Language for response text, e.g. en-US, es, fr, de, ja (default en-US)",
          "format": "string",
          "name": "VIATOR_LANGUAGE"
        },
        {
          "description": "Seconds to cache identical read responses (default 60; 0 disables)",
          "format": "string",
          "name": "VIATOR_CACHE_TTL"
        },
        {
          "description": "Seconds to cache reference data — destinations, tags, locations, rates (default 3600; 0 disables)",
          "format": "string",
          "name": "VIATOR_STATIC_CACHE_TTL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...