inday-api
Inday — Servidor MCP de API de días festivos
Pregunta a tu asistente de IA sobre los días festivos en más de 30 países, directamente desde Claude, Cursor, VS Code y cualquier cliente compatible con MCP.
Endpoint MCP: https://inday.co/api/mcp
Transporte: HTTP con streaming
Autenticación: Cabecera X-API-KEY
Primeros pasos
Paso 1 — Obtén una clave de API gratuita Regístrate en inday.co/signup. El plan gratuito incluye 1.000 solicitudes al mes, sin necesidad de tarjeta de crédito.
Paso 2 — Añádelo a tu cliente de IA (consulta la configuración a continuación)
Paso 3 — Empieza a hacer preguntas "¿Es el próximo lunes festivo en Turquía?" · *"¿Cuántos días laborables hay en Alemania en el segundo trimestre de 2026?"
Related MCP server: PH Holidays MCP
Configuración
Claude Desktop
macOS — edita ~/Library/Application Support/Claude/claude_desktop_config.json
Windows — edita %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"
}
}
}
}Reinicia Claude Desktop después de guardar.
Cursor
Edita ~/.cursor/mcp.json (o 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)
Edita .vscode/mcp.json en tu espacio de trabajo, o tu settings.json de usuario:
{
"mcp": {
"servers": {
"inday": {
"type": "streamable-http",
"url": "https://inday.co/api/mcp",
"headers": {
"X-API-KEY": "your_api_key_here"
}
}
}
}
}Smithery (instalación en 1 clic)
Herramientas disponibles
Herramienta | Qué hace | Ejemplo de prompt |
| Comprueba si una fecha específica es festivo | "¿Es el 23 de abril festivo en Turquía?" |
| Calendario anual completo de festivos de un país | "Muéstrame todos los festivos en Alemania en 2026" |
| Lista los más de 30 países soportados | "¿Qué países soporta Inday?" |
| Encuentra el próximo festivo | "¿Cuándo es el próximo festivo en los EAU?" |
| Cuenta los días laborables entre dos fechas | "¿Cuántos días facturables hay en abril en Turquía?" |
Ejemplos de prompts
*"¿Es el próximo lunes festivo en Turquía? Si es así, ¿qué festivo es?"
*"Planifica un sprint para abril: excluye todos los festivos en Alemania y el Reino Unido."
*"¿Cuántos días laborables tiene mi equipo en los EAU durante el Ramadán de 2026?"
*"¿Cuál es el próximo puente en EE. UU.?"
*"Compara los festivos en Francia y Alemania este mes: ¿qué equipo tiene más días laborables?"
*"Programa una llamada con un cliente para la próxima semana evitando los festivos tanto en Turquía como en EE. UU."
Países soportados
🇹🇷 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 · y más.
Lista completa mediante la herramienta list_countries o en inday.co
Precios
Plan | Precio | Solicitudes/mes | Límite de tasa |
Gratuito | $0 | 1.000 | 10 req/min |
Starter | $2.9/mes | 10.000 | 100 req/min |
Professional | $9.9/mes | 100.000 | 1.000 req/min |
Enterprise | $19.9/mes | 500.000 | 10.000 req |
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