vic-au-important-dates-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@vic-au-important-dates-mcpWhat are the public holidays in Victoria for 2025?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Victoria Important Dates MCP
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
Related MCP server: Nager MCP v101
Installation
pip install vic-au-important-dates-mcpUsage
Running the MCP Server
After installation, you can run the MCP server directly:
vic-au-dates-mcp-serverOr using uv:
uv run vic-au-dates-mcp-serverDirect 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 ishttps://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.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseAqualityDmaintenanceA lightweight MCP server providing comprehensive date, time, and day-of-week information. It supports relative time calculations, timezone conversions, and detailed calendar metadata like week numbers and quarters.Last updated51MIT
- Flicense-qualityDmaintenanceAn MCP server that provides access to the Nager.Date API for retrieving public holiday information across various countries. It enables AI agents to interact with holiday data and date-related endpoints through standardized Model Context Protocol tools.Last updated
- AlicenseAqualityCmaintenanceMCP server for business-day arithmetic with country-aware holiday calendars. It offers tools to check, calculate, and list business days and holidays for over 60 countries.Last updated9MIT
- Alicense-qualityDmaintenanceProvides access to Roman Catholic Liturgical Calendar data, enabling retrieval of liturgical calendars for any year, nation, or diocese via MCP tools.Last updated7Apache 2.0
Related MCP Connectors
Nager.Date Public Holidays MCP.
This MCP server provides seamless access to Malaysia's government open data, including datasets, w…
Islamic prayer times & calendar MCP (Aladhan API). Keyless.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/ivarrian/vic-au-important-dates-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server