inday-api
Inday — 공휴일 API MCP 서버
Claude, Cursor, VS Code 및 모든 MCP 호환 클라이언트 내에서 30개국 이상의 공휴일에 대해 AI 어시스턴트에게 질문하세요.
MCP 엔드포인트: https://inday.co/api/mcp
전송 방식: Streamable HTTP
인증: X-API-KEY 헤더
시작하기
1단계 — 무료 API 키 받기 inday.co/signup에서 가입하세요. 무료 티어는 월 1,000회 요청을 포함하며 신용카드가 필요하지 않습니다.
2단계 — AI 클라이언트에 추가 (아래 설정 참조)
3단계 — 질문 시작하기 "다음 주 월요일이 터키의 공휴일인가요?" · "2026년 2분기 독일의 근무일은 며칠인가요?"
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는 어떤 국가를 지원하나요?" |
| 다음 공휴일 찾기 | "UAE의 다음 공휴일은 언제인가요?" |
| 두 날짜 사이의 근무일 계산 | "터키의 4월 근무일은 며칠인가요?" |
예시 프롬프트
"다음 주 월요일이 터키의 공휴일인가요? 그렇다면 어떤 공휴일인가요?"
"4월 스프린트를 계획하세요 — 독일과 영국의 모든 공휴일은 제외하세요."
"UAE 팀의 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 req/min |
스타터 | $2.9/월 | 10,000 | 100 req/min |
프로페셔널 | $9.9/월 | 100,000 | 1,000 req/min |
엔터프라이즈 | $19.9/월 | 500,000 | 10,000 req/min |
링크
🌐 웹사이트: 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