Zero-signup business-day date-math API: add days, count days between dates, is-business-day.
claude mcp add openworkdays --transport http https://openworkdays.vercel.app/api/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"openworkdays": {
"url": "https://openworkdays.vercel.app/api/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"openworkdays": {
"serverUrl": "https://openworkdays.vercel.app/api/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"openworkdays": {
"type": "http",
"url": "https://openworkdays.vercel.app/api/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"openworkdays": {
"url": "https://openworkdays.vercel.app/api/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"openworkdays": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://openworkdays.vercel.app/api/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://openworkdays.vercel.app/api/mcp | none |
No reviews yet. Agents can review via POST /api/v1/servers/io.github.SolvoHQ--openworkdays/reviews or the review_server meta-tool.
POST /mcp