Skip to main content
Glama

Inday — 公的祝日API MCPサーバー

Claude、Cursor、VS Code、およびMCP互換クライアントから、30カ国以上の公的祝日についてAIアシスタントに質問できます。

MCPエンドポイント: https://inday.co/api/mcp
トランスポート: Streamable HTTP
認証: X-API-KEY ヘッダー


はじめに

ステップ 1 — 無料のAPIキーを取得する
inday.co/signup からサインアップしてください。無料プランには月間1,000リクエストが含まれており、クレジットカードは不要です。

ステップ 2 — AIクライアントに追加する (以下の設定を参照)

ステップ 3 — 質問を始める
「来週の月曜日はトルコの祝日ですか?」 · 「2026年第2四半期のドイツの稼働日は何日ありますか?」


Related MCP server: PH Holidays MCP

設定

Claude Desktop

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

保存後、Claude Desktopを再起動してください。


Cursor

~/.cursor/mcp.json を編集 (または 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)

ワークスペースの .vscode/mcp.json またはユーザーの settings.json を編集:

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

Smithery (ワンクリックインストール)

Install on Smithery


利用可能なツール

ツール

機能

プロンプト例

check_holiday

特定の日付が祝日かどうかを確認

「4月23日はトルコの祝日ですか?」

get_calendar

国の年間祝日カレンダーを取得

「2026年のドイツの祝日をすべて表示して」

list_countries

対応している30カ国以上のリストを表示

「Indayはどの国に対応していますか?」

next_holiday

次の祝日を検索

「UAEの次の祝日はいつですか?」

count_working_days

2つの日付間の稼働日数をカウント

「トルコの4月の請求可能日数は何日ですか?」


プロンプト例

  • 「来週の月曜日は祝日ですか?もしそうなら、何の祝日ですか?」

  • 「4月のスプリントを計画してください。ドイツとイギリスの祝日はすべて除外してください。」

  • 「UAEチームの2026年のラマダン期間中の稼働日は何日ですか?」

  • 「アメリカの次の連休はいつですか?」

  • 「今月のフランスとドイツの祝日を比較して、どちらのチームの稼働日が多いですか?」

  • 「トルコとアメリカの両方の祝日を避けて、来週のクライアントとの通話をスケジュールしてください。」


対応国

🇹🇷 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 · その他多数。

全リストは list_countries ツールまたは inday.co で確認できます。


料金

プラン

価格

リクエスト/月

レート制限

Free

$0

1,000

10 req/分

Starter

$2.9/月

10,000

100 req/分

Professional

$9.9/月

100,000

1,000 req/分

Enterprise

$19.9/月

500,000

10,000 req/分

プランの確認とアップグレード →


リンク

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