io.github.solvohq/openworkdays
io.github.solvohq/openworkdaysZero-signup business-day date-math API: add days, count days between dates, is-business-day.
Tools · 1
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…
Similar MCP servers embedding-nearest
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"
}
}
}