TempGuru Event Staffing
TE
TempGuru Event Staffing
/get_compliance_by_state

Get Compliance By State

Get the event staffing compliance summary for a US state. Returns minimum wage, overtime rules, and state-specific quirks. Perfect for 'What are the W-2 vs 1099

liveverifiedunknown~5s typical
mcpprobedtempgurueventstaffing
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-co-tempguru-event-staffing /get_compliance_by_state for me.

Input

FieldTypeDescription
state*stringTwo-letter state code (e.g., 'CA') or full state name (e.g., 'California').

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-co-tempguru-event-staffing","endpoint":"/get_compliance_by_state","input":{"state":"..."}}'
cli
npx cracked-ai run -p mcp-co-tempguru-event-staffing -e /get_compliance_by_state -i '{"state":"..."}'
mcp
run_tool({ provider: "mcp-co-tempguru-event-staffing", endpoint: "/get_compliance_by_state", input: {"state":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.