MCP.so
Sign In

HourLedger — Work Hours & Overtime Calculator

@wudongjie

About HourLedger — Work Hours & Overtime Calculator

Calculate work hours, overtime, and gross pay with tested rulesets for US federal, California,

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "hourledger": {
      "command": "npx",
      "args": [
        "-y",
        "hourledger-mcp"
      ]
    }
  }
}

Tools

2

Calculate regular/overtime/double-time hours and gross pay from clock in/out entries. Rulesets: federal (40h/week), california (8h/day 1.5x, 12h/day 2x, 7th-day rule), alaska (8h/day or 40h/week), colorado (12h/day or 40h/week), nevada (8h/day below $18/h, else weekly). Full calculators at https://hourledger.com

Calculate a time-and-a-half (1.5x) overtime rate and total overtime pay from an hourly rate and overtime hours. Interactive version: https://hourledger.com/time-and-a-half-calculator

Overview

What is HourLedger — Work Hours & Overtime Calculator?

HourLedger is an MCP server that gives AI assistants a tested pay-rules engine for calculating work hours, overtime, and gross pay. It supports multiple US state overtime laws (federal, California, Alaska, Colorado, Nevada) and handles complex schedules like overnight shifts and customizable rounding.

How to use HourLedger — Work Hours & Overtime Calculator?

Install the hourledger-mcp package (available on npm and the official MCP registry) and configure your MCP client to use its two tools: calculate_work_hours for full shift breakdowns and `time_and_a

Comments

More Other MCP servers