OurFamilyWizard MCP
Connects Claude to OurFamilyWizard for natural-language access to co-parenting messages, calendar, expenses, and journal.
README
getyourguide-mcp
MCP server for GetYourGuide — search tours and activities, read tour details, bookable options, and reviews via the GetYourGuide Partner API.
🤖 This project was developed and is maintained by AI (Claude Code). Use at your own discretion.
Tools
All tools are read-only — this server registers no write tools.
| Tool | What it does |
|---|---|
gyg_search_tours |
Search tours/activities by free text, location, category, or date range; sortable; compact mode for slim summaries |
gyg_get_tour |
Full record for one tour by numeric ID |
gyg_get_tour_options |
Bookable options of a tour (ticket types, times), optionally within a date range |
gyg_get_tour_reviews |
Customer reviews for a tour |
gyg_list_categories |
Activity categories (IDs feed gyg_search_tours / gyg_list_category_tours) |
gyg_list_category_tours |
Tours in one category |
gyg_get_location |
Details for a location (city, POI, region) by ID |
gyg_list_location_tours |
Tours available at one location |
Setup
You need a GetYourGuide Partner API key — join the (free) partner program
at partner.getyourguide.com and copy the
API key from your dashboard. The key is sent as the X-ACCESS-TOKEN header on
every request.
Claude Code / any MCP host
{
"mcpServers": {
"getyourguide": {
"command": "npx",
"args": ["-y", "getyourguide-mcp"],
"env": {
"GYG_API_KEY": "your-partner-api-key"
}
}
}
}
The server also boots with no key set (so hosts can probe tools/list at
install time); the first tool call then returns an actionable error telling
you which env var to set.
Environment variables
| Variable | Required | Meaning |
|---|---|---|
GYG_API_KEY |
yes (for tool calls) | Partner API key, sent as X-ACCESS-TOKEN |
GYG_CURRENCY |
no | Default currency for prices (ISO 4217, e.g. USD); per-call currency args override |
GYG_LANGUAGE |
no | Default content language (e.g. en); per-call language args override |
GYG_BASE_URL |
no | API base URL (default https://api.getyourguide.com/1) |
GYG_REQUEST_TIMEOUT_MS |
no | Per-request timeout (default 30000) |
For local development, put them in a .env next to the server (gitignored;
see .env.example).
Behavior notes
- Rate limits: one automatic retry on
429/503honoringRetry-After(capped at 10s). If it still fails, the error tells you to back off. - Auth errors: a
401/403names both possible causes — a wrong key, or a key whose partner tier doesn't cover that endpoint. - API drift: responses are validated leniently. On an unexpected shape the
server logs a precise warning to stderr and returns the raw response rather
than breaking; search tools also accept
extraParamsto pass raw query params through verbatim. Seedocs/GETYOURGUIDE-API.md— the response shapes were coded from the documented Partner API and still need pinning against live captures. - Secrets: upstream error bodies are redacted then truncated before they reach a tool result; the API key is never echoed.
Development
npm install
npm run build # tsc + esbuild bundle → dist/
npm test # vitest (no network — everything mocked)
npm run test:coverage # the CI gate: 100% lines/branches/functions/statements
Releases are automated with release-please; don't hand-bump versions. PR
titles must be conventional commits (feat:, fix:, …) because the repo
squash-merges.
License
MIT
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。