MCP Server
MCP
io.github.chrischall/getyourguide-mcp
GetYourGuide tours & activities for Claude — search, details, options, and reviews
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
By
Comments
Sign in to leave a comment