Skip to main content
Glama

Inday — MCP-Server für die API für gesetzliche Feiertage

Fragen Sie Ihren KI-Assistenten nach gesetzlichen Feiertagen in über 30 Ländern — direkt in Claude, Cursor, VS Code und jedem MCP-kompatiblen Client.

MCP-Endpunkt: https://inday.co/api/mcp
Transport: Streamable HTTP
Authentifizierung: X-API-KEY-Header


Erste Schritte

Schritt 1 — Holen Sie sich einen kostenlosen API-Schlüssel
Registrieren Sie sich unter inday.co/signup. Der kostenlose Tarif beinhaltet 1.000 Anfragen/Monat, keine Kreditkarte erforderlich.

Schritt 2 — Zu Ihrem KI-Client hinzufügen (siehe Einrichtung unten)

Schritt 3 — Stellen Sie Fragen
„Ist der nächste Montag ein Feiertag in der Türkei?“ · „Wie viele Arbeitstage gibt es in Deutschland im 2. Quartal 2026?“


Related MCP server: PH Holidays MCP

Einrichtung

Claude Desktop

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

Starten Sie Claude Desktop nach dem Speichern neu.


Cursor

Bearbeiten Sie ~/.cursor/mcp.json (oder 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)

Bearbeiten Sie .vscode/mcp.json in Ihrem Arbeitsbereich oder Ihre benutzerdefinierte settings.json:

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

Smithery (1-Klick-Installation)

Install on Smithery


Verfügbare Tools

Tool

Was es tut

Beispiel-Prompt

check_holiday

Überprüft, ob ein bestimmtes Datum ein gesetzlicher Feiertag ist

„Ist der 23. April ein Feiertag in der Türkei?“

get_calendar

Vollständiger Feiertagskalender für ein Jahr für ein Land

„Zeige mir alle Feiertage in Deutschland im Jahr 2026“

list_countries

Listet alle 30+ unterstützten Länder auf

„Welche Länder unterstützt Inday?“

next_holiday

Findet den nächsten bevorstehenden Feiertag

„Wann ist der nächste Feiertag in den VAE?“

count_working_days

Zählt Arbeitstage zwischen zwei Daten

„Wie viele abrechenbare Tage gibt es im April in der Türkei?“


Beispiel-Prompts

  • „Ist der nächste Montag ein Feiertag in der Türkei? Wenn ja, welcher Feiertag ist das?“

  • „Plane einen Sprint für April — schließe alle Feiertage in Deutschland und Großbritannien aus.“

  • „Wie viele Arbeitstage hat mein VAE-Team im Ramadan 2026?“

  • „Wann ist das nächste lange Wochenende in den USA?“

  • „Vergleiche die Feiertage in Frankreich und Deutschland in diesem Monat — welches Team hat mehr Arbeitstage?“

  • „Plane einen Kundentermin für nächste Woche und vermeide dabei Feiertage sowohl in der Türkei als auch in den USA.“


Unterstützte Länder

🇹🇷 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 · und mehr.

Vollständige Liste über das Tool list_countries oder inday.co


Preise

Plan

Preis

Anfragen/Monat

Ratenbegrenzung

Free

$0

1.000

10 Anfr./Min

Starter

$2.9/Monat

10.000

100 Anfr./Min

Professional

$9.9/Monat

100.000

1.000 Anfr./Min

Enterprise

$19.9/Monat

500.000

10.000 Anfr./Min

Pläne ansehen & upgraden →


A
license - permissive license
Not graded
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
    Not graded
    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.
  • A
    license
    Not graded
    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.
    10
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Provides deterministic business-day calculations for AI agents, correctly handling country-specific weekends and public holidays.
    6
    65
    1
    Apache 2.0

View all related MCP servers

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.

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