list_subdivisions

Pack: openholidays · Endpoint: https://gateway.pipeworx.io/openholidays/mcp

List the regional subdivisions (federal states, regions, cantons, etc.) of a European country, with their codes and category. Use the returned codes to scope school_holidays. EUROPE-focused. Keyless.

Parameters

NameTypeRequiredDescription
countrystringyesISO 3166-1 alpha-2 country code, e.g. “DE”, “FR”, “CH”.
languagestringnoLanguage for names, ISO 639-1 (default “EN”).

Example call

curl -X POST https://gateway.pipeworx.io/openholidays/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_subdivisions","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "openholidays": {
      "url": "https://gateway.pipeworx.io/openholidays/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 21, 2026