MCP Server
Maintained
MIT
io.github.SolvoHQ/openworkdays MCP Server
io.github.SolvoHQ/openworkdays
What is the io.github.SolvoHQ/openworkdays MCP server?
Zero-signup business-day date-math API: add days, count days between dates, is-business-day.
How to install io.github.SolvoHQ/openworkdays
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"openworkdays": {
"url": "https://openworkdays.vercel.app/api/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"openworkdays": {
"serverUrl": "https://openworkdays.vercel.app/api/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"openworkdays": {
"type": "http",
"url": "https://openworkdays.vercel.app/api/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"openworkdays": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://openworkdays.vercel.app/api/mcp"
]
}
}
}Claude Code
claude mcp add --transport http openworkdays https://openworkdays.vercel.app/api/mcpRelated MCP servers
io.github.SolvoHQ/freshdeps-mcp
Maintained
Live npm/PyPI dependency-health verdicts so AI agents stop recommending stale or CVE'd packages
0
View repository →JavaScript
MIT
io.github.SolvoHQ/openunfurl
Maintained
Zero-signup anonymous link-unfurl API. One GET returns clean JSON metadata for any public URL.
0
View repository →JavaScript
MIT