{
  "markdown": "# Verified Wages MCP\n\nCurrent, source-cited US minimum wage, tipped wage, and FLSA overtime constants for AI agents. Federal + 50 states + DC + territories.\n\n## Why this exists\n\nAs of five weeks ago, every frozen-weights model confidently believes Alaska's minimum wage is $13.00. It is $14.00 (July 1, 2026). Oregon and DC moved the same day; Florida moves again September 30. Wage rates change on chaotic sub-schedules, wage-and-hour suits are the most common employment litigation small businesses face, and agents doing HR or payroll work need the current number with a source — not a confident recollection of last year's.\n\nEvery response carries its DOL primary source, an as-of date, and a last-verified date. The server refuses rather than guesses.\n\n## Tools (7, all read-only)\n\n- `get_minimum_wage(state)` - current rate, regional splits, coverage quirks, scheduled changes\n- `get_tipped_minimum(state)` - minimum cash wage, max tip credit, tipped-employee definition\n- `wage_floor_check(state, hourly_rate, tipped?)` - informational comparison against the applicable floor\n- `list_scheduled_changes()` - every future statutory change in the dataset, sorted by date\n- `federal_flsa_basics()` - the $7.25 floor, $2.13 tipped cash minimum, overtime rule\n- `states_at_federal_floor()` - which states exceed, match, or lack a state minimum\n- `data_provenance()` - how and when every number was verified\n\n## Example\n\n```\nget_minimum_wage(\"AK\")\n```\n\n```json\n{\n  \"jurisdiction\": \"Alaska\",\n  \"state_minimum_hourly\": 14.00,\n  \"note\": \"Increased from 13.00 effective 2026-07-01; daily OT after 8h; not applicable <4 employees\",\n  \"source\": \"DOL WHD State Minimum Wage Laws, dol.gov/agencies/whd/minimum-wage/state (updated 2026-07-01)\",\n  \"last_verified\": \"2026-08-06\"\n}\n```\n\n## Verification discipline\n\nTwo-pass verification against independent DOL documents (the consolidated state table and the tipped-employee table, both revised 2026-07-01), cross-checked against commercial compilations. Data is re-verified quarterly and within 7 days of official changes. Scope: state/territory floors only — city and county ordinances are excluded in v1 and may set higher rates.\n\n## Run\n\n```bash\npip install \"mcp>=2.0\"\npython server.py\n```\n\nTests: `python test_server.py` - hand-computed fixtures against the DOL tables, including all July 1 movers.\n\n## Pricing (hosted)\n\n- Free tier: 50 requests/month\n- Then $0.01 per request, metered\n- Or run locally free forever (MIT)\n\n## Compliance posture\n\nEducational reference only - **not legal advice**. State labor offices are authoritative. Exemptions, youth/training wages, and small-employer carve-outs are noted where DOL notes them but not evaluated by the tools.\n\n",
  "bytes": 2707,
  "sha": "f92e612c3d318ee3334687ed785a4b36674e457055f6c5b87b1c534ed6480f68",
  "repo_slug": "jfortier93/verified-wages-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_jfortier93_verified_wages_mcp_445975d1/readme"
}