LIVE ENDPOINT
https://4dayweek.io/api/mcp
Connect to this endpoint to inspect the live schema for search_companies and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.4dayweek-io]
url = "https://4dayweek.io/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"4dayweek-io": {
"type": "http",
"url": "https://4dayweek.io/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: 4dayweek-io
Remote MCP URL: https://4dayweek.io/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"4dayweek-io": {
"url": "https://4dayweek.io/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"4dayweek-io": {
"type": "http",
"url": "https://4dayweek.io/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "4dayweek-io",
"transport": "streamable-http",
"url": "https://4dayweek.io/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
explain_schedule_type— Defines a working-hours schedule precisely: what it means, whether it genuinely reduces weekly hours, whether that reduction is at full pay, the typical hours, and — where one is commonly made — the mistake most often made about it.get_company— Fetch one employer's full profile by slug, as returned by search_companies.get_job— Fetch one live job listing in full by its slug, as returned by search_jobs.get_market_stats— Aggregate statistics on the reduced-hours job market: how many employers are tracked, how many run each schedule type, the distribution of weekly hours, and which day the non-working day falls on.search_jobs— Search live job listings with genuinely better working hours.