Skip to main content
Glama

Inday — Public Holiday API MCP Server

Ask your AI assistant about public holidays in 30+ countries — right inside Claude, Cursor, VS Code, and any MCP-compatible client.

MCP Endpoint: https://inday.co/api/mcp
Transport: Streamable HTTP
Auth: X-API-KEY header


Getting Started

Step 1 — Get a free API key
Sign up at inday.co/signup. Free tier includes 1,000 requests/month, no credit card required.

Step 2 — Add to your AI client (see setup below)

Step 3 — Start asking questions
"Is next Monday a holiday in Turkey?" · "How many working days in Germany in Q2 2026?"


Related MCP server: Nager MCP v102 MCP Server

Setup

Claude Desktop

macOS — edit ~/Library/Application Support/Claude/claude_desktop_config.json
Windows — edit %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"
      }
    }
  }
}

Restart Claude Desktop after saving.


Cursor

Edit ~/.cursor/mcp.json (or 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)

Edit .vscode/mcp.json in your workspace, or your user settings.json:

{
  "mcp": {
    "servers": {
      "inday": {
        "type": "streamable-http",
        "url": "https://inday.co/api/mcp",
        "headers": {
          "X-API-KEY": "your_api_key_here"
        }
      }
    }
  }
}

Smithery (1-click install)

Install on Smithery


Available Tools

Tool

What it does

Example prompt

check_holiday

Check if a specific date is a public holiday

"Is April 23rd a holiday in Turkey?"

get_calendar

Full year holiday calendar for a country

"Show me all holidays in Germany in 2026"

list_countries

List all 30+ supported countries

"What countries does Inday support?"

next_holiday

Find the next upcoming holiday

"When is the next holiday in the UAE?"

count_working_days

Count working days between two dates

"How many billable days in April in Turkey?"


Example Prompts

  • "Is next Monday a holiday in Turkey? If so, what holiday is it?"

  • "Plan a sprint for April — exclude all holidays in Germany and the UK."

  • "How many working days does my UAE team have in Ramadan 2026?"

  • "What's the next long weekend in the US?"

  • "Compare holidays in France and Germany this month — which team has more working days?"

  • "Schedule a client call for next week avoiding holidays in both Turkey and the US."


Supported Countries

🇹🇷 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 · and more.

Full list via list_countries tool or inday.co


Pricing

Plan

Price

Requests/month

Rate limit

Free

$0

1,000

10 req/min

Starter

$2.9/mo

10,000

100 req/min

Professional

$9.9/mo

100,000

1,000 req/min

Enterprise

$19.9/mo

500,000

10,000 req/min

View plans & upgrade →


A
license - permissive license
-
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
    -
    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.
    Last updated
  • F
    license
    -
    quality
    D
    maintenance
    Provides access to the Nager.Date API through the Model Context Protocol, allowing AI agents to query worldwide public holiday information. It enables seamless integration of holiday data into LLM workflows using standardized tools.
    Last updated
  • A
    license
    -
    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.
    Last updated
    19
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    Provides access to the Nager Public Holiday API, enabling AI agents to retrieve holiday data and interact with global date-related endpoints. It leverages the Model Context Protocol to provide standardized tools for holiday information and date calculations.
    Last updated

View all related MCP servers

Related MCP Connectors

  • 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.

  • Zero-signup business-day date-math API: add days, count days between dates, is-business-day.

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