Skip to content
Back to search
90
MCP live v0.1.0 MCP 2025-11-25 streamable-http

io.github.solvohq/openworkdays

io.github.solvohq/openworkdays

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

Uptime
100.0%
1 direct probes · 30d
Response
1090ms
last probe
Tools
1
callable
Resources
0
readable
Prompts
0
available

Tools · 1

businessdays

Business-day date math. Three modes inferred from params: add (start+days -> the date N business days away, negative days = before), diff (start+end -> count of business days between, inclusive of bot…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.solvohq/openworkdays": {
      "url": "https://openworkdays.vercel.app/api/mcp",
      "transport": "streamable-http"
    }
  }
}