← 4dayweek.io

INDIVIDUAL MCP TOOL

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.

4dayweek.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://4dayweek.io/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for explain_schedule_type and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent server

4dayweek.io

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

  • 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_companies — Search employers by their working-hours policy.
  • search_jobs — Search live job listings with genuinely better working hours.