This project offers a server built on the Model Context Protocol (MCP) to facilitate accurate date operations with a UK focus. Key features include working day calculations that exclude weekends and bank holidays, live integration with UK holiday data, and specific tools designed for agile sprint planning.
The Date Operations MCP Server is a specialized Model Context Protocol (MCP) server designed to provide reliable date calculations tailored for UK contexts, specifically aiding James Murrell's BA workflow.
The MCP Server offers several essential tools:
get_today_uk: Retrieves the current date adjusted for the UK timezone.get_next_working_day: Identifies the next working day following a specified date.calculate_working_days: Adds or subtracts a defined number of working days from a specified date.get_working_days_between: Calculates the number of working days between two dates.is_uk_bank_holiday: Determines whether a specific date is recognized as a UK bank holiday.get_upcoming_bank_holidays: Lists upcoming UK bank holidays with an option to define how many months ahead to fetch.calculate_sprint_dates: Computes the start and end dates for a defined sprint duration.get_current_sprint_info: Retrieves details on the current sprint, including the number of remaining days.get_asana_due_date: Calculates the due date for Asana tasks following James's scheduling rules.parse_asana_date_request: Translates natural language date requests into actionable Asana due dates.Upon configuration, the MCP Server seamlessly integrates with Claude for date-related requests.
You: "What's 5 working days from today?"
Claude: [Utilizes calculate_working_days tool] That's Wednesday, October 29, 2025
You: "Create an Asana reminder for next week"
Claude: [Utilizes parse_asana_date_request tool] Setting due date to Monday, October 27, 2025 at 4:00 PM
You: "When do we finish the current sprint?"
Claude: [Utilizes get_current_sprint_info tool] Current sprint ends Friday, October 31, 2025
In summary, the Date Operations MCP Server significantly enhances the handling of date calculations within a UK context. Its robust features streamline scheduling and sprint planning while ensuring compliance with local holidays and time conventions.
No comments yet.
Sign in to be the first to comment.