OurFamilyWizard MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OFW_PASSWORD | No | Your OurFamilyWizard password (required for env-var auth path). | |
| OFW_USERNAME | No | Your OurFamilyWizard account email (required for env-var auth path). | |
| OFW_WRITE_MODE | No | Write protection level: 'none', 'drafts', or 'all'. Default is 'all'. | all |
| OFW_CACHE_IDENTITY | No | Optional label to separate caches when using multiple OFW accounts with fetchproxy. | |
| OFW_DISABLE_FETCHPROXY | No | Set to '1' to disable fetchproxy fallback; missing credentials become a hard error. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| gyg_search_toursA | Search GetYourGuide tours and activities. Filter by free text (or "iata:" for airports), location ID, category ID, and date range; sort by popularity, price, or rating. Set compact=true for slim summaries when browsing. |
| gyg_get_tourA | Get the full GetYourGuide record for one tour/activity by its numeric ID. |
| gyg_get_tour_optionsB | List the bookable options of a tour (ticket types, times, languages offered), optionally within a date range. |
| gyg_get_tour_availabilityA | Get booking availability for a tour: bookable participant categories, addons, and the list of available dates (with participant ranges). Lighter than gyg_get_tour_options when you only need "when can I go". |
| gyg_get_tour_reviewsA | List customer reviews for a tour (rating outline plus individual review items). |
| gyg_list_categoriesA | List GetYourGuide activity categories (use the IDs to filter tour searches). |
| gyg_list_category_toursA | List tours in one GetYourGuide category. |
| gyg_get_locationA | Get details for a GetYourGuide location (city, POI, or region) by its numeric ID. |
| gyg_list_location_toursA | List tours available at one GetYourGuide location (city, POI, or region). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/chrischall/getyourguide-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server