Force Majeure Impact Calculator

Force Majeure Impact Calculator MCP Connector for Claude

A+

Calculate the legal and operational impact of Force Majeure events on contract obligations.

3 tools Official Updated Jun 28, 2026 Official Vinkius Partner

This MCP server provides tools to assess how Force Majeure events affect contractual duties. Using calculate_suspension_period, you can determine when obligations are expected to resume based on event start dates and estimated durations. The determine_notice_deadline tool identifies the critical window for formal notification, accounting for differences between US Common Law and EU Civil Law jurisdictions. Finally, evaluate_termination_trigger helps identify if an event's duration has reached the threshold required to exercise termination rights for Service, Supply, or Construction contracts.

force-majeurecontract-lawcompliancerisk-assessmentlegal-tech

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

calculate_suspension_period

Determines the exact date when the suspension of contractual obligations is expected to end

determine_notice_deadline

Identifies the final date by which the affected party must formally notify the counterparty

evaluate_termination_trigger

Determines if the prolonged nature of the event has reached the threshold for termination

See how to talk to your AI agent using Force Majeure Impact Calculator.

An event started on 2024-01-01 and is expected to last 20 days. When will obligations resume?

You can use `calculate_suspension_period` with eventStartDate: '2024-01-01' and estimatedDurationDays: 20 to find the end date.

A construction contract event started on 2024-05-10 and has lasted 45 days. Can I terminate?

Using `evaluate_termination_trigger` with eventDurationDays: 45, contractType: 'CONSTRUCTION', and jurisdiction: 'US_COMMON_LAW' will show that the threshold (90 days) has not yet been reached.

What is the notice deadline for a US contract that started yesterday?

The `determine_notice_deadline` tool will calculate the 7-day window required for US Common Law jurisdictions.

Use the `calculate_suspension_period` tool by providing the event start date and the estimated duration in days.

Related Connectors