Catalog
io.github.chrischall/getyourguide-mcp
Officialby chrischall · TypeScript
GetYourGuide tours & activities for Claude — search, details, options, and reviews
GetYourGuide tours & activities for Claude — search, details, options, and reviews
README not available yet.
Install
Configuration
Environment variables
GYG_API_KEYrequiredsecretYour GetYourGuide Partner API key (X-ACCESS-TOKEN). Get one by joining the GetYourGuide partner program at partner.getyourguide.com.
GYG_CURRENCYDefault currency for prices (ISO 4217, e.g. USD or EUR). Optional — individual tool calls can override it.
GYG_LANGUAGEDefault content language (e.g. en, de). Optional — individual tool calls can override it.
claude_desktop_config.json
{
"mcpServers": {
"getyourguide-mcp": {
"command": "npx",
"args": [
"-y",
"getyourguide-mcp@1.0.0"
],
"env": {
"GYG_API_KEY": "<YOUR_GYG_API_KEY>",
"GYG_CURRENCY": "<YOUR_GYG_CURRENCY>",
"GYG_LANGUAGE": "<YOUR_GYG_LANGUAGE>"
}
}
}
}