Skip to main content
Glama

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 (一键安装)

Install on Smithery


可用工具

工具

功能

示例提示词

check_holiday

检查特定日期是否为公共假期

“4 月 23 日在土耳其是假期吗?”

get_calendar

获取某国全年的假期日历

“显示 2026 年德国的所有假期”

list_countries

列出所有 30 多个支持的国家

“Inday 支持哪些国家?”

next_holiday

查找下一个即将到来的假期

“阿联酋的下一个假期是什么时候?”

count_working_days

计算两个日期之间的工作日

“土耳其 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 次请求/分钟

查看套餐并升级 →


链接

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

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

  • F
    license
    Not graded
    quality
    D
    maintenance
    Provides 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.
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides 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.
    10
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Provides deterministic business-day calculations for AI agents, correctly handling country-specific weekends and public holidays.
    6
    65
    1
    Apache 2.0

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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