Days Between Dates Calculator

Days Between Dates Calculator MCP Connector for Claude

A+

Calculate precise intervals between two dates in years, months, weeks, and days.

3 tools Official Updated Jun 28, 2026 Official Vinkius Partner

This MCP server provides specialized tools to calculate the exact time elapsed between two dates. Use get_date_breakdown to receive a detailed breakdown of years, months, weeks, and days. You can also use count_business_days to determine the number of working days between two periods while optionally excluding regional holidays in the USA or Europe. Additionally, verify_holiday_status allows you to check if a specific date is recognized as a national holiday within your selected region.

datecalendarintervalsbusiness-daysholidays

3 tools expose this connector's capabilities to your AI agent.

verify_holiday_status

Checks if a specific date is recognized as a national holiday in a given region

count_business_days

Calculates the total number of working days between two dates

get_date_breakdown

Provides a detailed breakdown of the time elapsed between two dates

See how to talk to your AI agent using Days Between Dates Calculator.

How many days are between 2023-01-01 and 2023-12-31?

You can use `get_date_breakdown` with startDate: '2023-01-01' and endDate: '2023-12-31' to see the exact breakdown.

Check if 2024-07-04 is a holiday in the USA.

The `verify_holiday_status` tool can confirm this by checking targetDate: '2024-07-04' and region: 'USA'.

Calculate working days between 2024-01-01 and 2024-01-10, excluding holidays.

Use `count_business_days` with startDate: '2024-01-01', endDate: '2024-01-10', and excludeHolidays: true.

Use the `count_business_days` tool and set the `excludeHolidays` parameter to true.

Related Connectors