inday-api
Inday — 公共假期 API MCP 服务器
直接在 Claude、Cursor、VS Code 以及任何兼容 MCP 的客户端中,向您的 AI 助手询问 30 多个国家的公共假期。
MCP 端点: https://inday.co/api/mcp
传输方式: Streamable HTTP
认证: X-API-KEY 请求头
入门指南
第一步 — 获取免费 API 密钥
在 inday.co/signup 注册。免费套餐包含每月 1,000 次请求,无需信用卡。
第二步 — 添加到您的 AI 客户端(见下方设置)
第三步 — 开始提问
“下周一土耳其是假期吗?” · “2026 年第二季度德国有多少个工作日?”
Related MCP server: PH Holidays MCP
设置
Claude Desktop
macOS — 编辑 ~/Library/Application Support/Claude/claude_desktop_config.json
Windows — 编辑 %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"inday": {
"type": "streamable-http",
"url": "https://inday.co/api/mcp",
"headers": {
"X-API-KEY": "your_api_key_here"
}
}
}
}保存后重启 Claude Desktop。
Cursor
编辑 ~/.cursor/mcp.json(或 Settings → MCP → Add Server):
{
"mcpServers": {
"inday": {
"type": "streamable-http",
"url": "https://inday.co/api/mcp",
"headers": {
"X-API-KEY": "your_api_key_here"
}
}
}
}VS Code (GitHub Copilot / Continue)
编辑工作区中的 .vscode/mcp.json,或您的用户 settings.json:
{
"mcp": {
"servers": {
"inday": {
"type": "streamable-http",
"url": "https://inday.co/api/mcp",
"headers": {
"X-API-KEY": "your_api_key_here"
}
}
}
}
}Smithery (一键安装)
可用工具
工具 | 功能 | 示例提示词 |
| 检查特定日期是否为公共假期 | “4 月 23 日在土耳其是假期吗?” |
| 获取某国全年的假期日历 | “显示 2026 年德国的所有假期” |
| 列出所有 30 多个支持的国家 | “Inday 支持哪些国家?” |
| 查找下一个即将到来的假期 | “阿联酋的下一个假期是什么时候?” |
| 计算两个日期之间的工作日 | “土耳其 4 月份有多少个计费工作日?” |
示例提示词
“下周一土耳其是假期吗?如果是,是什么假期?”
“规划 4 月份的冲刺(Sprint)——排除德国和英国的所有假期。”
“我的阿联酋团队在 2026 年斋月期间有多少个工作日?”
“美国下一个长周末是什么时候?”
“比较本月法国和德国的假期——哪个团队的工作日更多?”
“安排下周的客户电话,避开土耳其和美国的假期。”
支持的国家
🇹🇷 TR · 🇩🇪 DE · 🇺🇸 US · 🇬🇧 GB · 🇦🇪 AE · 🇸🇦 SA · 🇫🇷 FR · 🇯🇵 JP · 🇨🇦 CA · 🇦🇺 AU · 🇮🇳 IN · 🇧🇷 BR · 🇳🇱 NL · 🇪🇸 ES · 🇮🇹 IT · 🇵🇱 PL · 🇸🇪 SE · 🇳🇴 NO · 🇩🇰 DK · 🇫🇮 FI · 🇨🇭 CH · 🇦🇹 AT · 🇧🇪 BE · 🇵🇹 PT · 🇨🇿 CZ · 🇷🇴 RO · 🇺🇦 UA · 🇷🇺 RU · 🇮🇩 ID · 🇸🇬 SG · 以及更多。
通过 list_countries 工具或访问 inday.co 查看完整列表
定价
套餐 | 价格 | 每月请求数 | 速率限制 |
免费版 | $0 | 1,000 | 10 次请求/分钟 |
入门版 | $2.9/月 | 10,000 | 100 次请求/分钟 |
专业版 | $9.9/月 | 100,000 | 1,000 次请求/分钟 |
企业版 | $19.9/月 | 500,000 | 10,000 次请求/分钟 |
链接
🌐 网站: inday.co
🔑 获取 API 密钥: inday.co/signup
📦 MCP 注册表:
io.github.gokhanibrikci/inday-holiday-api🤝 支持: inday.co/support
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceProvides access to the Nager.Date Public Holiday API for querying global holiday information through the Model Context Protocol. It enables AI agents to interact with standardized tools for holiday-related date calculations and country-specific lookups.
- AlicenseNot gradedqualityDmaintenanceProvides authoritative Philippine national holiday data sourced from official presidential proclamations, including regular, special, and Islamic holidays. It enables users to query specific dates, retrieve upcoming holidays, identify long weekends, and verify working day status.10MIT
- AlicenseAqualityAmaintenanceProvides deterministic business-day calculations for AI agents, correctly handling country-specific weekends and public holidays.6651Apache 2.0
- AlicenseNot gradedqualityBmaintenanceProvides public holidays, long weekends, and country data for 202 countries via the Nager.Date API, with client-side filtering and timezone-aware checks.BSD Zero Clause
Related MCP Connectors
Real public holiday lookup for 206 countries via a rule-based calendar engine. Paid via x402.
Business-day, SLA, cron and recurrence calculations — offline, holiday-aware, no network.
Macro data for AI agents: GDP, inflation, unemployment & trade, any country. No API keys.
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/gokhanibrikci/inday-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server