Verified Wages MCP
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Verified Wages MCPWhat is the minimum wage in Texas?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Verified Wages MCP
Current, source-cited US minimum wage, tipped wage, and FLSA overtime constants for AI agents. Federal + 50 states + DC + territories.
Why this exists
As 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.
Every response carries its DOL primary source, an as-of date, and a last-verified date. The server refuses rather than guesses.
Related MCP server: BLS MCP
Tools (7, all read-only)
get_minimum_wage(state)- current rate, regional splits, coverage quirks, scheduled changesget_tipped_minimum(state)- minimum cash wage, max tip credit, tipped-employee definitionwage_floor_check(state, hourly_rate, tipped?)- informational comparison against the applicable floorlist_scheduled_changes()- every future statutory change in the dataset, sorted by datefederal_flsa_basics()- the $7.25 floor, $2.13 tipped cash minimum, overtime rulestates_at_federal_floor()- which states exceed, match, or lack a state minimumdata_provenance()- how and when every number was verified
Example
get_minimum_wage("AK"){
"jurisdiction": "Alaska",
"state_minimum_hourly": 14.00,
"note": "Increased from 13.00 effective 2026-07-01; daily OT after 8h; not applicable <4 employees",
"source": "DOL WHD State Minimum Wage Laws, dol.gov/agencies/whd/minimum-wage/state (updated 2026-07-01)",
"last_verified": "2026-08-06"
}Verification discipline
Two-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.
Run
pip install "mcp>=2.0"
python server.pyTests: python test_server.py - hand-computed fixtures against the DOL tables, including all July 1 movers.
Pricing (hosted)
Free tier: 50 requests/month
Then $0.01 per request, metered
Or run locally free forever (MIT)
Compliance posture
Educational 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.
This server cannot be deployed
Maintenance
Related MCP Connectors
Crypto yield data for AI agents: lending, savings, staking, borrowing & stablecoin rates. 18 tools.
Exactly 50 data transformation and live web verification tools for AI agents.
x402-paid agent tools: 18 over HTTP, 14 over stdio. USDC per call, no API key.
US government data as clean JSON for AI agents: SAM.gov contract opportunities, USAspending awards, Grants.gov grants, House STOCK Act trades, and SEC EDGAR filings (Form 4 insider trades, 8-K events, 13F holdings, 13D/G stakes, XBRL fundamentals, 10-K/10-Q sections). 19 read-only tools. Data is as fresh as each source publishes; congressional trades lag up to 45 days and report dollar ranges (House only). Free tier, no card.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceProvides access to U.S. labor market data including employment statistics, Consumer Price Index inflation rates, and wage information. Users can query specific time series data or use shortcuts for common economic indicators like unemployment and industry-specific employment.3-
- AlicenseAqualityCmaintenanceEnables users to query U.S. labor statistics, including employment, CPI, and wages, directly from the Bureau of Labor Statistics Public Data API. It provides tools to retrieve real-time economic time series data, browse popular series, and access survey metadata through natural language.61MIT
- AlicenseAqualityDmaintenanceEnables AI agents to access SEC EDGAR filings, US Treasury rates, BLS labor statistics, and economic indicators without API keys.621 npmMIT
- FlicenseNot gradedqualityCmaintenanceExposes tools for AI agents to access honest economic data, including purchasing power comparisons, M2 vs CPI divergence, Bitcoin vs dollar performance, and current monetary stats.-