MCP Hub
Back to servers

inday-api

Public holiday data for 30+ countries. Check holidays, working days, and full calendars via AI assistants like Claude and Cursor.

glama
Updated
Apr 13, 2026

Inday — Public Holiday API MCP Server

Ask your AI assistant about public holidays in 30+ countries.

MCP Endpoint: https://inday.co/api/mcp
Auth: X-API-KEY header
Get a free API key: inday.co/signup

Quick Setup

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "inday": {
      "url": "https://inday.co/api/mcp",
      "headers": {
        "X-API-KEY": "your_api_key_here"
      }
    }
  }
}

Cursor

Add to ~/.cursor/mcp.json:

{
  "mcpServers": {
    "inday": {
      "url": "https://inday.co/api/mcp",
      "headers": {
        "X-API-KEY": "your_api_key_here"
      }
    }
  }
}

Available Tools

ToolDescriptionExample
check_holidayCheck if a date is a public holiday"Is April 23rd a holiday in Turkey?"
get_calendarFull year holiday calendar"How many working days in Germany in Q2 2026?"
list_countriesList all supported countries"What countries does Inday support?"
next_holidayNext upcoming holiday"When is the next holiday in UAE?"
count_working_daysWorking days between two dates"How many billable days in April in Turkey?"

Supported Countries

TR 🇹🇷 · DE 🇩🇪 · US 🇺🇸 · GB 🇬🇧 · AE 🇦🇪 · SA 🇸🇦 · FR 🇫🇷 · JP 🇯🇵 · and 25+ more.

Pricing

PlanPriceRequests/month
Free$0100
Starter$2.9/mo10,000
Professional$9.9/mo100,000
Enterprise$19.9/mo500,000

Example Prompts

  • "Is next Monday a holiday in Turkey? If yes, 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?"

Reviews

No reviews yet

Sign in to write a review