list_countries
Pack: openholidays · Endpoint: https://gateway.pipeworx.io/openholidays/mcp
List the ~30 European countries OpenHolidays covers, with their ISO codes and official languages. EUROPE-focused. Keyless.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
language | string | no | Language for country 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_countries","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.