trackmcp
Back to directory
gokhanibrikci

inday-mcp-server

View on GitHub

MCP server for Inday Public Holiday API — check holidays for 30+ countries in Claude, Cursor, VS Code and more

0 stars DockerfileOthers Updated Apr 15, 2026

Documentation

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?"*


Setup

Claude Desktop

macOS — edit `~/Library/Application Support/Claude/claude_desktop_config.json`

Windows — edit `%APPDATA%\Claude\claude_desktop_config.json`

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):

json
{
  "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`:

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

ToolWhat it doesExample 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

PlanPriceRequests/monthRate limit
Free$01,00010 req/min
Starter$2.9/mo10,000100 req/min
Professional$9.9/mo100,0001,000 req/min
Enterprise$19.9/mo500,00010,000 req/min

View plans & upgrade →


Frequently asked questions

What is inday-mcp-server?

inday-mcp-server is MCP server for Inday Public Holiday API — check holidays for 30+ countries in Claude, Cursor, VS Code and more

How do I install inday-mcp-server?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is inday-mcp-server open source?

Yes — it is hosted on GitHub at https://github.com/gokhanibrikci/inday-mcp-server.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP