Agentβ™₯︎Age
Catalog

io.github.SolvoHQ/openworkdays

Official1 toolLive

by SolvoHQ Β· JavaScript

Zero-signup business-day date-math API: add days, count days between dates, is-business-day.

io.github.SolvoHQ/openworkdays β€” Model Context Protocol (MCP) Server

The io.github.SolvoHQ/openworkdays server provides a zero-signup business-day date-math API. It supports adding or subtracting working days, counting business days between two dates, and checking whether a date is a business day, using a holiday list. It operates via a single GET request and returns JSON from pure UTC date math.

πŸ› οΈ Key Features

  • Zero-signup date-arithmetic API
  • Add/subtract working days
  • Count business days between dates
  • Test whether a date is a business day (holiday list)
  • Pure UTC date math, returned as JSON
  • One GET request; no account or API key

πŸš€ Use Cases

  • Business-day calculations for workflows that need deterministic date arithmetic
  • Date ranges where weekends/holidays must be excluded

⚑ Developer Benefits

  • Deterministic endpoint for autonomous AI agents
  • Reduced reliance on unreliable LLM date arithmetic
  • Simple JSON responses over HTTP

⚠️ Limitations

  • Requires providing or using your own holiday list for business-day logic
  • Described as available β€œlive” at https://openworkdays.vercel.app