Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Vic Au Important Dates

FreeNot checked

Provides access to Victoria, Australia's public holidays and important dates via an MCP server.

GitHubEmbed

About

Provides access to Victoria, Australia's public holidays and important dates via an MCP server.

README

A Model Context Protocol (MCP) server that provides access to Victoria, Australia's important dates and holidays API.

The API is documented here

Features

  • Access to Victoria, Australia public holidays and important dates
  • MCP-compatible server implementation
  • Easy integration with MCP clients
  • RESTful API wrapper for Victoria government data

Installation

pip install vic-au-important-dates-mcp

Usage

Running the MCP Server

After installation, you can run the MCP server directly:

vic-au-dates-mcp-server

Or using uv:

uv run vic-au-dates-mcp-server

Direct API Usage

from vic_au_important_dates_mcp.client import VictoriaImportantDatesClient

# Create a client instance
client = VictoriaImportantDatesClient()

# Get holidays for a specific year
holidays = client.get_holidays(2024)

# Get holidays for a specific date range
holidays = client.get_holidays_range("2024-01-01", "2024-12-31")

Configuration

The package uses environment variables for configuration:

  • DEVELOPER_VIC_GOV_AU_KEY:
  • DEVELOPER_VIC_GOV_AU_SECRET:
  • BASE_URL (The current known URL is https://wovg-community.gateway.prod.api.vic.gov.au/vicgov/v2.0/ and is subject to change in the future )

Register at [developer.vic.gov.au][https://developer.vic.gov.au] to get your developer key/secret

License

MIT License - see LICENSE file for details.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Support

For issues and questions, please use the GitHub issues page.

from github.com/ivarrian/vic-au-important-dates-mcp

Install Vic Au Important Dates in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install vic-au-important-dates-mcp

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add vic-au-important-dates-mcp -- uvx vic-au-important-dates-mcp

FAQ

Is Vic Au Important Dates MCP free?

Yes, Vic Au Important Dates MCP is free — one-click install via Unyly at no cost.

Does Vic Au Important Dates need an API key?

No, Vic Au Important Dates runs without API keys or environment variables.

Is Vic Au Important Dates hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Vic Au Important Dates in Claude Desktop, Claude Code or Cursor?

Open Vic Au Important Dates on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Vic Au Important Dates with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs