Deterministic Datetime Engine MCP Connector for Claude
A+Equip your AI with exact temporal math. Deterministically calculate date differences, leap years, and add business days (skipping weekends) 100% locally.
Language Models are infamously bad at calendar math. If you ask an AI to "Add 45 business days to October 12th", it will almost always guess wrong because it cannot programmatically skip weekends and account for varying month lengths. The Datetime Operations MCP solves this by offloading temporal calculations to a strict V8 Javascript engine.
The Superpowers
- Business Day Math: Add or subtract days while perfectly skipping Saturdays and Sundays. Essential for SLA calculations, billing cycles, or delivery estimates.
- Exact Date Differences: Need to know exactly how many days, months, or years passed between two dates? Stop guessing and get mathematically perfect totals instantly.
- Leap Year Logic: Flawlessly implements the Gregorian leap year algorithm (
% 4 == 0 && % 100 !== 0). - Privacy First (Local): Executes completely locally. Zero API latency.
Related Connectors
Markdown Task Extractor MCP
Instantly scan any local folder of Markdown notes (Obsidian, Notion, Logseq) and aggregate every scattered '- [ ]' to-do item into a single, structured list for your AI.
Flodesk MCP
Manage email subscribers, segments, and workflows via AI agents with Flodesk.
Ele.me Open Platform / 饿了么 MCP
China's massive food delivery API — manage shops, process orders, and track deliveries via AI.
NPM Registry MCP
Search and inspect the NPM registry — query package metadata, check versions, and explore the JavaScript ecosystem directly from your AI agent.