← Back to Plugins
MCP Server MCP

io.github.chrischall/getyourguide-mcp

github By github 👁 1 views ▲ 0 votes

GetYourGuide tours & activities for Claude — search, details, options, and reviews

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "getyourguide-mcp",
      "version": "1.1.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your GetYourGuide Partner API key (X-ACCESS-TOKEN). Get one by joining the GetYourGuide partner program at partner.getyourguide.com.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "GYG_API_KEY"
        },
        {
          "description": "Default currency for prices (ISO 4217, e.g. USD or EUR). Optional — individual tool calls can override it.",
          "format": "string",
          "name": "GYG_CURRENCY"
        },
        {
          "description": "Default content language (e.g. en, de). Optional — individual tool calls can override it.",
          "format": "string",
          "name": "GYG_LANGUAGE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...